debian/0000755000000000000000000000000011613357724007177 5ustar debian/copyright0000644000000000000000000000230311613350456011123 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Gisle Aas Source: http://search.cpan.org/dist/Digest-HMAC/ Name: Digest-HMAC Files: * Copyright: 1998-2001, Gisle Aas 1998, Graham Barr License: Artistic or GPL-1+ Files: debian/* Copyright: 2001, 2004, Michael Alan Dorman 2004, Matthias Urlichs 2006, Zak B. Elep 2008, Gunnar Wolf 2006-2010, gregor herrmann License: Artistic or 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 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 systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000026011405737611010222 0ustar version=3 opts=dversionmangle=s/\+dfsg// \ http://search.cpan.org/dist/Digest-HMAC/ .*/Digest-HMAC-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) \ debian debian/repack.stub debian/control0000644000000000000000000000211111613351273010566 0ustar Source: libdigest-hmac-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7) Build-Depends-Indep: libdigest-md5-perl, perl Maintainer: Debian Perl Group Uploaders: Zak B. Elep , Carlo Segre , gregor herrmann Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/Digest-HMAC/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdigest-hmac-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdigest-hmac-perl/ Package: libdigest-hmac-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: module for creating 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. debian/changelog0000644000000000000000000000717711613357357011067 0ustar libdigest-hmac-perl (1.03+dfsg-1) unstable; urgency=low * Team upload. * New upstream release + uses Digest::SHA instead of Digest::SHA1. * debian/control: Drop libdigest-sha1-perl from (Build-)Depends(- Indep). * debian/copyright: - Refer to Debian systems in general instead of only Debian GNU/Linux systems. - Explicitly refer to GPL-1 license text in common-licenses. * Don't install README anymore to docs. * Bump Standards-Version to 3.9.2. -- Salvatore Bonaccorso Mon, 25 Jul 2011 23:22:08 +0200 libdigest-hmac-perl (1.02+dfsg-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Drop the -dfsg tag on the source package name [ gregor herrmann ] * 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. [ gregor herrmann ] * Change my email address. * Add debian/repack.{stub,local} to get rid of the test file containing the non-free RFC. Adjust debian/watch. * Convert to source format 3.0 (quilt). * Set Standards-Version to 3.8.4; drop version from perl build dep. * Use debhelper 7. * debian/copyright: DEP5 formatting. -- gregor herrmann Sun, 13 Jun 2010 15:06:36 +0200 libdigest-hmac-perl-dfsg (1.01-7) 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/rules: - delete /usr/lib/perl5 only if it exists (#467829) - update based on dh-make-perl's templates * debian/watch: use dist-based URL. * Set Standards-Version to 3.7.3 (no changes). * debian/copyright: add specific upstream source location. [ Gunnar Wolf ] * Added myself to uploaders * Upgraded DH compat to 6 -- Gunnar Wolf Mon, 10 Mar 2008 08:45:44 -0600 libdigest-hmac-perl-dfsg (1.01-6) unstable; urgency=low * Add dh_md5sums to debian/rules. * Remove empty /usr/lib/perl5 directory from binary package. * Add $(MAKE) test to debian/rules. -- gregor herrmann Fri, 17 Aug 2007 13:06:21 +0200 libdigest-hmac-perl-dfsg (1.01-5) unstable; urgency=low * Repackaged .orig.tar.gz: removed nonfree RFC (closes: #393383). -- gregor herrmann Mon, 16 Oct 2006 22:57:46 +0200 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 Perl Group via Zak B. Elep * 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 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 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 Mon, 2 Aug 2004 13:08:47 -0400 libdigest-hmac-perl (1.01-1) unstable; urgency=low * Initial debianization. -- Michael Alan Dorman Wed, 18 Apr 2001 21:20:03 -0400 debian/rules0000755000000000000000000000003611405737611010252 0ustar #!/usr/bin/make -f %: dh $@ debian/source/0000755000000000000000000000000011613357724010477 5ustar debian/source/format0000644000000000000000000000001411405737611011701 0ustar 3.0 (quilt) debian/repack.stub0000755000000000000000000000325111405737611011343 0ustar #!/bin/sh : <<=cut =pod =head1 NAME repack.stub - script to repack upstream tarballs from uscan =head1 INSTRUCTIONS put this in debian/repack.stub and add "debian sh debian/repack.stub" to the end of the line in debian/watch. you will also need to add a version mangle to debian/watch. then create a debian/repack.local. this is a shell script that is sources under "set -e", so be careful to check returns codes. =head1 FUNCTIONS =over 4 =item rm rm is replaced by a function that does some magic ("rm -rv" by default), but also changes MANIFEST if $MANIFEST is 1 =item mv mv is replaced by a function that just does mv (by default), but also changes MANIFEST if $MANIFEST is 1 =item requires_version requires_version is there for future usage for requiring certain versions of the script =back =head1 VARIABLES =over 4 =item SUFFIX defaults to +dfsg what to append to the upstream version =item RM_OPTS defaults to -vrf options to pass to rm =item MANIFEST defaults to 0, set to 1 to turn on. this will manipulate MANIFEST files in CPAN tarballs. =item UP_BASE this is the directory where the upstream source is. =back =cut if [ -z "$REPACK_SH" ]; then if [ -f ../../scripts/repack.sh ]; then REPACK_SH=../../scripts/repack.sh fi if [ -z "$REPACK_SH" ] && which repack.sh > /dev/null; then REPACK_SH=$(which repack.sh) fi fi if [ ! -f "$REPACK_SH" ]; then echo "Couldn't find a repack.sh. please put it in your PATH, put it at ../../scripts/repack.sh, or put it somewhere else and set the REPACK_SH variable" echo "You can get it from http://svn.debian.org/viewsvn/pkg-perl/scripts/repack.sh" exit 1 fi exec "$REPACK_SH" "$@" debian/compat0000644000000000000000000000000211405737611010371 0ustar 7 debian/repack.local0000644000000000000000000000003211405737611011447 0ustar MANIFEST=1 rm t/rfc2202.t