r3614 - in /packages/libdigest-hmac-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:03:43 UTC 2006


Author: segre
Date: Sun Sep  3 02:03:42 2006
New Revision: 3614

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

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

Added: packages/libdigest-hmac-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libdigest-hmac-perl/trunk/debian/changelog?rev=3614&op=file
==============================================================================
--- packages/libdigest-hmac-perl/trunk/debian/changelog (added)
+++ packages/libdigest-hmac-perl/trunk/debian/changelog Sun Sep  3 02:03:42 2006
@@ -1,0 +1,32 @@
+libdigest-hmac-perl (1.01-4) unstable; urgency=low
+
+  * New maintainer (in response to Matthias' mail, see
+    http://lists.debian.org/debian-devel/2006/05/msg02947.html)
+  * debian/control:
+    + Bump Standards-Version.
+    + Move debhelper from Build-Depends-Indep to Build-Depends to satify
+      policy, bumping also to version 5; set debian/compat accordingly.
+  * debian/copyright:
+    + Update maintenance notes.
+
+ -- Zak B. Elep <zakame at spunge.org>  Wed, 28 Jun 2006 18:21:00 +0800
+
+libdigest-hmac-perl (1.01-3) unstable; urgency=low
+
+  * New maintainer. Closes: #274125
+  * Updated Section: header (interpreters => perl).
+
+ -- Matthias Urlichs <smurf at debian.org>  Sat,  2 Oct 2004 13:50:57 +0200
+
+libdigest-hmac-perl (1.01-2) unstable; urgency=low
+
+  * Fix copyright issue after an embarassingly long time (closes: bug#157569)
+
+ -- Michael Alan Dorman <mdorman at debian.org>  Mon,  2 Aug 2004 13:08:47 -0400
+
+libdigest-hmac-perl (1.01-1) unstable; urgency=low
+
+  * Initial debianization.
+
+ -- Michael Alan Dorman <mdorman at debian.org>  Wed, 18 Apr 2001 21:20:03 -0400
+

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

Added: packages/libdigest-hmac-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libdigest-hmac-perl/trunk/debian/control?rev=3614&op=file
==============================================================================
--- packages/libdigest-hmac-perl/trunk/debian/control (added)
+++ packages/libdigest-hmac-perl/trunk/debian/control Sun Sep  3 02:03:42 2006
@@ -1,0 +1,23 @@
+Source: libdigest-hmac-perl
+Maintainer: Zak B. Elep <zakame at spunge.org>
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5)
+Build-Depends-Indep: perl (>= 5.6.0-17), libdigest-md5-perl, libdigest-sha1-perl
+Standards-Version: 3.7.2
+
+Package: libdigest-hmac-perl
+Section: perl
+Priority: optional
+Architecture: all
+Depends: ${perl:Depends}, libdigest-md5-perl | perl (>= 5.8), libdigest-sha1-perl
+Description: create standard message integrity checks
+ HMAC is used for message integrity checks between two parties
+ that share a secret key, and works in combination with some other
+ Digest algorithm, usually MD5 or SHA-1.  The HMAC mechanism
+ is described in RFC 2104.
+ .
+ The Digest::HMAC module follow the common Digest:: interface,
+ but the constructor takes the secret key and the name of some
+ other simple Digest:: module as argument.
+

Added: packages/libdigest-hmac-perl/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libdigest-hmac-perl/trunk/debian/copyright?rev=3614&op=file
==============================================================================
--- packages/libdigest-hmac-perl/trunk/debian/copyright (added)
+++ packages/libdigest-hmac-perl/trunk/debian/copyright Sun Sep  3 02:03:42 2006
@@ -1,0 +1,28 @@
+This is Debian GNU/Linux's prepackaged version of Digest::HMAC.
+This is a perl library for implementing the HMAC mechanism described
+in RFC 2104.
+
+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 1.01-3 .  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::HMAC copright is as follows:
+
+Copyright 1998-2001 Gisle Aas.
+Copyright 1998 Graham Barr.
+
+This library is free software; you can redistribute it and/or
+modify it under the same terms as Perl itself.
+
+Larry Wall's "Artistic License" for perl can be found in
+/usr/share/common-licenses/Artistic, and the GPL can be found in
+/usr/share/common-licenses/GPL-2.

Added: packages/libdigest-hmac-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libdigest-hmac-perl/trunk/debian/rules?rev=3614&op=file
==============================================================================
--- packages/libdigest-hmac-perl/trunk/debian/rules (added)
+++ packages/libdigest-hmac-perl/trunk/debian/rules Sun Sep  3 02:03:42 2006
@@ -1,0 +1,62 @@
+#!/usr/bin/make -f
+
+PERL ?= /usr/bin/perl
+
+b := $(shell pwd)/debian/libdigest-hmac-perl
+
+arrange: arrange-stamp
+arrange-stamp: install
+	dh_testdir
+	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
+	touch binary-arch-stamp
+
+binary-indep: binary-indep-stamp
+binary-indep-stamp: arrange
+	dh_testdir
+	dh_testroot
+	dh_installdocs README
+	dh_installexamples
+	dh_installchangelogs Changes
+	dh_fixperms
+	dh_installdeb
+	dh_perl
+	dh_link
+	dh_compress
+	dh_gencontrol
+	dh_builddeb
+	touch binary-indep-stamp
+
+build: build-stamp
+build-stamp: config
+	dh_testdir
+	$(MAKE)
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	if [ -e Makefile ]; then $(MAKE) -i distclean; fi
+	dh_clean checkbot 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-hmac-perl/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

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




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