debian/0000755000000000000000000000000011560464235007174 5ustar debian/control0000644000000000000000000000265711560464254010612 0ustar Source: cipux-rbac-simple Section: perl Priority: optional Maintainer: CipUX team Uploaders: Jonas Smedegaard , Christian Kuelker , Xavier Oswald Build-Depends: devscripts (>= 2.10.7~), perl, perl-modules (>= 5.10.0) | libmodule-build-perl (>= 0.2808), cdbs (>= 0.4.85~), debhelper (>= 7.0.1), dh-buildinfo, libcipux-perl (>= 3.4.0.0), libcipux-task-perl (>= 3.4.0.0), libclass-std-perl, libgraph-perl, liblog-log4perl-perl, libreadonly-perl, libmodule-build-cipux-perl (>= 0.3.0), libtest-leaktrace-perl, libtest-pod-perl, libtest-refcount-perl, libfile-spec-perl, libtest-perl-critic-perl, libtest-pod-coverage-perl Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/git/collab-maint/cipux-rbac-simple.git Vcs-Browser: http://git.debian.org/?p=collab-maint/cipux-rbac-simple.git;a=summary Homepage: http://www.cipux.org/ Package: libcipux-rbac-simple-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} Recommends: ${cdbs:Recommends} Description: simple role-based access control functions for CipUX CipUX is a modular framework for information abstraction and administration, primarily aimed at administration of users, groups and organisational resources stored in a central LDAP database. . This package contains CipUX::RBAC::Simple, used by the CipUX XML-RPC server for authorization. debian/source/0000755000000000000000000000000011316654760010477 5ustar debian/source/format0000644000000000000000000000001411316654760011705 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000657611560464235011064 0ustar cipux-rbac-simple (3.4.0.0-4) unstable; urgency=low * Improve package relations: + Drop relations for packages part of core Perl even in oldstable: - libversion-perl - libtest-simple-perl + Relax to unversioned relations when satisfied even in oldstable: - libclass-std-perl - libtest-pod-perl - libtest-pod-coverage-perl + Drop TODO file: Obsoleted by above. * Update copyright file: + Update years (due to no longer shipping forked CDBS snippets). + Drop Colin Walters as owner (due to no longer shipping forked CDBS snippets). + Rewrite using draft 174 of DEP-5 format. + Fix use initial wildcard Files section. + Rewrap license fields at 72 chars, and shorten comments. * Bump policy compliance to standards-version 3.9.2. * Wrap Uploaders field in control file. * Bump debhelper compatibility level to 7 (satisfied even in oldstable, and cdbs need backporting for oldstable anyway). Tighten build-dependencies on debhelper and cdbs correspondingly. -- Jonas Smedegaard Thu, 05 May 2011 11:03:08 +0200 cipux-rbac-simple (3.4.0.0-3) unstable; urgency=low [ Xavier Oswald ] * Update my mail address [ Jonas Smedegaard ] * Use only official CDBS (drop local snippets now merged upstream). * Declare package relations recursively expanded. * Tighten build-dependency on cdbs. -- Jonas Smedegaard Sun, 25 Apr 2010 17:47:07 +0200 cipux-rbac-simple (3.4.0.0-2) unstable; urgency=low * Update local CDBS snippets: + Consistently use underscore (not dash) in variables. + package-relations.mk: - Merge mixture of versioned and unversioned dependencies - Use unversioned dependencies when satisfied in oldstable - Improve whitespace cleanup - Rewrite and silence applying dependencies - Handle cdbs 0.4.53 dependency (needed when using debhelper v7) + upstream-tarball.mk: - Implement fail-source-not-repackaged rule - Depend unversioned on cdbs (the needed 0.4.39 is in oldstable) - Preserve bzip2 tarballs with source format '3.0 (quilt)'. + copyright-check.mk: - More aggressive scanning (check top 99999 lines, not just 60) - Simplify more licensing notices and preserve non-ASCII chars - Group hints by sorted owner list (ignoring years) - Limit console output both horisontally and vertically - Use rev123 of draft DEP5 for hints file + perl-build.mk: - Relax build-dependency on perl to be unversioned (see bug#525190 and perl policy 3.8.3). * Build unversioned on cdbs and perl, thanks to CDBS dependency tracking. * Refer to FSF website (not postal address) in licensing headers of Debian packaging files. * Update debian/copyright: + Reformat to conform to draft DEP5 rev. 135. + Bump some coyright years. + Fix include disclaimer in GPL-2+ section of copyright. + Add reference to FSF website. * Bump Standards-Version to 3.8.4. * Use source format '3.0 "quilt"'. * Stop conditionally enabling DEB_AUTO_UPDATE_DEBIAN_CONTROL (adopted upstream since CDBS 0.4.67), to not bogusly upset lintian. -- Jonas Smedegaard Mon, 22 Feb 2010 18:20:39 +0100 cipux-rbac-simple (3.4.0.0-1) unstable; urgency=low * Initial release (related to - but only partly closes - bug#357694). -- Jonas Smedegaard Mon, 18 May 2009 21:34:41 +0200 debian/README.source0000644000000000000000000000361311165502240011344 0ustar Building this package for Debian -------------------------------- This source package need no special handling for normal package builds. Developing this package for Debian ---------------------------------- The source of this package is developed using git and the helper tool git-buildpackage, with all official releases tagged and signed and binary diffs of tarballs stored using pristine-tar. This is documented below /usr/share/doc/git-buildpackage/manual-html/ . A custom build target shows current upstream and packaging versions: debian/rules print-version Current upstream tarball can be prepared using this other build target: debian/rules get-orig-source To switch to newer upstream source, first add a dummy changelog entry and comment out DEB_UPSTREAM_TARBALL_MD5 before getting the source: dch -v ${new_upstream_version}-1 "Dummy changelog entry" sed -i -e 's/^\(DEB_UPSTREAM_TARBALL_MD5\b\)/#\1/' debian/rules debian/rules get-orig-source Store new md5sum to help ensure identical source is received later. Setting DEB_MAINTAINER_MODE=1 enables additional build routines helpful during development of the package, but unfit for normal builds. This typically includes the CDBS feature of auto-updating debian/control with CDBS-related build-dependencies, which is forbidden by Debian Policy as build environment must not change during automated builds. Maintaining packaging build routines ------------------------------------ This source package wraps debhelper commands and other tedious parts of the build routines using the CDBS framework. Please refer to the actual makefile snippets included from debian/rules for details on their purpose and ways to override defaults. Additionally, makefile snippets included from below /usr/share/cdbs may also be documented in /usr/share/doc/cdbs/cdbs-doc.pdf.gz . -- Jonas Smedegaard Thu, 26 Feb 2009 21:28:29 +0100 debian/compat0000644000000000000000000000000211560463530010367 0ustar 7 debian/watch0000644000000000000000000000021311204270200010177 0ustar # Run the "uscan" command to check for upstream updates and more. version=3 http://release.cipux.org/CipUX-RBAC-Simple-([0-9\.]+)\.tar\.gz debian/copyright_hints0000644000000000000000000000163111560463346012337 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=174 Upstream-Name: FIXME Upstream-Contact: FIXME Source: FIXME Disclaimer: Autogenerated by CDBS Files: Build.PL Changes MANIFEST MANIFEST.SKIP META.yml Makefile.PL debian/README.source debian/TODO debian/compat debian/control debian/control.in debian/gbp.conf debian/source/format debian/watch t/00-load.t t/leaktrace.t t/perlcritic.t t/perlcriticrc t/pod-coverage.t t/pod.t t/refcount.t Copyright: *No copyright* License: UNKNOWN FIXME Files: lib/CipUX/RBAC/Simple.pm Copyright: 2009, Christian Kuelker 2009, Christian Kuelker.! || HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR HOLDERS AND/OR OTHER PARTIES License: GPL FIXME Files: debian/rules Copyright: 2009-2010, Jonas Smedegaard License: GPL FIXME Files: README Copyright: 2009, Christian Kuelker License: UNKNOWN FIXME debian/copyright0000644000000000000000000000222111560463460011123 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=174 Upstream-Name: CipUX::RBAC::Simple Upstream-Contact: Christian Kuelker Source: http://release.cipux.org/ svn://svn.debian.org/svn/cipux/trunk/cipux-core/rbac-simple/src Files: * Copyright: 2009, Christian Kuelker License: GPL-2+ Files: debian/* Copyright: 2009-2010, Jonas Smedegaard License: GPL-2+ License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. Comment: On Debian systems the GNU General Public License (GPL) version 2 is located in '/usr/share/common-licenses/GPL-2'. . You should have received a copy of the GNU General Public License along with this program. If not, see . debian/gbp.conf0000644000000000000000000000014611165502240010602 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True debian/rules0000755000000000000000000000345411560463574010267 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright © 2009-2010 Jonas Smedegaard # Description: Main Debian packaging script for CipUX::RBAC::Simple # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as # published by the Free Software Foundation; either version 2, or (at # your option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . include /usr/share/cdbs/1/rules/upstream-tarball.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/class/perl-build.mk include /usr/share/cdbs/1/rules/debhelper.mk DEB_UPSTREAM_PACKAGE = CipUX-RBAC-Simple DEB_UPSTREAM_URL = http://release.cipux.org DEB_UPSTREAM_TARBALL_MD5 = 7575c0a0ef9fac350a61450d1711c6f7 # Needed both by upstream build (or test) process and at runtime common-depends = libcipux-perl (>= 3.4.0.0), libcipux-task-perl (>= 3.4.0.0), libclass-std-perl, libgraph-perl, liblog-log4perl-perl, libreadonly-perl CDBS_DEPENDS = $(common-depends) CDBS_BUILD_DEPENDS += , $(common-depends) # Needed by upstream build process CDBS_BUILD_DEPENDS += , libmodule-build-cipux-perl (>= 0.3.0) # Needed by upstream tests CDBS_BUILD_DEPENDS += , libtest-leaktrace-perl, libtest-pod-perl, libtest-refcount-perl # Recommended by upstream tests CDBS_BUILD_DEPENDS += , libfile-spec-perl, libtest-perl-critic-perl, libtest-pod-coverage-perl # Needed (often) at runtime CDBS_RECOMMENDS = libreadonly-xs-perl debian/control.in0000644000000000000000000000173311560463516011211 0ustar Source: cipux-rbac-simple Section: perl Priority: optional Maintainer: CipUX team Uploaders: Jonas Smedegaard , Christian Kuelker , Xavier Oswald Build-Depends: @cdbs@ Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/git/collab-maint/cipux-rbac-simple.git Vcs-Browser: http://git.debian.org/?p=collab-maint/cipux-rbac-simple.git;a=summary Homepage: http://www.cipux.org/ Package: libcipux-rbac-simple-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} Recommends: ${cdbs:Recommends} Description: simple role-based access control functions for CipUX CipUX is a modular framework for information abstraction and administration, primarily aimed at administration of users, groups and organisational resources stored in a central LDAP database. . This package contains CipUX::RBAC::Simple, used by the CipUX XML-RPC server for authorization.