--- libdigest-perl-1.16.orig/debian/control +++ libdigest-perl-1.16/debian/control @@ -0,0 +1,20 @@ +Source: libdigest-perl +Section: perl +Priority: optional +Maintainer: Debian Perl Group +Uploaders: Zak B. Elep , Gunnar Wolf , + Nathan Handler +Build-Depends: debhelper (>= 7.0) +Build-Depends-Indep: perl (>= 5.6.0-17), libdigest-md5-perl | perl (>= 5.8) +Standards-Version: 3.8.1 +Homepage: http://search.cpan.org/dist/Digest/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdigest-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdigest-perl/ + +Package: libdigest-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libdigest-md5-perl | perl (>= 5.8) +Description: generic interface to message digest modules + This is a simple frontend module for autoloading various Digest::* + modules. It also provides documentation of the interface that all + Digest::* modules should provide. --- libdigest-perl-1.16.orig/debian/copyright +++ libdigest-perl-1.16/debian/copyright @@ -0,0 +1,36 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Gisle Aas +Upstream-Source: http://search.cpan.org/dist/Digest/ +Upstream-Name: Digest + +Files: * +Copyright: 1998-2006, Gisle Aas + 1995-1996, Neil Winton +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2001, 2003, 2004, Michael Alan Dorman + 2004, 2005, Matthias Urlichs + 2006, Gunnar Wolf + 2006, Zak B. Elep + 2009, Nathan Handler +License-Alias: Perl +License: Artistic | GPL-1+ +X-Comment: It is assumed that package maintainers have licensed their work + under terms compatible with upstream licensing terms. + +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' --- libdigest-perl-1.16.orig/debian/watch +++ libdigest-perl-1.16/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Digest/ .*/Digest-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) --- libdigest-perl-1.16.orig/debian/compat +++ libdigest-perl-1.16/debian/compat @@ -0,0 +1 @@ +7 --- libdigest-perl-1.16.orig/debian/changelog +++ libdigest-perl-1.16/debian/changelog @@ -0,0 +1,98 @@ +libdigest-perl (1.16-1) 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/watch: use dist-based URL. + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + * debian/control: Added: ${misc:Depends} to Depends: field. + + [ Nathan Handler ] + * debian/watch: + - Update to ignore development releases. + * debian/copyright: + - Update to new format + * debian/rules: + - Update to use newer debhelper + * debian/control: + - Add myself to list of Uploaders + - Bump Standards-Version to 3.8.1 + - Build-Depend on debhelper (>= 7.0) + * debian/compat: + - Bump to 7 + + [ gregor herrmann ] + * debian/copyright: add more contributors to the debian/* copyright. + * debian/control: remove duplicate fields from binary package stanza, thanks + lintian. + + -- Nathan Handler Wed, 10 Jun 2009 02:58:32 +0000 + +libdigest-perl (1.15-2) unstable; urgency=low + + * Fixed debian/watch, as it was too ambitious + + -- Gunnar Wolf Thu, 21 Sep 2006 19:39:31 -0500 + +libdigest-perl (1.15-1) unstable; urgency=low + + * New upstream release (Closes: #329531) + * New maintainer (in response to Matthias' mail, see + http://lists.debian.org/debian-devel/2006/05/msg02947.html) + Debian Perl Group + via Zak B. Elep + * debian/control: + + Bump Standards-Version . + + Move debhelper to Build-Depends and bump version to (> 5.0) . + Update debian/compat accordingly. + * debian/copyright: + + Update maintenance notes. + * debian/watch: + + Tighten watch regex, as previous regex inadvertently matches + Digest::Whirlpool tarball :/ + + -- Zak B. Elep Thu, 29 Jun 2006 13:26:33 +0800 + +libdigest-perl (1.10-1) unstable; urgency=low + + * New Upstream version. Closes: #303593. + * Updated watch file. + + -- Matthias Urlichs Thu, 14 Apr 2005 19:58:54 +0200 + +libdigest-perl (1.08-2) unstable; urgency=low + + * New maintainer. Closes: #274128. + * Fixed spelling errors in the description. + * Fixed dependency on debhelper (>=4.0). + * Added debian/watch file. + + -- Matthias Urlichs Sat, 2 Oct 2004 13:47:57 +0200 + +libdigest-perl (1.08-1) unstable; urgency=low + + * New upstream version. + * Update for later standards. + + -- Michael Alan Dorman Mon, 2 Aug 2004 16:16:24 -0400 + +libdigest-perl (1.00-3) unstable; urgency=low + + * Fix override disparity. + + -- Michael Alan Dorman Fri, 15 Aug 2003 18:47:01 -0400 + +libdigest-perl (1.00-2) unstable; urgency=low + + * Correct lack of references to licenses. (closes: bug#157576) + + -- Michael Alan Dorman Fri, 15 Aug 2003 15:42:23 -0400 + +libdigest-perl (1.00-1) unstable; urgency=low + + * Initial debianization. + + -- Michael Alan Dorman Wed, 18 Apr 2001 21:34:50 -0400 + --- libdigest-perl-1.16.orig/debian/rules +++ libdigest-perl-1.16/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