r3628 - in /packages/libdigest-sha1-perl/trunk/debian: ./ changelog compat control copyright rules watch

segre at users.alioth.debian.org segre at users.alioth.debian.org
Sun Sep 3 02:20:22 UTC 2006


Author: segre
Date: Sun Sep  3 02:20:21 2006
New Revision: 3628

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=3628
Log:
Load libdigest-sha1-perl-2.11 into packages/libdigest-sha1-perl/trunk.

Added:
    packages/libdigest-sha1-perl/trunk/debian/
    packages/libdigest-sha1-perl/trunk/debian/changelog
    packages/libdigest-sha1-perl/trunk/debian/compat
    packages/libdigest-sha1-perl/trunk/debian/control
    packages/libdigest-sha1-perl/trunk/debian/copyright
    packages/libdigest-sha1-perl/trunk/debian/rules   (with props)
    packages/libdigest-sha1-perl/trunk/debian/watch

Added: packages/libdigest-sha1-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libdigest-sha1-perl/trunk/debian/changelog?rev=3628&op=file
==============================================================================
--- packages/libdigest-sha1-perl/trunk/debian/changelog (added)
+++ packages/libdigest-sha1-perl/trunk/debian/changelog Sun Sep  3 02:20:21 2006
@@ -1,0 +1,45 @@
+libdigest-sha1-perl (2.11-1) unstable; urgency=low
+
+  * New upstream release
+  * New maintainer (in response to Matthias' mail, see
+    http://lists.debian.org/debian-devel/2006/05/msg02947.html)
+  * debian/control:
+    + Bump Standards-Version.
+    + Bump debhelper to version 5; set debian/compat accordingly.
+  * debian/copyright:
+    + Update maintenance notes.
+
+ -- Zak B. Elep <zakame at spunge.org>  Thu, 29 Jun 2006 11:38:37 +0800
+
+libdigest-sha1-perl (2.10-1) unstable; urgency=low
+
+  * New maintainer. Closes:#274127
+  * New Upstream version. Closes: #214305,#253063.
+    - Implemented sha1_transform, required to implement NIST FIPS 186-2.
+    - Sync up with the Digest::MD5 implementation.
+    - Various minor fixes.
+  * Updated Standards-Version: (no changes).
+  * Added debian/watch file.
+  * Updated Section: (interpreters => perl).
+
+ -- Matthias Urlichs <smurf at debian.org>  Sat,  2 Oct 2004 15:16:36 +0200
+
+libdigest-sha1-perl (2.01-0.1) unstable; urgency=low
+
+  * NMU (inactive maintainer)
+  * New upstream version (closes: Bug#168082)
+  * Add pedantic boilerplate to debian/copyright (closes: Bug#157578)
+
+ -- Ivan Kohler <ivan-debian at 420.am>  Wed,  6 Nov 2002 10:55:44 -0800
+
+libdigest-sha1-perl (2.00-1.1) unstable; urgency=low
+
+  * NMU for perl 5.8. No changes except build-dep on same.
+
+ -- Joey Hess <joeyh at debian.org>  Sun, 25 Aug 2002 21:43:29 -0400
+
+libdigest-sha1-perl (2.00-1) unstable; urgency=low
+
+  * Split from libdigest-md5-perl-2.13, damnit.
+
+ -- Michael Alan Dorman <mdorman at debian.org>  Sun, 18 Mar 2001 17:47:56 -0500

Added: packages/libdigest-sha1-perl/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libdigest-sha1-perl/trunk/debian/compat?rev=3628&op=file
==============================================================================
--- packages/libdigest-sha1-perl/trunk/debian/compat (added)
+++ packages/libdigest-sha1-perl/trunk/debian/compat Sun Sep  3 02:20:21 2006
@@ -1,0 +1,1 @@
+5

Added: packages/libdigest-sha1-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libdigest-sha1-perl/trunk/debian/control?rev=3628&op=file
==============================================================================
--- packages/libdigest-sha1-perl/trunk/debian/control (added)
+++ packages/libdigest-sha1-perl/trunk/debian/control Sun Sep  3 02:20:21 2006
@@ -1,0 +1,18 @@
+Source: libdigest-sha1-perl
+Maintainer: Zak B. Elep <zakame at spunge.org>
+Priority: optional
+Section: perl
+Standards-Version: 3.7.2
+Build-Depends: debhelper (>= 5.0.0), perl (>= 5.8)
+
+Package: libdigest-sha1-perl
+Architecture: any
+Priority: optional
+Section: perl
+Depends: ${perl:Depends}, ${shlibs:Depends}
+Conflicts: libdigest-md5-perl (<< 2.13)
+Description: NIST SHA-1 message digest algorithm
+ The Digest::SHA1 module allows you to use the NIST SHA-1 message
+ digest algorithm from within Perl programs.  The algorithm takes as
+ input a message of arbitrary length and produces as output a 160-bit
+ "fingerprint" or "message digest" of the input.

Added: packages/libdigest-sha1-perl/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libdigest-sha1-perl/trunk/debian/copyright?rev=3628&op=file
==============================================================================
--- packages/libdigest-sha1-perl/trunk/debian/copyright (added)
+++ packages/libdigest-sha1-perl/trunk/debian/copyright Sun Sep  3 02:20:21 2006
@@ -1,0 +1,36 @@
+This is Debian GNU/Linux's prepackaged version of Digest::SHA1
+(renamed to be libdigest-sha1-perl).
+
+The Digest::SHA1 module allows you to use the NIST SHA-1 message
+digest algorithm from within Perl programs.  The algorithm takes as
+input a message of arbitrary length and produces as output a 160-bit
+"fingerprint" or "message digest" of the input.
+
+SHA1 is described at <http://www.itl.nist.gov/fipspubs/fip180-1.htm>
+
+This package was put together by Michael Alan Dorman <mdorman at debian.org>.
+Matthias Urlichs <smurf at debian.org> took over maintenance upon the
+release of version 2.10-1 .  However, due to his heavy workload, he
+opted to put this package up for adoption.
+Zak B. Elep <zakame at spunge.org> now maintains this package.
+
+The original sources should always be available from the Comprehensive Perl
+Archive Network (CPAN). Visit <URL:http://www.perl.com/CPAN/> to find a CPAN
+site near you.
+
+The only change for the Debian package was the addition of the debian/
+files.
+
+The Digest::SHA1 copright is as follows:
+
+Copyright 1999-2001 Gisle Aas.
+Copyright 1997 Uwe Hollerbach.
+
+This library is free software; you can redistribute it and/or
+modify it under the same terms as Perl itself.
+
+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'.
+

Added: packages/libdigest-sha1-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libdigest-sha1-perl/trunk/debian/rules?rev=3628&op=file
==============================================================================
--- packages/libdigest-sha1-perl/trunk/debian/rules (added)
+++ packages/libdigest-sha1-perl/trunk/debian/rules Sun Sep  3 02:20:21 2006
@@ -1,0 +1,69 @@
+#!/usr/bin/make -f
+# -*- Makefile -*-
+
+# Make sure perl is defined (allow overriding from the command line
+PERL ?= /usr/bin/perl
+
+# Set our build directory
+b := $(shell pwd)/debian/libdigest-sha1-perl
+
+arrange: arrange-stamp
+arrange-stamp: install
+	dh_testdir
+	dh_installdirs
+	touch arrange-stamp
+
+binary: binary-stamp
+binary-stamp: binary-indep binary-arch
+	dh_testdir
+	touch binary-stamp
+
+binary-arch: binary-arch-stamp
+binary-arch-stamp: arrange
+	dh_testdir
+	dh_testroot
+	dh_installdocs README
+	dh_installchangelogs Changes
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_perl
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+	touch binary-arch-stamp
+
+binary-indep: binary-indep-stamp
+binary-indep-stamp: arrange
+	dh_testdir
+	touch binary-indep-stamp
+
+build: build-stamp
+build-stamp: config
+	dh_testdir
+	$(MAKE)
+	$(MAKE) test
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	if [ -e Makefile ]; then $(MAKE) -i distclean; fi
+	dh_clean arrange-stamp binary-stamp binary-arch-stamp binary-indep-stamp build-stamp config-stamp install-stamp
+
+config: config-stamp
+config-stamp:
+	dh_testdir
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	touch config-stamp
+
+install: install-stamp
+install-stamp: build
+	dh_testdir
+	$(MAKE) install PREFIX=$(b)/usr
+	touch install-stamp
+
+.PHONY: arrange binary binary-arch binary-indep build clean config install

Propchange: packages/libdigest-sha1-perl/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/libdigest-sha1-perl/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libdigest-sha1-perl/trunk/debian/watch?rev=3628&op=file
==============================================================================
--- packages/libdigest-sha1-perl/trunk/debian/watch (added)
+++ packages/libdigest-sha1-perl/trunk/debian/watch Sun Sep  3 02:20:21 2006
@@ -1,0 +1,2 @@
+version=2
+http://www.cpan.org/modules/by-module/Digest/Digest-SHA1-(.*)\.tar\.gz




More information about the Pkg-perl-cvs-commits mailing list