--- libclass-c3-xs-perl-0.13.orig/debian/watch +++ libclass-c3-xs-perl-0.13/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Class-C3-XS/ .+/Class-C3-XS-v?(\d[\d.]*)\.(?:tar\.gz|tar|tgz) --- libclass-c3-xs-perl-0.13.orig/debian/rules +++ libclass-c3-xs-perl-0.13/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- libclass-c3-xs-perl-0.13.orig/debian/copyright +++ libclass-c3-xs-perl-0.13/debian/copyright @@ -0,0 +1,41 @@ +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-XS/ +Upstream-Name: Class-C3-XS + +Files: * +Author: Brandon L. Black +Copyright: no explicit copyright. ChangeLog shows that the module was + developed during 2007 and 2009 +License: GPL-1+ | Artistic + +Files: debian/* +Copyright: 2009, Jonathan Yu + 2008, Damyan Ivanov + 2007-2009, Krzysztof Krzyzaniak (eloy) +License: GPL-1+ | Artistic +X-Comment: It is assumed that all maintainers license their work as the + same as upstream. + +Files: inc/Module/* +Copyright: 2002-2009, Adam Kennedy + 2002-2009, Audrey Tang + 2002-2009, Brian Ingerson +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-xs-perl-0.13.orig/debian/compat +++ libclass-c3-xs-perl-0.13/debian/compat @@ -0,0 +1 @@ +7 --- libclass-c3-xs-perl-0.13.orig/debian/control +++ libclass-c3-xs-perl-0.13/debian/control @@ -0,0 +1,21 @@ +Source: libclass-c3-xs-perl +Section: perl +Priority: optional +Build-Depends: perl, debhelper (>= 7), libtest-pod-perl, libsub-name-perl +Maintainer: Debian Perl Group +Uploaders: Krzysztof Krzyżaniak (eloy) , + Damyan Ivanov , Jonathan Yu +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/Class-C3-XS/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-c3-xs-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libclass-c3-xs-perl/ + +Package: libclass-c3-xs-perl +Architecture: any +Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} +Enhances: libclass-c3-perl (>= 0.16) +Description: Perl module to accelerate Class::C3 + Class::C3::XS is a Perl module designed to enhance the performance of the + Class::C3 package (see libclass-c3-perl). It does so automatically and is not + designed to be used directly; once installed, it should accelerate all programs + that make use of Class::C3 itself. --- libclass-c3-xs-perl-0.13.orig/debian/changelog +++ libclass-c3-xs-perl-0.13/debian/changelog @@ -0,0 +1,86 @@ +libclass-c3-xs-perl (0.13-1build4) trusty; urgency=low + + * Rebuild for Perl 5.18. + + -- Colin Watson Mon, 21 Oct 2013 16:00:50 +0100 + +libclass-c3-xs-perl (0.13-1build3) quantal; urgency=low + + * Rebuild for new armel compiler default of ARMv5t. + + -- Colin Watson Thu, 04 Oct 2012 13:16:34 +0100 + +libclass-c3-xs-perl (0.13-1build2) precise; urgency=low + + * Rebuild for Perl 5.14. + + -- Colin Watson Wed, 16 Nov 2011 00:17:33 +0000 + +libclass-c3-xs-perl (0.13-1build1) oneiric; urgency=low + + * Rebuild for Perl 5.12. + + -- Colin Watson Mon, 09 May 2011 14:12:15 +0100 + +libclass-c3-xs-perl (0.13-1) unstable; urgency=low + + [ Jonathan Yu ] + * New upstream release + * Add myself to Uploaders and Copyright + * Upgrade to new short debhelper rules format + * Refresh copyright file + * Standards-Version 3.8.3 (drop perl version dependency) + * Rewrite control description + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + -- Jonathan Yu Fri, 25 Sep 2009 05:18:00 -0400 + +libclass-c3-xs-perl (0.11-1) unstable; urgency=low + + * New upstream release + + -- Krzysztof Krzyżaniak (eloy) Tue, 07 Apr 2009 15:52:15 +0200 + +libclass-c3-xs-perl (0.09-1) unstable; urgency=low + + [ Krzysztof Krzyżaniak (eloy) ] + * New upstream release + * debian/control: Standards-Version updated to 3.8.1, debhelper compatibility + updated to 7 + * debian/copyright: rewrite to new schema + + [ gregor herrmann ] + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + * debian/control: Added: ${misc:Depends} to Depends: field. + + -- Krzysztof Krzyżaniak (eloy) Fri, 27 Mar 2009 16:05:07 +0100 + +libclass-c3-xs-perl (0.08-2) unstable; urgency=low + + [ gregor herrmann ] + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza). Removed: XS- + Vcs-Svn fields. + * debian/rules: delete /usr/share/perl5 only if it exists. + + [ Damyan Ivanov ] + * [debian/watch] Stop capturing file extension + + use dist-based URL and better version pattern + * debian/rules: adapt to current dh-make-perl temlates + * Standards-Version: 3.7.3 (no changes) + * debhelper compatibility level 6 + * debian/copyright: switch to machine-readable format, add section about + packaging, use dist-based upstream URL + * add myself to Uploaders + * add libtest-pod-perl to Build-Depends + + -- Damyan Ivanov Fri, 18 Jan 2008 15:18:21 +0200 + +libclass-c3-xs-perl (0.08-1) unstable; urgency=low + + * Initial Release (closes: #429665) + + -- Krzysztof Krzyzaniak (eloy) Tue, 19 Jun 2007 12:39:04 +0200