--- libdigest-md4-perl-1.5.dfsg.orig/t/files.t +++ libdigest-md4-perl-1.5.dfsg/t/files.t @@ -5,7 +5,7 @@ } } -print "1..5\n"; +print "1..4\n"; use strict; use Digest::MD4 qw(md4 md4_hex md4_base64); @@ -24,7 +24,6 @@ 0dbd12438619d37abe39c41e4584ebe0 README 86dc1e88bf2f4c41bc4d365686604342 MD4.pm 07995cc4bb36cba6306fded60ca69805 MD4.xs -f178f04d0d8305c328a3de281313d642 rfc1320.txt EOT } elsif ("\n" eq "\015") { # MacOS $EXPECT = < Tue, 13 May 2008 18:35:55 +0200 + +libdigest-md4-perl (1.5.dfsg-1.2) unstable; urgency=low + + * Non-maintainer upload. + * ooops, also remove the rfc from the package so that it doesn't shows up in + the diff either :] + + -- Pierre Habouzit Sat, 21 Jul 2007 15:18:41 +0200 + +libdigest-md4-perl (1.5.dfsg-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Prune rfc1320.txt from the source tarball (Closes: 393385). + * Bump Standards-Version to 3.7.2. + + -- Pierre Habouzit Sat, 21 Jul 2007 15:08:47 +0200 + +libdigest-md4-perl (1.5-1) unstable; urgency=low + + * New upstream release + * New maintainer (Closes: #266464) + * Changed section to perl + * Bumped debhelper dependancy to 4.1 + * Adds debian/compat file per debhelper best practices + * Merged over to my standard rules template + * Removed debian/examples file as there are no more examples in the dist + + -- Jay Bonci Tue, 12 Jul 2005 22:50:20 -0400 + +libdigest-md4-perl (1.1-3) unstable; urgency=low + + * QA Group upload orphaning this package + + -- Andrew Pollock Sun, 7 Nov 2004 00:53:54 +1100 + +libdigest-md4-perl (1.1-2) unstable; urgency=low + + * thanks for the NMU + * debian/copyright: references appropriate licenses in + /usr/share/common-licenses (closes: Bug#157573) + + -- Luca Filipozzi Sat, 21 Sep 2002 13:44:02 -0700 + +libdigest-md4-perl (1.1-1.1) unstable; urgency=low + + * NMU: Rebuilt against perl 5.8. + + -- Ben Burton Sat, 31 Aug 2002 12:26:41 +1000 + +libdigest-md4-perl (1.1-1) unstable; urgency=low + + * Initial release. (closes: Bug#140947) + + -- Luca Filipozzi Mon, 15 Apr 2002 11:36:11 -0700 + --- libdigest-md4-perl-1.5.dfsg.orig/debian/watch +++ libdigest-md4-perl-1.5.dfsg/debian/watch @@ -0,0 +1,3 @@ +version=2 +http://www.cpan.org/modules/by-module/Digest/Digest-MD4-([0-9].*)\.tar.gz \ + debian uupdate --- libdigest-md4-perl-1.5.dfsg.orig/debian/copyright +++ libdigest-md4-perl-1.5.dfsg/debian/copyright @@ -0,0 +1,32 @@ +Download: + http://www.cpan.org/modules/by-category/14_Security_and_Encryption/Digest/Digest-MD4-1.1.tar.gz + +Copyright: + Copyright (C) 2002 Mike McCauley (mikem@open.com.au). + + Copyright (C) 1990-2, RSA Data Security, Inc. All rights reserved. + + License to copy and use this software is granted provided that it + is identified as the "RSA Data Security, Inc. MD4 Message-Digest + Algorithm" in all material mentioning or referencing this software + or this function. + + License is also granted to make and use derivative works provided + that such works are identified as "derived from the RSA Data + Security, Inc. MD4 Message-Digest Algorithm" in all material + mentioning or referencing the derived work. + + RSA Data Security, Inc. makes no representations concerning either + the merchantability of this software or the suitability of this + software for any particular purpose. It is provided "as is" + without express or implied warranty of any kind. + + These notices must be retained in any copies of any part of this + documentation and/or software. + +References: + On Debian systems, the full text of the GNU General Public License can be + found in /usr/share/common-licenses/GPL. + + On Debian systems, the full text of the Perl Artistic License can be + found in /usr/share/common-licenses/Artistic. --- libdigest-md4-perl-1.5.dfsg.orig/debian/rules +++ libdigest-md4-perl-1.5.dfsg/debian/rules @@ -0,0 +1,54 @@ +#!/usr/bin/make -f +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# This is the debhelper compatibility version to use. +# export DH_COMPAT=4 + +PACKAGE=`pwd | sed -e "s/.*\/\\(.*\\)-.*/\\1/"` + + +build: + dh_testdir + # Add here commands to compile the package. + perl Makefile.PL verbose INSTALLDIRS=vendor +clean: + dh_testdir + dh_testroot + + -$(MAKE) clean + rm -f Makefile.old + dh_clean + +install: + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + $(MAKE) PREFIX=$(CURDIR)/debian/$(PACKAGE)/usr OPTIMIZE="-O2 -g -Wall" test install + -find $(CURDIR)/debian -type d | xargs rmdir -p --ignore-fail-on-non-empty + +binary-indep:; +binary-arch: build install; + dh_testdir + dh_testroot + dh_installdocs + dh_installman + dh_installchangelogs Changes + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_perl + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- libdigest-md4-perl-1.5.dfsg.orig/debian/control +++ libdigest-md4-perl-1.5.dfsg/debian/control @@ -0,0 +1,15 @@ +Source: libdigest-md4-perl +Section: perl +Priority: optional +Maintainer: Jay Bonci +Standards-Version: 3.7.2 +Build-Depends: debhelper (>= 4.1), perl (>= 5.8) + +Package: libdigest-md4-perl +Architecture: any +Depends: ${perl:Depends}, ${shlibs:Depends} +Description: MD4 Message Digest for Perl + The Digest::MD4 module allows you to use the RSA Data Security Inc. MD4 + Message Digest algorithm from within Perl programs. The algorithm takes + as imput a message of arbitrary length and produces a 128-bit "fingerprint" + or "message digest" of the input. MD4 is described in RFC 1320. --- libdigest-md4-perl-1.5.dfsg.orig/MANIFEST +++ libdigest-md4-perl-1.5.dfsg/MANIFEST @@ -7,7 +7,6 @@ MD4.xs MD4 Perl 'XS' source file typemap Supplementary typemap Makefile.PL Perl Makefile builder -rfc1320.txt The MD4 Message-Digest Algorithm t/align.t Try unaligned memory blocks t/badfile.t Try addfile() on unopened file t/clone.t Try clone() method.