debian/0000775000000000000000000000000011723351405007171 5ustar debian/copyright_hints0000664000000000000000000000400511560460245012332 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 MANIFEST MANIFEST.SKIP META.yml Makefile.PL debian/README.source debian/TODO debian/cipux-object-tools.install debian/compat debian/control debian/control.in debian/gbp.conf debian/libcipux-object-perl.install debian/source/format debian/watch doc/dep/depgraph.dot doc/dep/depgraph.png doc/dep/depgraph.svg expl/cipux_object_synopsis.pl t/00.load.t t/perlcritic.t t/perlcritic_cpan.t t/perlcriticrc t/pod-coverage.t t/pod.t t/refcount.t Copyright: *No copyright* License: UNKNOWN FIXME Files: lib/CipUX/Object.pm lib/CipUX/Object/Action.pm lib/CipUX/Object/Action/Attribute/Change.pm lib/CipUX/Object/Action/Attribute/List.pm lib/CipUX/Object/Action/Create.pm lib/CipUX/Object/Action/Destroy.pm Copyright: 2007, - 2009, Christian Kuelker 2007, - 2009, Christian Kuelker.! || 2007, - 2010, Christian Kuelker.! || License: GPL FIXME Files: lib/CipUX/Object/Action/List.pm Copyright: 2007, - 2009, Christian Kuelker 2007, - 2009, Christian Kuelker || 2009, Andreas Brand || License: GPL FIXME Files: bin/cipux_object_client Copyright: 2007, - 2009, Christian Kuelker 2007, - 2009, Christian Kuelker, || HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR HOLDERS AND/OR OTHER PARTIES License: GPL FIXME Files: lib/CipUX/Object/Client.pm Copyright: 2008-2009, , Christian Kuelker. 2008-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: 2008-2010, Jonas Smedegaard License: GPL FIXME Files: README Copyright: 2007, - 2009, Christian Kuelker 2009, Andreas Brand License: UNKNOWN FIXME Files: usr/share/cipux/etc/cipux-object.perl Copyright: 2007, - 2009, Christian Kuelker || License: UNKNOWN FIXME Files: Changes Copyright: statement to Action::List statement to cipux-core object License: UNKNOWN FIXME debian/source/0000775000000000000000000000000011403010120010446 5ustar debian/source/format0000664000000000000000000000001411403010120011654 0ustar 3.0 (quilt) debian/README.source0000664000000000000000000000361311403010120011330 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/watch0000664000000000000000000000020611403010120010175 0ustar # Run the "uscan" command to check for upstream updates and more. version=3 http://release.cipux.org/CipUX-Object-([0-9\.]+)\.tar\.gz debian/libcipux-object-perl.install0000664000000000000000000000006611403010254014573 0ustar usr/share/cipux/ usr/share/perl5/ usr/share/man/man3/ debian/compat0000664000000000000000000000000211560460445010373 0ustar 7 debian/rules0000775000000000000000000000366311560460544010265 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright © 2008-2010 Jonas Smedegaard # Description: Main Debian packaging script for CipUX::Object # # 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 pkg_lib = libcipux-object-perl DEB_UPSTREAM_PACKAGE = CipUX-Object DEB_UPSTREAM_URL = http://release.cipux.org DEB_UPSTREAM_TARBALL_MD5 = 7c1372e603521df0147a082e248d12f2 # Install through debhelper.mk (not directly with perl-build.mk) DEB_PERL_DESTDIR = $(cdbs_curdestdir) DEB_DH_INSTALL_SOURCEDIR = $(DEB_PERL_DESTDIR) # Needed both by upstream build (or test) process and at runtime common-depends = libclass-std-perl, libcipux-perl (>= 3.4.0.11~), libcipux-storage-perl (>= 3.4.0.0), libhash-merge-perl, liblog-log4perl-perl, libreadonly-perl, libcrypt-smbhash-perl CDBS_DEPENDS_$(pkg_lib) = $(common-depends) CDBS_BUILD_DEPENDS += , $(common-depends) # Needed by upstream tests CDBS_BUILD_DEPENDS += , libtest-perl-critic-perl, libtest-pod-perl, libtest-pod-coverage-perl, libtest-refcount-perl, libtest-leaktrace-perl # Needed at runtime CDBS_DEPENDS_cipux-object-tools = $(pkg_lib), libcipux-perl # Needed (often) at runtime CDBS_RECOMMENDS_$(pkg_lib) = libreadonly-xs-perl debian/control0000664000000000000000000000354511560460641010605 0ustar Source: cipux-object 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, libclass-std-perl, libcipux-perl (>= 3.4.0.11~), libcipux-storage-perl (>= 3.4.0.0), libhash-merge-perl, liblog-log4perl-perl, libreadonly-perl, libcrypt-smbhash-perl, libtest-perl-critic-perl, libtest-pod-perl, libtest-pod-coverage-perl, libtest-refcount-perl, libtest-leaktrace-perl Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/git/collab-maint/cipux-object.git Vcs-Browser: http://git.debian.org/?p=collab-maint/cipux-object.git;a=summary Homepage: http://www.cipux.org/ Package: libcipux-object-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} Recommends: ${cdbs:Recommends} Suggests: cipux-object-tools Description: object layer of 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::Object, the CipUX object layer - a generic abstract class, which can be used by other classes or scripts. Package: cipux-object-tools Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} Description: Commandline object-related tools 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 commandline tools to interact with the object layer of CipUX. debian/control.in0000664000000000000000000000265311560460435011212 0ustar Source: cipux-object 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-object.git Vcs-Browser: http://git.debian.org/?p=collab-maint/cipux-object.git;a=summary Homepage: http://www.cipux.org/ Package: libcipux-object-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} Recommends: ${cdbs:Recommends} Suggests: cipux-object-tools Description: object layer of 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::Object, the CipUX object layer - a generic abstract class, which can be used by other classes or scripts. Package: cipux-object-tools Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} Description: Commandline object-related tools 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 commandline tools to interact with the object layer of CipUX. debian/changelog0000644000000000000000000002501111723351405011040 0ustar cipux-object (3.4.0.5-2build1) precise; urgency=low * No-change rebuild against current pkgbinarymangler to fix broken md5sums. (see LP #875466) -- Martin Pitt Wed, 29 Feb 2012 08:25:57 +0100 cipux-object (3.4.0.5-2) 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: + 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 10:37:43 +0200 cipux-object (3.4.0.5-1) unstable; urgency=low * New upstream release. * Extend a copyright year. * Stop build-depending on libmodule-build-cipux-perl. -- Jonas Smedegaard Sat, 31 Jul 2010 08:14:51 +0200 cipux-object (3.4.0.4-1) unstable; urgency=low * New upstream release. * Tighten (build-)dependency on libcipux-perl. * Bump Policy compliance to standards-version 3.9.1. -- Jonas Smedegaard Wed, 28 Jul 2010 03:54:35 +0200 cipux-object (3.4.0.3-3) unstable; urgency=low * Fix include config defaults. -- Jonas Smedegaard Mon, 07 Jun 2010 00:58:35 +0200 cipux-object (3.4.0.3-2) unstable; urgency=low [ Xavier Oswald ] * Update my mail address [ Jonas Smedegaard ] * Use only official CDBS (drop local snippets): All improvements now adopted upstream. * Declare package relations recursively expanded. * Update copyright file to reflect no longer shipped forked CDBS snippets: update years; drop Colin Walters as owner. * Tighten build-dependency on cdbs. -- Jonas Smedegaard Sun, 25 Apr 2010 18:18:45 +0200 cipux-object (3.4.0.3-1) unstable; urgency=low * Update local CDBS snippets: + 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: - 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. * Bump Standards-Version to 3.8.4. * 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. * 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 23:37:31 +0100 cipux-object (3.4.0.2-2) unstable; urgency=low * Fix resolving package-relations in cdbs package-relations.mk. -- Jonas Smedegaard Fri, 21 Aug 2009 11:30:42 +0200 cipux-object (3.4.0.2-1) unstable; urgency=low * New upstream release. * Build-depend on libtest-refcount-perl and libtest-leaktrace-perl. * Bump policy compliance to standards version 3.8.2. * Update debian/copyright: New author (same licensing). * Update package-relations.mk: Cleanup unversioned+versioned dependency mix. Improve whitespace cleanup. Rewrite and silence applying dependencies. -- Jonas Smedegaard Fri, 21 Aug 2009 10:01:17 +0200 cipux-object (3.4.0.0-2) unstable; urgency=low * Build-depend on recent perl-modules (favored over libtest-simple-perl). * Fix typo in README.source. * Extend local CDBS snippet package-relations.mk to support all kinds of dependencies. -- Jonas Smedegaard Mon, 18 May 2009 16:51:17 +0200 cipux-object (3.4.0.0-1) unstable; urgency=low * New upstream release. * Add README.source. * Add git-buildpackage configfile, enabling signed tags and use of pristine-tar. * Add local CDBS snippet upstream-tarball.mk. * Drop custom hints in source about use of CDBS (standard README.source used now). * Bump standards-version to 3.8.1. * Update copuright and licensing info: + Add proper copyright header to debian/rules. + Fix and update copyright years + Add verbatim copyright statement + Merge entries with same owner and license (only years differing) + update copyright-hints * Add watch file. * Tighten (build-)dependencies on libmodule-build-cipux-perl, libcipux-perl and libcipux-storage-perl. * No longer install config files or example files (dropped upstream). -- Jonas Smedegaard Mon, 23 Mar 2009 09:48:40 +0100 cipux-object (3.4.0~svn3015-1) experimental; urgency=low * New snapshot of upstream Subversion repository. -- Jonas Smedegaard Fri, 02 Jan 2009 04:44:43 +0100 cipux-object (3.4.0~svn2980-2) experimental; urgency=low * Install debian-edu configfiles as sample files. * Fix CDBS snippets to never use dash in variable names. * Fix licence-term -> license, and bump to copyright format spec v420. -- Jonas Smedegaard Sun, 21 Dec 2008 19:27:52 +0100 cipux-object (3.4.0~svn2980-1) experimental; urgency=low * New snapshot of upstream Subversion repository. * Update copyright hints (no new owners or licenses). -- Jonas Smedegaard Wed, 17 Dec 2008 02:40:45 +0100 cipux-object (3.4.0~svn2977-1) experimental; urgency=low * New snapshot of upstream Subversion repository. * Build-depend and depend on libcipux-perl (not libcipux-common-perl). * Build-depend and depend on libcrypt-smbhash-perl. * Update CDBS snippets: + Simplify internal variables + Ignore no files by default in copyright-check.mk + Correct and update copyright hints of the snippets themselves * Update debian/copyright and copyright hints: + Add info on CDBS snippets (new owners, no new licenses) + Bump to version 413 of new format (no structural changes) * Semi-auto-update debian/control to update build-dependencies. -- Jonas Smedegaard Wed, 17 Dec 2008 01:29:39 +0100 cipux-object (3.4.0~svn2751-1) experimental; urgency=low * New snapshot of upstream Subversion repository. * Drop depending on libdate-manip-perl no longer needed by upstream code. -- Jonas Smedegaard Sat, 27 Sep 2008 19:06:19 +0200 cipux-object (3.4.0~svn2549-1) experimental; urgency=low * New snapshot of upstream Subversion repository. -- Jonas Smedegaard Sat, 23 Aug 2008 11:04:23 +0200 cipux-object (3.4~svn2532-1) experimental; urgency=low * New upstream Subversion snapshot (still related to - but only partly closes - bug#357694). * Adjust package relationships: + Depend and build-depend on libclass-std-perl, libreadonly-perl, libhash-merge-perl and liblog-log4perl-perl. Recommend libreadonly-xs-perl. + Depend and build-depend (again) on libversion-perl (virtual package in Lenny but not on Etch). Add TODO note about dropping those dependencies again after Lenny+1. * Update local cdbs snippet perl-build.mk to tighten build-dependency on libmodule-build-perl (older releases treat destdir differently). * Add DEB_MAINTAINER_MODE in debian/rules (thanks to Romain Beauxis). * Update copyright-hints. * Semi-auto-update debian/control to update dependencies: DEB_MAINTAINER_MODE=1 fakeroot debian/rules clean -- Jonas Smedegaard Tue, 12 Aug 2008 08:02:52 +0200 cipux-object (3.4~svn2388-1~0jones3) jones; urgency=low * Allow late nocheck flagging for local cdbs snippet perl-build.mk. * Drop restricting access to configfiles. Currently contains no sensitive data, and if added later it should be stored in a separate file and only that treated specially. -- Jonas Smedegaard Sun, 27 Jul 2008 06:28:58 +0200 cipux-object (3.4~svn2388-1~0jones2) jones; urgency=low * Fix dependencies - for real this time. Also drop virtual packages provided by perl or perl-modules packages. * Have libcipux-object-perl suggest cipux-object-tools. -- Jonas Smedegaard Fri, 25 Jul 2008 23:09:44 +0200 cipux-object (3.4~svn2388-1~0jones1) jones; urgency=low * Fix dependencies. -- Jonas Smedegaard Fri, 25 Jul 2008 20:54:33 +0200 cipux-object (3.4~svn2388-1~0jones) jones; urgency=low * New upstream Subversion snapshot. * Move script to new binary package cipux-object-tools. * Shorten short descriptions. * Update CDBS snippets: + Use new local perl-build.mk to handle Perl Module::Build routines (and drop local improved perlmodule.mk). + Use new local package-relations.mk to resolve, cleanup and apply CDBS-declared (build-)dependencies. + Update copyright-check.mk to closer match new proposed copyright format. Update copyright-hints. + Update README.cdbs-tweaks. * Semi-auto-update debian/control to update dependencies: DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean * Unofficial release (cipux-storage not yet in Debian experimental). -- Jonas Smedegaard Fri, 25 Jul 2008 12:01:17 +0200 cipux-object (3.4~svn2362-2) experimental; urgency=low * Fix short description. -- Jonas Smedegaard Sat, 05 Jul 2008 17:23:47 +0200 cipux-object (3.4~svn2362-1) experimental; urgency=low * Initial release (related to - but only partly closes - bug#357694). -- Jonas Smedegaard Sat, 05 Jul 2008 15:55:31 +0200 debian/gbp.conf0000664000000000000000000000014611403010120010566 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True debian/cipux-object-tools.install0000664000000000000000000000003711403010120014270 0ustar usr/bin/* usr/share/man/man1/* debian/copyright0000664000000000000000000000240011560460403011116 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=174 Upstream-Name: CipUX::Object Upstream-Contact: Christian Kuelker Source: http://release.cipux.org/ svn://svn.debian.org/svn/cipux/trunk/cipux-core/object/src Files: * Copyright: 2007-2010, Christian Kuelker License: GPL-2+ Files: lib/CipUX/Object/Action/List.pm Copyright: 2007-2009, Christian Kuelker 2009, Andreas Brand License: GPL-2+ Files: debian/* Copyright: 2008-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 .