debian/0000755000000000000000000000000012231166204007163 5ustar debian/watch0000644000000000000000000000025711405155112010216 0ustar version=3 opts=dversionmangle=s/\+dfsg// \ http://search.cpan.org/dist/Digest-MD2/ .*/Digest-MD2-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) \ debian debian/repack.stub debian/rules0000755000000000000000000000003611405156053010245 0ustar #!/usr/bin/make -f %: dh $@ debian/copyright0000644000000000000000000000232711405156353011130 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-MD2/ Name: Digest-MD2 Files: * Copyright: 1998-2001, Gisle Aas 1990-1992, RSA Data Security, Inc. License: Artistic or GPL-1+ Files: debian/* Copyright: 2001, Michael Alan Dorman 2002, Colin Watson 2004, Matthias Urlichs 2006, Zak B. Elep 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 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' debian/libdigest-md2-perl.docs0000644000000000000000000000000711405156052013422 0ustar README debian/source/0000755000000000000000000000000011405156764010477 5ustar debian/source/format0000644000000000000000000000001411405156064011676 0ustar 3.0 (quilt) debian/repack.stub0000755000000000000000000000325111405155034011334 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/compat0000644000000000000000000000000211405156052010363 0ustar 7 debian/control0000644000000000000000000000176311405156227010603 0ustar Source: libdigest-md2-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7), perl Maintainer: Debian Perl Group Uploaders: Zak B. Elep , gregor herrmann Standards-Version: 3.8.4 Homepage: http://search.cpan.org/dist/Digest-MD2/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdigest-md2-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdigest-md2-perl/ Package: libdigest-md2-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} Description: MD2 Message Digest for Perl The Digest::MD2 module allows you to use the RSA Data Security Inc. MD2 Message Digest algorithm from within Perl programs. The algorithm takes as input a message of arbitrary length and produces as output a 128-bit "fingerprint" or "message digest" of the input. . The Digest::MD2 programming interface is identical to the interface of Digest::MD5. MD2 is described in RFC 1115. debian/changelog0000644000000000000000000000552512231166204011044 0ustar libdigest-md2-perl (2.03+dfsg-1build3) trusty; urgency=low * Rebuild for Perl 5.18. -- Colin Watson Mon, 21 Oct 2013 09:57:40 +0100 libdigest-md2-perl (2.03+dfsg-1build2) precise; urgency=low * Rebuild for Perl 5.14. -- Colin Watson Tue, 15 Nov 2011 19:45:53 +0000 libdigest-md2-perl (2.03+dfsg-1build1) oneiric; urgency=low * Rebuild for Perl 5.12. -- Colin Watson Mon, 09 May 2011 09:45:16 +0100 libdigest-md2-perl (2.03+dfsg-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/rules: delete /usr/share/perl5 only if it exists. * debian/watch: use dist-based URL. * debian/control: Added: ${misc:Depends} to Depends: field. * Change my email address. [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Jonathan Yu ] * Drop -dfsg tag from package name [ gregor herrmann ] * Add debian/repack.{stub,local} to remove the non-free RFC from that tarball; adjust debian/watch. * Convert to source format 3.0 (quilt). * Set Standards-Version to 3.8.4; drop version from perl build dependency. * Remove Conflicts: libdigest-md5-perl. * Use debhelper 7. * debian/copyright: use DEP5 formatting. -- gregor herrmann Sun, 13 Jun 2010 15:32:03 +0200 libdigest-md2-perl-dfsg (2.03-3) unstable; urgency=low * Repackaged .orig.tar.gz: removed non-free RFC (closes: #393384). -- gregor herrmann Mon, 16 Oct 2006 23:02:31 +0200 libdigest-md2-perl (2.03-2) 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 debhelper Build-Dependency to (>= 5.0.0). + Bump Standards-Version. * debian/changelog: + Update maiantenance notes. -- Zak B. Elep Wed, 28 Jun 2006 22:53:22 +0800 libdigest-md2-perl (2.03-1) unstable; urgency=low * New maintainer. Closes:#274126. * Upstream update. - Support UTF-8 strings. * Added debian/watch file. * Updated Section: (interpreters => perl). -- Matthias Urlichs Sat, 2 Oct 2004 14:41:26 +0200 libdigest-md2-perl (2.00-1.1) unstable; urgency=low * NMU for perl 5.8. * Build for perlapi-5.8.0 and update perl build-dependency to >= 5.8.0-7. -- Colin Watson Wed, 28 Aug 2002 01:04:49 +0100 libdigest-md2-perl (2.00-1) unstable; urgency=low * Initial Debianization after being split from Digest::MD5. -- Michael Alan Dorman Wed, 18 Apr 2001 21:28:33 -0400 debian/repack.local0000644000000000000000000000003211405155054011442 0ustar MANIFEST=1 rm rfc1319.txt