--- libclass-factory-util-perl-1.7.orig/debian/control +++ libclass-factory-util-perl-1.7/debian/control @@ -0,0 +1,19 @@ +Source: libclass-factory-util-perl +Section: perl +Priority: optional +Maintainer: Debian Perl Group +Uploaders: Jay Bonci , Gunnar Wolf +Build-Depends: debhelper (>> 5), libmodule-build-perl +Build-Depends-Indep: perl (>= 5.6.0-16) +Standards-Version: 3.7.3 +Homepage: http://search.cpan.org/dist/Class-Factory-Util/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-factory-util-perl/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-factory-util-perl/ + +Package: libclass-factory-util-perl +Architecture: all +Depends: ${perl:Depends} +Description: Utility method for factory classes + When this module is loaded, it creates a method in its caller named + subclasses(). This method returns a list of the available subclasses for the + package. --- libclass-factory-util-perl-1.7.orig/debian/rules +++ libclass-factory-util-perl-1.7/debian/rules @@ -0,0 +1,55 @@ +#!/usr/bin/make -f +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# This is the debhelper compatibility version to use. +#export DH_COMPAT=4 + +PACKAGE=`pwd | sed -e "s/.*\/\\(.*\\)-.*/\\1/"` + + +build: + dh_testdir + # Add here commands to compile the package. + perl Build.PL installdirs=vendor +clean: + dh_testdir + dh_testroot + + [ ! -f Build ] || ./Build clean + rm -rf ./Build _build + dh_clean + +install: + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + ./Build test + ./Build install destdir=$(CURDIR)/debian/$(PACKAGE) create_packlist=0 + [ ! -d $(CURDIR)/debian/$(shell dh_listpackages)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(CURDIR)/debian/$(shell dh_listpackages)/usr/lib/perl5 + +binary-arch: +binary-indep: build install + dh_testdir + dh_testroot + dh_installdocs + dh_installman + dh_installchangelogs Changes + dh_installexamples + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_perl + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- libclass-factory-util-perl-1.7.orig/debian/watch +++ libclass-factory-util-perl-1.7/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Class-Factory-Util/ .*/Class-Factory-Util-([[:digit:]].*)\.tar\.gz --- libclass-factory-util-perl-1.7.orig/debian/changelog +++ libclass-factory-util-perl-1.7/debian/changelog @@ -0,0 +1,56 @@ +libclass-factory-util-perl (1.7-2) unstable; urgency=low + + [ gregor herrmann ] + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza). + * Set Maintainer to Debian Perl Group. + * Use dist-based URL in debian/watch. + * debian/rules: delete /usr/lib/perl5 only if it exists. + + [ Gunnar Wolf ] + * Updated dh compat version to 5 + * Bumped up standards-version to 3.7.3 + * Added myself as an uploader + * Swapped binary-arch and binary-indep targets of debian/rules, as + this is an architecture-independendent package + * Stop shipping .packlist! + * Rewrote debian/copyright to include missing information; + debian/copyright now in machine-parsable format + + -- Gunnar Wolf Mon, 12 May 2008 11:23:35 -0500 + +libclass-factory-util-perl (1.7-1) unstable; urgency=low + + * New upstream release + * Fix for lintian warnings on ignored make clean target + * Fix for Build-Depends vs. Build-Depends-Indep + * Policy-version bump to 3.7.2.2 (No other changes) + * Update debian/watch so uupdate will work + * Declared Build-Depends on libmodule-build-perl + * Rearranged build process to use Module::Build + + -- Jay Bonci Sat, 07 Jul 2007 15:43:22 -0400 + +libclass-factory-util-perl (1.6-2) unstable; urgency=low + + * Adds debian/watch file so uscan actually works + + -- Jay Bonci Sun, 12 Sep 2004 02:15:20 -0400 + +libclass-factory-util-perl (1.6-1) unstable; urgency=low + + * New upstream version + * Added watch file + * Switched to my new binary-indep rules file template + * Changed URL in copyright to be non-versioned on CPAN (dist/) + * Bumped policy version to 3.6.1.0 + * Updated maintainer address + + -- Jay Bonci Fri, 19 Sep 2003 23:03:32 -0400 + +libclass-factory-util-perl (1.5-1) unstable; urgency=low + + * Initial Release. Closes: #203565 + + -- Jay Bonci Thu, 31 Jul 2003 04:19:06 -0400 + --- libclass-factory-util-perl-1.7.orig/debian/compat +++ libclass-factory-util-perl-1.7/debian/compat @@ -0,0 +1 @@ +5 --- libclass-factory-util-perl-1.7.orig/debian/copyright +++ libclass-factory-util-perl-1.7/debian/copyright @@ -0,0 +1,29 @@ +Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat +Debianized-By: Jay Bonci +Debianized-Date: Thu, 31 Jul 2003 04:19:06 -0400. +Original-Source: http://search.cpan.org/dist/Class-Factory-Util + +Files: * +Copyright: Dave Rolsky +License: GPL-1+ | Artistic + This program is free software; you can redistribute it and/or modify + it under the terms of either: + . + a) the GNU General Public License as published by the Free + Software Foundation; either version 1, or (at your option) any + later version, or + . + b) the "Artistic License" + . + On Debian systems, the complete text for both files can be found at: + . + /usr/share/common-licenses/Artistic + /usr/share/common-licenses/GPL + +Files: debian/* +Copyright: © 2008 Debian Perl Group + © 2003-2007 Jay Bonci +License: other + It is assumed that all Debian maintainers used a license compatible with + upstream's. +