--- libroman-perl-1.23.orig/debian/control +++ libroman-perl-1.23/debian/control @@ -0,0 +1,25 @@ +Source: libroman-perl +Section: perl +Priority: optional +Maintainer: Debian Perl Group +Uploaders: Daniel Ruoso , + gregor herrmann , Carlo Segre , + Gunnar Wolf +Standards-Version: 3.8.0 +Homepage: http://search.cpan.org/dist/Roman/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libroman-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libroman-perl/ +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl, libtest-pod-perl, libtest-pod-coverage-perl + +Package: libroman-perl +Section: perl +Priority: optional +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends} +Description: Perl module for converting between Roman and Arabic numerals + The Roman module provides some functions which help conversion of numeric + notation between Roman and Arabic. + . + Domain of valid Roman numerals is limited to less than 4000, since proper + Roman digits for the rest are not available in ASCII. --- libroman-perl-1.23.orig/debian/copyright +++ libroman-perl-1.23/debian/copyright @@ -0,0 +1,32 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Alexandr Ciornii, +Upstream-Source: http://search.cpan.org/dist/Roman/ +Upstream-Name: Roman + +Files: * +Copyright: + 1995-1997, OZAWA Sakuro + 2007-2008, Alexandr Ciornii, +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: + 1999-2004, Ardo van Rangelrooij + 2004-2009, various members of the Debian Perl Group, cf. debian/changelog +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' --- libroman-perl-1.23.orig/debian/watch +++ libroman-perl-1.23/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Roman/ .*/Roman-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) --- libroman-perl-1.23.orig/debian/compat +++ libroman-perl-1.23/debian/compat @@ -0,0 +1 @@ +7 --- libroman-perl-1.23.orig/debian/changelog +++ libroman-perl-1.23/debian/changelog @@ -0,0 +1,218 @@ +libroman-perl (1.23-1) unstable; urgency=low + + * New upstream release. + * Set Standards-Version to 3.8.0 (no changes). + * Set debhelper compatibility level to 7; adapt + debian/{control,compat,rules}. + * debian/copyright: switch to new format. + * debian/control: + - switch Vcs-Browser field to ViewSVN + - add ${misc:Depends} to Depends: field + - change my email address + - wrap long line + - mention module name in long description + + -- gregor herrmann Thu, 01 Jan 2009 21:56:41 +0100 + +libroman-perl (1.22-2) unstable; urgency=low + + * debian/rules: + - delete /usr/lib/perl5 only if it exists (closes: #467957) + - move dh_clean before make distclean and use it for removing stamp + files + * Set debhelper compatibility level to 6. + * debian/watch: use extended regexp for matching upstream releases. + + -- gregor herrmann Sat, 01 Mar 2008 22:15:06 +0100 + +libroman-perl (1.22-1) unstable; urgency=low + + * New upstream release. + * Don't install empty /usr/lib/perl5 directory. + + -- gregor herrmann Wed, 26 Dec 2007 00:04:13 +0100 + +libroman-perl (1.21-1) unstable; urgency=low + + [ gregor herrmann ] + * New upstream release. + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza). Removed: XS- + Vcs-Svn fields. + * debian/rules: + - let install-stamp depend on build-stamp + - install upstream changelog + - remove OPTIMIZE, we don't compile anything + - use $(PERL) instead of perl + * debian/watch: use dist-based URL. + * Remove debian/libroman-perl.docs and don't install README anymore + (doesn't provide any additional information). + * Remove debian/libroman-perl.install, remove call to dh_install in + debian/rules, rewrite usage of temporary build directory in + debian/rules. + * debian/copyright: + - add generic upstream URL + - update copyright and license information from upstream README + + [ Gunnar Wolf ] + * Bumped up standards-version to 3.7.3 - no changes needed + + -- Gunnar Wolf Tue, 18 Dec 2007 19:29:30 -0600 + +libroman-perl (1.20-1) unstable; urgency=low + + * New upstream release. + * Enable tests in debian/rules (now there are tests) and add + libtest-pod-perl, libtest-pod-coverage-perl to Build-Depends-Indep. + + -- gregor herrmann Fri, 13 Apr 2007 20:56:28 +0200 + +libroman-perl (1.1-21) unstable; urgency=low + + * Use $(CURDIR) [make] instead of $(PWD) [sh] to fix issues with sudo. + * Comment out $(MAKE) test in debian/rules -- there are no tests ... + + -- gregor herrmann Sun, 1 Oct 2006 14:48:00 +0200 + +libroman-perl (1.1-20) unstable; urgency=low + + * Moved debhelper to Build-Depends. + * Set Standards-Version to 3.7.2 (no changes). + * Set Debhelper Compatibility Level to 5. + + -- gregor herrmann Fri, 16 Jun 2006 16:58:14 +0200 + +libroman-perl (1.1-19) unstable; urgency=low + + * Adopting package. + + -- Daniel Ruoso Wed, 26 May 2004 18:49:46 -0300 + +libroman-perl (1.1-18) unstable; urgency=low + + * debian/copyright: updated + * debian/control: upgraded to Debian Policy 3.6.1 (no changes) + + -- Ardo van Rangelrooij Sat, 7 Feb 2004 22:28:14 -0600 + +libroman-perl (1.1-17) unstable; urgency=low + + * debian/rules: moved debhelper compatibility level setting to + 'debian/compat' per latest debhelper best practices + * debian/control: updated sections according to latest archive changes: + - 'libroman-perl' from 'interpreters' to 'perl' + * debian/control: changed build dependency on 'debhelper' to '(>= 4.1)' + * debian/control: upgraded to Debian Policy 3.6.0 (no changes) + + -- Ardo van Rangelrooij Sat, 26 Jul 2003 21:27:22 -0500 + +libroman-perl (1.1-16) unstable; urgency=low + + * debian/copyright: updated CPAN URL + * debian/rules: added erroneously removed 'dh_testroot' to 'binary-indep' + + -- Ardo van Rangelrooij Sun, 4 Aug 2002 14:34:06 -0500 + +libroman-perl (1.1-15) unstable; urgency=low + + * debian/rules: upgraded to debhelper v4 + * debian/control: changed build dependency on debhelper accordingly + * debian/rules: migrated from 'dh_movefiles' to 'dh_install' + * debian/rules: split off 'install' target from 'binary-indep' target + * debian/copyright: added pointer to license + + -- Ardo van Rangelrooij Sun, 4 Aug 2002 11:02:59 -0500 + +libroman-perl (1.1-14) unstable; urgency=low + + * debian/control: upgraded to Debian Policy 3.5.6 + + -- Ardo van Rangelrooij Sun, 23 Dec 2001 12:26:55 -0600 + +libroman-perl (1.1-13) unstable; urgency=low + + * debian/control: upgraded to Debian Policy 3.5.5 + * debian/control: upgraded to Debian Perl Policy 1.20 + + -- Ardo van Rangelrooij Thu, 5 Jul 2001 21:44:09 -0500 + +libroman-perl (1.1-12) unstable; urgency=low + + * debian/copyright: updated upstream author's email address + + -- Ardo van Rangelrooij Tue, 1 May 2001 22:02:27 -0500 + +libroman-perl (1.1-11) unstable; urgency=low + + * debian/control: updated perl dependency + + -- Ardo van Rangelrooij Sat, 14 Apr 2001 15:02:57 -0500 + +libroman-perl (1.1-10) unstable; urgency=low + + * debian/control: updated debhelper dependency to remove dh_testversion + * debian/control: upgraded to Debian Policy 3.5.2 + * debian/control: upgraded to Debian Perl Policy 1.17 + * debian/rules: upgraded to Debian Perl Policy 1.17 + + -- Ardo van Rangelrooij Thu, 29 Mar 2001 20:30:54 -0600 + +libroman-perl (1.1-9) unstable; urgency=low + + * debian/control: upgraded to Debian Policy 3.2.1 + * debian/rules: upgraded to debhelper v3 + + -- Ardo van Rangelrooij Sun, 14 Jan 2001 11:41:01 -0600 + +libroman-perl (1.1-8) unstable; urgency=low + + * debian/control: upgraded to Debian Policy 3.1.1 + * debian/copyright: updated + * debian/rules: added missing `$(MAKE) test` + * debian/rules: added missing build-stamp stuff + + -- Ardo van Rangelrooij Tue, 13 Jun 2000 22:01:54 +0200 + +libroman-perl (1.1-7) unstable; urgency=low + + * debian/control: Perl dependency changed into `${perl:Depends}' + + -- Ardo van Rangelrooij Fri, 5 Nov 1999 20:12:51 +0100 + +libroman-perl (1.1-6) unstable; urgency=low + + * Upgraded to Debian Perl Policy 1.1 + + -- Ardo van Rangelrooij Sun, 10 Oct 1999 19:00:10 +0200 + +libroman-perl (1.1-5) unstable; urgency=low + + * Upgraded to Debian Policy 3.0.1 + + -- Ardo van Rangelrooij Thu, 7 Oct 1999 20:11:35 +0200 + +libroman-perl (1.1-4) unstable; urgency=low + + * Made almost lintian-free (except for /usr/doc): moved man manpages to + /usr/share/man, fixed various file/directory permissions + + -- Ardo van Rangelrooij Wed, 11 Aug 1999 20:48:50 -0500 + +libroman-perl (1.1-3) unstable; urgency=low + + * Now really complies with Perl packaging standard 1.0 + (closes: Bug#41514) + + -- Ardo van Rangelrooij Mon, 19 Jul 1999 16:51:28 -0500 + +libroman-perl (1.1-2) unstable; urgency=low + + * Complies with Perl packaging standard 1.0 + + -- Ardo van Rangelrooij Tue, 13 Jul 1999 19:12:12 -0500 + +libroman-perl (1.1-1) unstable; urgency=low + + * Initial Release + + -- Ardo van Rangelrooij Tue, 9 Feb 1999 20:07:39 +0100 --- libroman-perl-1.23.orig/debian/rules +++ libroman-perl-1.23/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