--- libmath-basecalc-perl-1.012.orig/debian/rules +++ libmath-basecalc-perl-1.012/debian/rules @@ -0,0 +1,23 @@ +#!/usr/bin/make -f + +build: build-stamp +build-stamp: + TEST_POD=1 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 --- libmath-basecalc-perl-1.012.orig/debian/changelog +++ libmath-basecalc-perl-1.012/debian/changelog @@ -0,0 +1,71 @@ +libmath-basecalc-perl (1.012-2) unstable; urgency=low + + [ Ansgar Burchardt ] + * New Maintainer: Debian Perl Group (Closes: #494594) + * Add myself to Uploaders + * Update Homepage field to standard value used by the Debian Perl Group + * debian/watch: Use dist-based URL + * Refresh debian/rules for debhelper 7 + * Convert debian/copyright to proposed machine-readable format + + [ gregor herrmann ] + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza). + * Add build dependency on libtest-pod-coverage-perl (used in tests). + + -- Ansgar Burchardt Sat, 16 Aug 2008 22:51:44 +0200 + +libmath-basecalc-perl (1.012-1) unstable; urgency=low + + * QA upload. + * New upstream release + * Maintainer is Debian QA Group + * Acknowledge non maintainer upload; closes: #359453 + * Add homepage control line + * Add debian/watch + * Fix the following lintian issues: + W: debian-rules-ignores-make-clean-error line 34 + W: package-uses-deprecated-debhelper-compat-version 1 + W: ancient-standards-version 3.5.6.0 (current is 3.8.0) + E: clean-should-be-satisfied-by-build-depends debhelper + W: perl-package-should-be-section-perl libmath-basecalc-perl + + -- Anibal Monsalve Salazar Mon, 11 Aug 2008 23:21:49 +1000 + +libmath-basecalc-perl (1.011-1.1) unstable; urgency=low + + * Non-Maintainer Upload + * Removed postinst and prerm as they were only there to handle the, now + deprecated, /usr/doc symlinks, closes: #359453 + + -- Stephen Quinney Mon, 12 Jun 2006 10:20:46 +0100 + +libmath-basecalc-perl (1.011-1) unstable; urgency=low + + * New upstream release + * Use proper build target - Closes: #157490 + * Add copyright summary from perl package - Closes: #157613 + * Removed extraneous README - Closes: #157521 + + -- Mike Mattice Sun, 25 Aug 2002 13:45:07 -0500 + +libmath-basecalc-perl (1.009-1) unstable; urgency=low + + * New Upstream version. + * Updated to standards version 3.5.6.0 + + -- Mike Mattice Sat, 12 Jan 2002 09:32:11 -0600 + +libmath-basecalc-perl (1.008-2) unstable; urgency=low + + * Updated for new perl policy. + + -- Mike Mattice Wed, 21 Feb 2001 14:26:49 -0600 + +libmath-basecalc-perl (1.008-1) unstable; urgency=low + + * Initial Release. + + -- Mike Mattice Fri, 16 Jun 2000 13:27:00 -0500 + + --- libmath-basecalc-perl-1.012.orig/debian/watch +++ libmath-basecalc-perl-1.012/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Math-BaseCalc/ .*/Math-BaseCalc-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libmath-basecalc-perl-1.012.orig/debian/control +++ libmath-basecalc-perl-1.012/debian/control @@ -0,0 +1,20 @@ +Source: libmath-basecalc-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl (>= 5.6.0-16), libtest-pod-coverage-perl +Maintainer: Debian Perl Group +Uploaders: Ansgar Burchardt +Standards-Version: 3.8.0 +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmath-basecalc-perl/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-basecalc-perl/ +Homepage: http://search.cpan.org/dist/Math-BaseCalc/ + +Package: libmath-basecalc-perl +Architecture: all +Depends: ${perl:Depends} +Description: Convert numbers between various bases + This module facilitates the conversion of numbers between various + number bases. You may define your own digit sets, or use any of + several predefined digit sets. + --- libmath-basecalc-perl-1.012.orig/debian/copyright +++ libmath-basecalc-perl-1.012/debian/copyright @@ -0,0 +1,26 @@ +Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=226 +Upstream-Name: Math-BaseCalc +Upstream-Maintainer: Ken Williams +Upstream-Source: http://search.cpan.org/dist/Math-BaseCalc/ + +Files: * +Copyright: 1999, Ken Williams +License: GPL-1+ | Artistic + You may redistribute and/or modify it under the same terms as Perl itself. + . + Perl is distributed under the GNU General Public License, either version 1 or + (at your opinion) any later version, and the Artistic License. + . + On Debian systems, the complete text of the GNU General Public License can be + found in /usr/share/common-licenses/GPL and the Artistic license in + /usr/share/common-licenses/Artistic. + +Files: debian/* +Copyright: © 2000-2002, Mike Mattice + © 2006, Stephen Quinney + © 2008, Anibal Monsalve Salazar + © 2008, Ansgar Burchardt +License: GPL-1+ | Artistic + It is assumed that all contributors release their work under the same terms + as the module and Perl. + --- libmath-basecalc-perl-1.012.orig/debian/compat +++ libmath-basecalc-perl-1.012/debian/compat @@ -0,0 +1 @@ +7