--- libalgorithm-c3-perl-0.08.orig/debian/control +++ libalgorithm-c3-perl-0.08/debian/control @@ -0,0 +1,25 @@ +Source: libalgorithm-c3-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7), perl-modules (>= 5.10) | libmodule-build-perl +Build-Depends-Indep: libtest-pod-coverage-perl, libtest-pod-perl +Maintainer: Debian Perl Group +Uploaders: Krzysztof Krzyzaniak (eloy) , + Ryan Niebur +Standards-Version: 3.8.1 +Homepage: http://search.cpan.org/dist/Algorithm-C3/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libalgorithm-c3-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libalgorithm-c3-perl/ + +Package: libalgorithm-c3-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends} +Description: Perl module for merging hierarchies using the C3 algorithm + The Algorithm::C3 module implements the C3 algorithm. + . + C3 is the name of an algorithm which aims to provide a sane method resolution + order under multiple inheritence. It was first introduced in the langauge + Dylan, and then later adopted as the preferred MRO (Method Resolution Order) + for the new-style classes in Python 2.3. Most recently it has been adopted as + the 'canonical' MRO for Perl 6 classes, and the default MRO for Parrot + objects as well. --- libalgorithm-c3-perl-0.08.orig/debian/copyright +++ libalgorithm-c3-perl-0.08/debian/copyright @@ -0,0 +1,29 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Stevan Little, , Brandon L. Black , Florian Ragwitz +Upstream-Source: http://search.cpan.org/dist/Algorithm-C3/ +Upstream-Name: Algorithm-C3 + +Files: * +Copyright: Copyright (C) 2006 Infinity Interactive, Inc. +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2006, 2007, Krzysztof Krzyzaniak (eloy) + 2009, Ryan Niebur +License: Artistic | GPL-1+ + +License: Artistic + This program is free software; you can redistribute it and/or modify + it under the terms of the Artistic License, which comes with Perl. + On Debian GNU/Linux systems, the complete text of the Artistic License + can be found in `/usr/share/common-licenses/Artistic' + +License: GPL-1+ + 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 1, or (at your option) + any later version. + On Debian GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL' --- libalgorithm-c3-perl-0.08.orig/debian/watch +++ libalgorithm-c3-perl-0.08/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Algorithm-C3/ .*/Algorithm-C3-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) --- libalgorithm-c3-perl-0.08.orig/debian/compat +++ libalgorithm-c3-perl-0.08/debian/compat @@ -0,0 +1 @@ +7 --- libalgorithm-c3-perl-0.08.orig/debian/changelog +++ libalgorithm-c3-perl-0.08/debian/changelog @@ -0,0 +1,55 @@ +libalgorithm-c3-perl (0.08-1) unstable; urgency=low + + * Take over for the Debian Perl Group + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza). Changed: + Maintainer set to Debian Perl Group (was: Debian Catalyst + Maintainers ). + * debian/watch: use dist-based URL. + * New upstream release + * Add myself to Uploaders + * Debian Policy 3.8.1 + * convert to machine readable copyright format + * convert to dh7 + + -- Ryan Niebur Fri, 29 May 2009 20:54:47 -0700 + +libalgorithm-c3-perl (0.07-1) unstable; urgency=low + + * New upstream release + + -- Krzysztof Krzyzaniak (eloy) Tue, 15 May 2007 10:14:43 +0200 + +libalgorithm-c3-perl (0.06-1) unstable; urgency=low + + * New upstream release + + -- Krzysztof Krzyzaniak (eloy) Tue, 21 Nov 2006 16:32:17 +0100 + +libalgorithm-c3-perl (0.05-1) unstable; urgency=low + + * New upstream release + + -- Krzysztof Krzyzaniak (eloy) Mon, 28 Aug 2006 10:57:38 +0200 + +libalgorithm-c3-perl (0.04-1) unstable; urgency=low + + * New upstream release + + -- Krzysztof Krzyzaniak (eloy) Thu, 10 Aug 2006 17:14:26 +0200 + +libalgorithm-c3-perl (0.02-1) unstable; urgency=low + + * New upstream release + * debian/control: + + Standards-Version: increased to 3.7.2.1 + * debian/compat: increased to 5 + + -- Krzysztof Krzyzaniak (eloy) Thu, 3 Aug 2006 13:13:16 +0200 + +libalgorithm-c3-perl (0.01-1) unstable; urgency=low + + * Initial Release (closes: #354304). + + -- Krzysztof Krzyzaniak (eloy) Sat, 25 Feb 2006 00:17:14 +0100 --- libalgorithm-c3-perl-0.08.orig/debian/rules +++ libalgorithm-c3-perl-0.08/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@