r58956 - in /trunk/libdigest-md4-perl: MANIFEST debian/README.source debian/changelog debian/compat debian/control debian/copyright debian/rules debian/source/ debian/source/format debian/watch

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Sun Jun 6 11:35:18 UTC 2010


Author: ansgar-guest
Date: Sun Jun  6 11:34:55 2010
New Revision: 58956

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=58956
Log:
* Use debhelper 7.
* Use source format 3.0 (quilt).
* debian/watch: Use extended regular expresstion to patch upstream releases.
* Convert debian/copyright to proposed machine-readable format.
* Bump Standards-Version to 3.8.4.
* Add myself to Uploaders.

Added:
    trunk/libdigest-md4-perl/debian/source/
    trunk/libdigest-md4-perl/debian/source/format
Modified:
    trunk/libdigest-md4-perl/MANIFEST
    trunk/libdigest-md4-perl/debian/README.source
    trunk/libdigest-md4-perl/debian/changelog
    trunk/libdigest-md4-perl/debian/compat
    trunk/libdigest-md4-perl/debian/control
    trunk/libdigest-md4-perl/debian/copyright
    trunk/libdigest-md4-perl/debian/rules
    trunk/libdigest-md4-perl/debian/watch

Modified: trunk/libdigest-md4-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdigest-md4-perl/MANIFEST?rev=58956&op=diff
==============================================================================
--- trunk/libdigest-md4-perl/MANIFEST (original)
+++ trunk/libdigest-md4-perl/MANIFEST Sun Jun  6 11:34:55 2010
@@ -7,6 +7,7 @@
 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.

Modified: trunk/libdigest-md4-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdigest-md4-perl/debian/README.source?rev=58956&op=diff
==============================================================================
--- trunk/libdigest-md4-perl/debian/README.source (original)
+++ trunk/libdigest-md4-perl/debian/README.source Sun Jun  6 11:34:55 2010
@@ -1,10 +1,7 @@
-1) The upstream tarball is repackaged by
-   - removing the non-free file rfc1320.txt
-   - removing the line referencing rfc1320.txt from MANIFEST
-   
-   A script called debian/repack.sh automates this task; it's also called
-   from debian/watch, and a get-orig-source target in debian/rules is
-   provided.
+The upstream tarball is repackaged by
+- removing the non-free file rfc1320.txt
+- removing the line referencing rfc1320.txt from MANIFEST
 
-2) The packages uses quilt for managing patches against the upstream source.
-   Please refer to /usr/share/doc/quilt/REAMDE.source for further help.
+A script called debian/repack.stub automates this task; it's also called
+from debian/watch, and a get-orig-source target in debian/rules is
+provided.

Modified: trunk/libdigest-md4-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdigest-md4-perl/debian/changelog?rev=58956&op=diff
==============================================================================
--- trunk/libdigest-md4-perl/debian/changelog (original)
+++ trunk/libdigest-md4-perl/debian/changelog Sun Jun  6 11:34:55 2010
@@ -1,23 +1,26 @@
-libdigest-md4-perl (1.5.dfsg-2) UNRELEASED; urgency=low
+libdigest-md4-perl (1.5.dfsg-2) unstable; urgency=low
 
+  [ gregor herrmann ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza).
   * Set Maintainer to Debian Perl Group.
   * Use dist-based URL in debian/watch.
-  * debian/rules: delete /usr/share/perl5 only if it exists.
   * Add debian/repack.sh to automate the deletion of rfc1320.txt; call it
     from debian/watch; switch from dversionmangle to uversionmangle in
     debian/wacth to get the right name for the .orig.tar.gz; add
     debian/README.source; add get-orig-source target to debian/rules.
   * Split out the changes in the test file into a patch; add quilt framework.
-  * Refresh debian/rules, no functional changes.
-  * Set debhelper compatibility level to 5.
-  * Set Standards-Version to 3.8.0 (no further changes).
-  * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
-    (source stanza).
   * debian/control: Added: ${misc:Depends} to Depends: field.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:54:51 +0100
+  [ Ansgar Burchardt ]
+  * Use debhelper 7.
+  * Use source format 3.0 (quilt).
+  * debian/watch: Use extended regular expresstion to patch upstream releases.
+  * Convert debian/copyright to proposed machine-readable format.
+  * Bump Standards-Version to 3.8.4.
+  * Add myself to Uploaders.
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Sun, 06 Jun 2010 20:33:54 +0900
 
 libdigest-md4-perl (1.5.dfsg-1.2) unstable; urgency=low
 

Modified: trunk/libdigest-md4-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdigest-md4-perl/debian/compat?rev=58956&op=diff
==============================================================================
--- trunk/libdigest-md4-perl/debian/compat (original)
+++ trunk/libdigest-md4-perl/debian/compat Sun Jun  6 11:34:55 2010
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libdigest-md4-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdigest-md4-perl/debian/control?rev=58956&op=diff
==============================================================================
--- trunk/libdigest-md4-perl/debian/control (original)
+++ trunk/libdigest-md4-perl/debian/control Sun Jun  6 11:34:55 2010
@@ -2,12 +2,13 @@
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jay Bonci <jaybonci at debian.org>
-Standards-Version: 3.8.0
+Uploaders: Jay Bonci <jaybonci at debian.org>,
+ Ansgar Burchardt <ansgar at 43-1.org>
+Standards-Version: 3.8.4
 Homepage: http://search.cpan.org/dist/Digest-MD4/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdigest-md4-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdigest-md4-perl/
-Build-Depends: debhelper (>= 5), perl (>= 5.8), quilt (>= 0.40)
+Build-Depends: debhelper (>= 7), perl
 
 Package: libdigest-md4-perl
 Architecture: any

Modified: trunk/libdigest-md4-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdigest-md4-perl/debian/copyright?rev=58956&op=diff
==============================================================================
--- trunk/libdigest-md4-perl/debian/copyright (original)
+++ trunk/libdigest-md4-perl/debian/copyright Sun Jun  6 11:34:55 2010
@@ -1,32 +1,49 @@
-Download:
-   http://www.cpan.org/modules/by-category/14_Security_and_Encryption/Digest/Digest-MD4-1.1.tar.gz
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Mike McCauley
+Source: http://search.cpan.org/dist/Digest-MD4/
+Name: Digest-MD4
 
 Copyright:
-   Copyright (C) 2002 Mike McCauley (mikem at open.com.au).
+ © 1991-1992, RSA Data Security, Inc.
+ © 1995-1996, Neil Winton
+ © 1998-2003, Gisle Aas
+License: Artistic or GPL-1+, and other
+    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.
 
-   Copyright (C) 1990-2, RSA Data Security, Inc. All rights reserved.
+Files: debian/*
+Copyright:
+ © 2002, Luca Filipozzi <lfilipoz at debian.org>
+ © 2005, Jay Bonci <jaybonci at debian.org>
+ © 2007, Pierre Habouzit <madcoder at debian.org>
+ © 2010, Ansgar Burchardt <ansgar at 43-1.org>
+License: Artistic or GPL-1+
 
-   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: 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 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.
+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'

Modified: trunk/libdigest-md4-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdigest-md4-perl/debian/rules?rev=58956&op=diff
==============================================================================
--- trunk/libdigest-md4-perl/debian/rules (original)
+++ trunk/libdigest-md4-perl/debian/rules Sun Jun  6 11:34:55 2010
@@ -1,78 +1,7 @@
 #!/usr/bin/make -f
-# This debian/rules file is provided as a template for normal perl
-# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
-# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
-# be used freely wherever it is useful.
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# If set to a true value then MakeMaker's prompt function will
-# always return the default without waiting for user input.
-export PERL_MM_USE_DEFAULT=1
-
-PERL   ?= /usr/bin/perl
-PACKAGE = $(shell dh_listpackages)
-TMP     = $(CURDIR)/debian/$(PACKAGE)
-
-include /usr/share/quilt/quilt.make
-
-# Allow disabling build optimisation by setting noopt in
-# $DEB_BUILD_OPTIONS
-CFLAGS = -Wall -g
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-        CFLAGS += -O0
-else
-        CFLAGS += -O2
-endif
+%:
+	dh $@
 
 get-orig-source:
 	uscan -force -verbose
-
-build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
-	dh_testdir
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
-	$(MAKE) test
-	touch $@
-
-clean: unpatch
-	dh_testdir
-	dh_testroot
-	dh_clean build-stamp install-stamp
-	[ ! -f Makefile ] || $(MAKE) realclean
-
-install: install-stamp
-install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	[ ! -d $(TMP)/usr/share/perl5 ] || \
-		rmdir --ignore-fail-on-non-empty --parents --verbose \
-		$(TMP)/usr/share/perl5
-	touch $@
-
-# Build architecture-independent files here.
-binary-indep: build install
-# We have nothing to do here for an architecture-dependent package
-
-# Build architecture-dependent files here.
-binary-arch: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs
-	dh_installchangelogs Changes
-	dh_shlibdeps
-	dh_strip
-	dh_perl
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install

Added: trunk/libdigest-md4-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdigest-md4-perl/debian/source/format?rev=58956&op=file
==============================================================================
--- trunk/libdigest-md4-perl/debian/source/format (added)
+++ trunk/libdigest-md4-perl/debian/source/format Sun Jun  6 11:34:55 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Modified: trunk/libdigest-md4-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdigest-md4-perl/debian/watch?rev=58956&op=diff
==============================================================================
--- trunk/libdigest-md4-perl/debian/watch (original)
+++ trunk/libdigest-md4-perl/debian/watch Sun Jun  6 11:34:55 2010
@@ -1,4 +1,4 @@
 version=3
 opts=dversionmangle=s/.dfsg$// \
-http://search.cpan.org/dist/Digest-MD4/ .*/Digest-MD4-([[:digit:]].*)\.tar\.gz \
+http://search.cpan.org/dist/Digest-MD4/ .*/Digest-MD4-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ \
 debian debian/repack.stub




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