--- libclass-trigger-perl-0.14.orig/debian/compat +++ libclass-trigger-perl-0.14/debian/compat @@ -0,0 +1 @@ +5 --- libclass-trigger-perl-0.14.orig/debian/changelog +++ libclass-trigger-perl-0.14/debian/changelog @@ -0,0 +1,87 @@ +libclass-trigger-perl (0.14-1) unstable; urgency=low + + * New upstream release. + * debian/control: Fixed debhelper-but-no-misc-depends. + * debian/copyright: Updated. + * debian/watch: Updated. + + -- Bart Martens Tue, 13 Oct 2009 19:05:36 +0200 + +libclass-trigger-perl (0.13-1) unstable; urgency=low + + * New upstream release. + + -- Bart Martens Wed, 09 Apr 2008 07:48:47 +0200 + +libclass-trigger-perl (0.12-1) unstable; urgency=low + + * New upstream release. + + -- Bart Martens Sat, 01 Sep 2007 11:11:44 +0200 + +libclass-trigger-perl (0.11-1) unstable; urgency=low + + * New upstream release. + + -- Bart Martens Sat, 14 Apr 2007 14:44:16 +0200 + +libclass-trigger-perl (0.10-2) unstable; urgency=low + + * New maintainer, as agreed with Stephen. + * debian/*: Use cdbs. + * debian/copyright: Updated to add copyright notice. + * debian/watch: Updated to version 3. + + -- Bart Martens Sat, 18 Nov 2006 15:21:26 +0100 + +libclass-trigger-perl (0.10-1) unstable; urgency=low + + * New upstream release - documentation change only. + * Switched to my debian.org address. + + -- Stephen Quinney Fri, 2 Sep 2005 10:43:53 +0100 + +libclass-trigger-perl (0.09-1) unstable; urgency=low + + * New upstream release + * Changed section to 'perl' to match override file. + * Added depends modules list to build-depends-indep so we can run tests. + * Updated to latest standards version. + * Updated debian/rules to match my current preferred style. + + -- Stephen Quinney Wed, 2 Mar 2005 16:19:08 +0000 + +libclass-trigger-perl (0.08-1) unstable; urgency=low + + * New upstream release + + -- Stephen Quinney Fri, 14 Mar 2003 14:43:19 +0000 + +libclass-trigger-perl (0.07-1) unstable; urgency=low + + * New upstream release. + * Man pages installed as 3pm instead of 3perl - the package is now + compliant with Debian Perl policy. + * Moved to DH_COMPAT=4, no changes required. + + -- Stephen Quinney Wed, 26 Feb 2003 14:05:05 +0000 + +libclass-trigger-perl (0.06-3) unstable; urgency=low + + * Do the upload properly this time, last time was totally broken. + + -- Stephen Quinney Wed, 18 Dec 2002 15:47:13 +0000 + +libclass-trigger-perl (0.06-2) unstable; urgency=low + + * Correct build dependency. + * Clarify debian/copyright statement. + + -- Stephen Quinney Wed, 18 Dec 2002 15:21:44 +0000 + +libclass-trigger-perl (0.06-1) unstable; urgency=low + + * Initial Release. Closes: #171875. + + -- Stephen Quinney Sat, 7 Dec 2002 10:52:20 +0000 + --- libclass-trigger-perl-0.14.orig/debian/control +++ libclass-trigger-perl-0.14/debian/control @@ -0,0 +1,15 @@ +Source: libclass-trigger-perl +Section: perl +Priority: optional +Maintainer: Bart Martens +Build-Depends: cdbs, debhelper (>= 5) +Build-Depends-Indep: perl (>= 5.8.0), libio-stringy-perl, libclass-data-inheritable-perl (>= 0.02) +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/Class-Trigger/ + +Package: libclass-trigger-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libio-stringy-perl, libclass-data-inheritable-perl (>= 0.02) +Description: Mix-in to add / call inheritable triggers + Class::Trigger is a mixin class to add / call triggers (or hooks) + that get called at some points you specify. --- libclass-trigger-perl-0.14.orig/debian/watch +++ libclass-trigger-perl-0.14/debian/watch @@ -0,0 +1,5 @@ +version=3 +opts="uversionmangle=s/^v(\d)/$1/;s/^\.(\d)/0.$1/" \ +http://search.cpan.org/dist/Class-Trigger/ \ +.*/Class-Trigger-(v?[\d\._]+(?:a|b|b\d+|RC\d+)?).(?:tar\.gz|tgz|tar\.bz2|zip|pm\.gz|jar|shar\.gz|shar\.Z) +# generated by watchupstream 0.8.1 --- libclass-trigger-perl-0.14.orig/debian/copyright +++ libclass-trigger-perl-0.14/debian/copyright @@ -0,0 +1,90 @@ +This package was debianized by Stephen Quinney on +Sat, 7 Dec 2002 10:52:20 +0000. + +It was downloaded from http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/ + +Upstream author: Tatsuhiko Miyagawa + +Copyright (c) 2001-2009 Tatsuhiko Miyagawa + +License: + + 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" which comes with Perl. + + On Debian GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL' and + the Artistic Licence in `/usr/share/common-licenses/Artistic'. + +The following files have the following homepage, copyright and license: + + | inc/Module/Install/Include.pm + | inc/Module/Install/Fetch.pm + | inc/Module/Install/Can.pm + | inc/Module/Install/Base.pm + | inc/Module/Install/WriteAll.pm + | inc/Module/Install/Makefile.pm + | inc/Module/Install/Win32.pm + | inc/Module/Install/Metadata.pm + | inc/Module/Install.pm + | + | http://search.cpan.org/dist/Module-Install/ + | + | Copyright 2002 - 2009 Brian Ingerson, Audrey Tang and Adam Kennedy + | + | Same license, see above. + +The following files have the following homepage, copyright and license: + + | inc/IO/Scalar.pm + | inc/IO/WrapTie.pm + | + | http://search.cpan.org/dist/IO-stringy/ + | + | Copyright (c) 1996 by Eryq. All rights reserved. + | Copyright (c) 1999,2001 by ZeeGee Software Inc. All rights reserved. + | + | Same license, see above. + +The following files have the following homepage, copyright and license: + + | inc/Spiffy.pm + | + | http://search.cpan.org/dist/Spiffy/ + | + | Copyright (c) 2006. Ingy döt Net. All rights reserved. + | Copyright (c) 2004. Brian Ingerson. All rights reserved. + | + | Same license, see above. + +The following files have the following homepage, copyright and license: + + | inc/Module/Install/TestBase.pm + | inc/Test/Base/Filter.pm + | inc/Test/Base.pm + | + | http://search.cpan.org/dist/Test-Base/ + | + | Copyright (c) 2006, 2008, 2009. Ingy döt Net. + | Copyright (c) 2005. Brian Ingerson. + | + | Same license, see above. + +The following files have the following homepage, copyright and license: + + | inc/Test/Builder/Module.pm + | inc/Test/Builder.pm + | inc/Test/More.pm + | + | http://search.cpan.org/dist/Test-Simple/ + | + | Copyright 2002-2008 by chromatic and Michael G Schwern + | + | Same license, see above. + --- libclass-trigger-perl-0.14.orig/debian/rules +++ libclass-trigger-perl-0.14/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/perlmodule.mk +