--- libclass-c3-adopt-next-perl-0.12.orig/debian/control +++ libclass-c3-adopt-next-perl-0.12/debian/control @@ -0,0 +1,24 @@ +Source: libclass-c3-adopt-next-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl (>= 5.6.0-12), libmro-compat-perl, liblist-moreutils-perl, + libtest-exception-perl (>= 0.27) +Uploaders: Krzysztof Krzyżaniak (eloy) , + Ansgar Burchardt , Nathan Handler +Maintainer: Debian Perl Group +Standards-Version: 3.8.1 +Homepage: http://search.cpan.org/dist/Class-C3-Adopt-NEXT/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-c3-adopt-next-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libclass-c3-adopt-next-perl/ + + +Package: libclass-c3-adopt-next-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libmro-compat-perl, liblist-moreutils-perl +Description: drop-in replacement for NEXT, using Class::C3 to do the hard work + Class::C3::Adopt::NEXT is intended as a drop-in replacement for NEXT, + supporting the same interface, but using Class::C3 to do the hard work. You + can then write new code without NEXT, and migrate individual source files to + use Class::C3 or method modifiers as appropriate, at whatever pace you're + comfortable with. --- libclass-c3-adopt-next-perl-0.12.orig/debian/copyright +++ libclass-c3-adopt-next-perl-0.12/debian/copyright @@ -0,0 +1,36 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Florian Ragwitz +Upstream-Source: http://search.cpan.org/dist/Class-C3-Adopt-NEXT/ +Upstream-Name: Class-C3-Adopt-NEXT + +Files: * +Copyright: 2008, 2009, Florian Ragwitz +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: inc/Module/* +Copyright: 2002-2009, Adam Kennedy + 2002-2009, Audrey Tang + 2002-2009, Brian Ingerson +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2008-2009 Krzysztof Krzyzaniak (eloy) +License-Alias: Perl +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' --- libclass-c3-adopt-next-perl-0.12.orig/debian/watch +++ libclass-c3-adopt-next-perl-0.12/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Class-C3-Adopt-NEXT/ .*/Class-C3-Adopt-NEXT-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libclass-c3-adopt-next-perl-0.12.orig/debian/compat +++ libclass-c3-adopt-next-perl-0.12/debian/compat @@ -0,0 +1 @@ +7 --- libclass-c3-adopt-next-perl-0.12.orig/debian/changelog +++ libclass-c3-adopt-next-perl-0.12/debian/changelog @@ -0,0 +1,77 @@ +libclass-c3-adopt-next-perl (0.12-1) unstable; urgency=low + + * New upstream release + * debian/watch: + - Remove comments + - Update to ignore development releases. + * debian/copyright: + - Remove Disclaimer from dh-make-perl + - remove 'C' from before Florian Ragwitz's email address + - Use Module::Install stanza from: + http://pkg-perl.alioth.debian.org/copyright.html#module__install + - Add years to upstream Copyright + - Add License-Alias field to debian/* copyright + * debian/control: + - Add myself to list of Uploaders + + -- Nathan Handler Tue, 09 Jun 2009 01:02:12 +0000 + +libclass-c3-adopt-next-perl (0.11-1) unstable; urgency=low + + * New upstream release + * debian/control: Update build dependencies, libtest-exception-perl added + + -- Krzysztof Krzyżaniak (eloy) Wed, 20 May 2009 10:57:47 +0200 + +libclass-c3-adopt-next-perl (0.10-1) unstable; urgency=low + + * New upstream release + + -- Krzysztof Krzyżaniak (eloy) Wed, 13 May 2009 10:27:03 +0200 + +libclass-c3-adopt-next-perl (0.09-1) unstable; urgency=low + + * New upstream release + * debian/control: update Standards-Version to 3.8.1 + + -- Krzysztof Krzyżaniak (eloy) Wed, 29 Apr 2009 21:18:03 +0200 + +libclass-c3-adopt-next-perl (0.08-1) UNRELEASED; urgency=low + + NB: The upstream release was just a documentation update, no need to upload it. + + * New upstream release + + -- Brian Cassidy Thu, 23 Apr 2009 20:31:42 -0300 + +libclass-c3-adopt-next-perl (0.07-2) unstable; urgency=low + + * Add liblist-moreutils-perl to {Build-,}Depends (Closes: #518887) + * Add myself to Uploaders. + + -- Ansgar Burchardt Mon, 09 Mar 2009 13:47:47 +0100 + +libclass-c3-adopt-next-perl (0.07-1) unstable; urgency=low + + * New upstream release + * Update dates in debian/copyright file + + -- Krzysztof Krzyżaniak (eloy) Mon, 23 Feb 2009 14:57:00 +0100 + +libclass-c3-adopt-next-perl (0.06-1) unstable; urgency=low + + * New upstream release + + -- Krzysztof Krzyżaniak (eloy) Mon, 29 Dec 2008 10:18:46 +0100 + +libclass-c3-adopt-next-perl (0.05-1) unstable; urgency=low + + * New upstream release + + -- Krzysztof Krzyżaniak (eloy) Tue, 23 Dec 2008 12:43:50 +0100 + +libclass-c3-adopt-next-perl (0.04-1) unstable; urgency=low + + * Initial Release (closes: #509017). + + -- Krzysztof Krzyzaniak (eloy) Thu, 11 Dec 2008 23:03:07 +0100 --- libclass-c3-adopt-next-perl-0.12.orig/debian/rules +++ libclass-c3-adopt-next-perl-0.12/debian/rules @@ -0,0 +1,23 @@ +#!/usr/bin/make -f + +build: build-stamp +build-stamp: + dh build + touch $@ + +clean: + dh $@ + +install: install-stamp +install-stamp: build-stamp + dh install + touch $@ + +binary-arch: + +binary-indep: install + dh $@ + +binary: binary-arch binary-indep + +.PHONY: binary binary-arch binary-indep install clean build