--- libclass-inner-perl-0.200001.orig/debian/control +++ libclass-inner-perl-0.200001/debian/control @@ -0,0 +1,19 @@ +Source: libclass-inner-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl +Maintainer: Debian Perl Group +Uploaders: gregor herrmann , Jonathan Yu +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/Class-Inner/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-inner-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libclass-inner-perl/ + +Package: libclass-inner-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends} +Description: module providing Java-like inner classes + Class::Inner is an implementation of an anonymous class with per-object + overrideable methods, but with the added attraction of sort-of-working + dispatch to the parent class's method. --- libclass-inner-perl-0.200001.orig/debian/compat +++ libclass-inner-perl-0.200001/debian/compat @@ -0,0 +1 @@ +7 --- libclass-inner-perl-0.200001.orig/debian/watch +++ libclass-inner-perl-0.200001/debian/watch @@ -0,0 +1,3 @@ +# format version number, currently 3; this line is compulsory! +version=3 +http://search.cpan.org/dist/Class-Inner/ .*/Class-Inner-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) --- libclass-inner-perl-0.200001.orig/debian/rules +++ libclass-inner-perl-0.200001/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- libclass-inner-perl-0.200001.orig/debian/copyright +++ libclass-inner-perl-0.200001/debian/copyright @@ -0,0 +1,30 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59 +Maintainer: Arun Prasaad +Source: http://search.cpan.org/dist/Class-Inner/ +Name: Class-Inner + +Files: * +Copyright: 2001, Piers Cawley +License: Artistic or GPL-1+ + +Files: debian/* +Copyright: 2009, Jonathan Yu + 2006-2008, gregor herrmann + 2003, Chip Salzenberg +License: Artistic or 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-inner-perl-0.200001.orig/debian/changelog +++ libclass-inner-perl-0.200001/debian/changelog @@ -0,0 +1,77 @@ +libclass-inner-perl (0.200001-1) unstable; urgency=low + + [ Jonathan Yu ] + * New upstream release + * Standards-Version 3.8.3 (drop perl version dep) + * Add myself to Uploaders and Copyright + * Bump to debhelper 7 and use short rules format + * Remove patch; the issue has been taken care of upstream + + [ gregor herrmann ] + * Add debian/README.source to document quilt usage, as required by + Debian Policy since 3.8.0. + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + [ gregor herrmann ] + * Change my email address. + + -- Jonathan Yu Sat, 21 Nov 2009 19:30:44 -0500 + +libclass-inner-perl (0.1-5) unstable; urgency=low + + * 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/lib/perl5 only if it exists. + * Create patch test_basic_isa.patch to make the test work with perl 5.10 + which has changed inheritance detection ("->isa()") (closes: #467150). + Add quilt framework for the patch. + * Set Standards-Version to 3.7.3 (no changes). + * Set debhelper compatibility level to 6. + * debian/watch: use dist-based URL. + * debian/rules: + - remove compiler flags, this package is arch:all + - remove spurious whitespace, commented out dh_* calls + - move tests to build-stamp target + - use $@ for touching stamp-files + - don't ignore errors of make distclean + - move dh_clean before make distclean + - don't install README any more, no useful information for users + * debian/copyright: change to new format, add copyright information for + the packaging. + + -- gregor herrmann Sat, 23 Feb 2008 18:25:00 +0100 + +libclass-inner-perl (0.1-4) unstable; urgency=low + + * Moved debhelper to Build-Depends. + * Set Standards-Version to 3.7.2 (no changes). + + -- gregor herrmann Fri, 16 Jun 2006 14:46:54 +0200 + +libclass-inner-perl (0.1-3) unstable; urgency=low + + * New maintainer (closes: #357083). + * Bumped Standards-Version and Debhelper compatibility level. + * Fixed copyright statement in debian/copyright. + * Updated debian/rules. + * Added watch file. + + -- gregor herrmann Fri, 17 Mar 2006 20:06:41 +0100 + +libclass-inner-perl (0.1-2) unstable; urgency=high + + * Fix Build-Depends by deleting my hacked dpkg-source. + + -- Chip Salzenberg Sun, 5 Oct 2003 21:43:55 -0400 + +libclass-inner-perl (0.1-1) unstable; urgency=low + + * Initial Release. + + -- Chip Salzenberg Fri, 3 Oct 2003 18:58:19 -0400 +