--- libmro-compat-perl-0.11.orig/debian/control +++ libmro-compat-perl-0.11/debian/control @@ -0,0 +1,27 @@ +Source: libmro-compat-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl (>= 5.8.8-7), libclass-c3-xs-perl, + libclass-c3-perl (>= 0.20), libtest-pod-perl, libtest-pod-coverage-perl +Maintainer: Debian Perl Group +Uploaders: Krzysztof Krzyżaniak (eloy) , + Damyan Ivanov , + gregor herrmann , + Nathan Handler +Standards-Version: 3.8.1 +Homepage: http://search.cpan.org/dist/MRO-Compat/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmro-compat-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmro-compat-perl/ + +Package: libmro-compat-perl +Architecture: all +Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, + libclass-c3-perl (>= 0.20) +Recommends: libclass-c3-xs-perl +Description: mro::* interface compatibility for Perls < 5.9.5 + The "mro" namespace provides several utilities for dealing with method + resolution order and method caching in general in Perl 5.9.5 and higher. + . + MRO::Compat provides those interfaces for earlier versions of Perl + (back to 5.6.0 anyways). --- libmro-compat-perl-0.11.orig/debian/copyright +++ libmro-compat-perl-0.11/debian/copyright @@ -0,0 +1,30 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Author: Brandon L. Black, +Packaged-By: Krzysztof Krzyżaniak (eloy) +Upstream-Name: MRO-Compat +Original-Source-Location: http://search.cpan.org/dist/MRO-Compat/ +Original-Source-Command: uscan --force-download +Original-Source-Depends: devscripts + +Files: * +Copyright: © 2007-2009 by Brandon L. Black +License: GPL-1+ | Artistic + This program is free software, you can redistribute it and/or modify it under + the same terms as Perl itself. + +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: © 2006-2009 Krzysztof Krzyzaniak (eloy) + © 2008-2009 gregor herrmann + +Perl is distributed under your choice of the GNU General Public License or +the Artistic License. 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'. --- libmro-compat-perl-0.11.orig/debian/watch +++ libmro-compat-perl-0.11/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/MRO-Compat/ .*/MRO-Compat-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) --- libmro-compat-perl-0.11.orig/debian/compat +++ libmro-compat-perl-0.11/debian/compat @@ -0,0 +1 @@ +7 --- libmro-compat-perl-0.11.orig/debian/changelog +++ libmro-compat-perl-0.11/debian/changelog @@ -0,0 +1,90 @@ +libmro-compat-perl (0.11-1) unstable; urgency=low + + [ Nathan Handler ] + * New upstream release + * debian/copyright: Update statement for Module::Install + * debian/control: Add myself to list of uploaders. + + [ gregor herrmann ] + * debian/control: make (build) dependency on libclass-c3-perl versioned. + + -- Nathan Handler Sun, 31 May 2009 02:55:34 +0000 + +libmro-compat-perl (0.10-1) unstable; urgency=low + + * New upstream release + * debian/control: Standards-Version updated to 3.8.1 (no changes), debhelper + updated to (>= 7) + * debian/copyright: updated to latest schema + * debian/rules: used example from debhelper7 + + [ gregor herrmann ] + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + + -- Krzysztof Krzyżaniak (eloy) Tue, 31 Mar 2009 13:16:32 +0200 + +libmro-compat-perl (0.09-1) unstable; urgency=low + + * New upstream release. + * Set Standards-Version to 3.8.0 (no changes). + + -- gregor herrmann Sat, 14 Jun 2008 20:33:44 +0200 + +libmro-compat-perl (0.07-1) unstable; urgency=low + + * New upstream release. + * debian/copyright: update years of copyright. + * Refresh debian/rules, no functional changes. + * debian/control: change my email address. + + -- gregor herrmann Fri, 23 May 2008 21:52:51 +0200 + +libmro-compat-perl (0.05-2) 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. Added: libtest-pod-perl, libtest-pod-coverage-perl to + Build-Depends-Indep in order to enable additional tests. + * debian/watch: use dist-based URL. + * debian/rules: + - delete /usr/lib/perl5 only if it exists (closes: #467875) + - let install-stamp target depend on build-stamp + - remove commented out dh_installexamples + - don't install README any more (text version of the POD documentation) + * Set Standards-Version to 3.7.3 (no changes). + * Add /me to Uploaders. + * debian/copyright: use author-agnostic download URL. + + -- gregor herrmann Sun, 09 Mar 2008 00:27:54 +0100 + +libmro-compat-perl (0.05-1) unstable; urgency=low + + * New upstream release + + Fix for RT#28661 (ill-formated %INC filenames aren't nice) + * Fixed old dh-make-perl cruft + + moved dh_clean $stamp_files before realclean + + dropped unused/unneeded dh_calls + + moved test suite from install to build target + * Added myself to Uploaders + * debian/copyright: improved + + more precise download URL + + added explicit upstream copyright notice with year + + -- Damyan Ivanov Wed, 12 Sep 2007 10:54:31 +0300 + +libmro-compat-perl (0.04-1) unstable; urgency=low + + [ Krzysztof Krzyzaniak (eloy) ] + * New upstream release + + [ Damyan Ivanov ] + * Updated debian/watch to use by-authors download area + + -- Krzysztof Krzyzaniak (eloy) Mon, 20 Aug 2007 14:49:04 +0200 + +libmro-compat-perl (0.03-1) unstable; urgency=low + + * Initial Release (closes: #429796) + + -- Krzysztof Krzyzaniak (eloy) Tue, 19 Jun 2007 12:37:21 +0200 --- libmro-compat-perl-0.11.orig/debian/rules +++ libmro-compat-perl-0.11/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