r59329 - in /trunk/libdigest-md2-perl/debian: changelog compat control copyright libdigest-md2-perl.docs rules source/ source/format

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Jun 13 13:29:50 UTC 2010


Author: gregoa
Date: Sun Jun 13 13:29:39 2010
New Revision: 59329

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=59329
Log:
* 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.

Added:
    trunk/libdigest-md2-perl/debian/libdigest-md2-perl.docs
    trunk/libdigest-md2-perl/debian/source/
    trunk/libdigest-md2-perl/debian/source/format
Modified:
    trunk/libdigest-md2-perl/debian/changelog
    trunk/libdigest-md2-perl/debian/compat
    trunk/libdigest-md2-perl/debian/control
    trunk/libdigest-md2-perl/debian/copyright
    trunk/libdigest-md2-perl/debian/rules

Modified: trunk/libdigest-md2-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdigest-md2-perl/debian/changelog?rev=59329&op=diff
==============================================================================
--- trunk/libdigest-md2-perl/debian/changelog (original)
+++ trunk/libdigest-md2-perl/debian/changelog Sun Jun 13 13:29:39 2010
@@ -4,21 +4,13 @@
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza). Removed: XS-
     Vcs-Svn fields.
-  * debian/rules:
-    - Don't install empty /usr/lib/perl5 directory.
-    - Let install-stamp depend on build-stamp and build-stamp on
-      config-stamp.
   * debian/rules: delete /usr/share/perl5 only if it exists.
   * debian/watch: use dist-based URL.
-  * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
-    (source stanza).
   * debian/control: Added: ${misc:Depends} to Depends: field.
+  * Change my email address.
 
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
-
-  [ gregor herrmann ]
-  * Change my email address.
 
   [ Jonathan Yu ]
   * Drop -dfsg tag from package name
@@ -26,6 +18,11 @@
   [ 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 <gregoa at debian.org>  Sun, 13 Jun 2010 15:21:26 +0200
 

Modified: trunk/libdigest-md2-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdigest-md2-perl/debian/compat?rev=59329&op=diff
==============================================================================
--- trunk/libdigest-md2-perl/debian/compat (original)
+++ trunk/libdigest-md2-perl/debian/compat Sun Jun 13 13:29:39 2010
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libdigest-md2-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdigest-md2-perl/debian/control?rev=59329&op=diff
==============================================================================
--- trunk/libdigest-md2-perl/debian/control (original)
+++ trunk/libdigest-md2-perl/debian/control Sun Jun 13 13:29:39 2010
@@ -1,20 +1,17 @@
 Source: libdigest-md2-perl
 Section: perl
 Priority: optional
+Build-Depends: debhelper (>= 7), perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Zak B. Elep <zakame at spunge.org>, gregor herrmann <gregoa at debian.org>
-Build-Depends: debhelper (>= 5.0.0), perl (>= 5.8.0-7)
-Standards-Version: 3.7.2
+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
-Priority: optional
-Section: perl
 Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
-Conflicts: libdigest-md5-perl (<< 2.13)
 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

Modified: trunk/libdigest-md2-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdigest-md2-perl/debian/copyright?rev=59329&op=diff
==============================================================================
--- trunk/libdigest-md2-perl/debian/copyright (original)
+++ trunk/libdigest-md2-perl/debian/copyright Sun Jun 13 13:29:39 2010
@@ -1,33 +1,33 @@
-This is Debian GNU/Linux's prepackaged version of Digest::MD2 (renamed
-to be libdigest-md2-perl).
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Gisle Aas <gisle at aas.no>
+Source: http://search.cpan.org/dist/Digest-MD2/
+Name: Digest-MD2
 
-The RFC text file has been removed from the package due to licensing issues.
+Files: *
+Copyright: 1998-2001, Gisle Aas
+ 1990-1992, RSA Data Security, Inc.
+License: Artistic or GPL-1+
 
-This is a Perl extension interface to the RSA Data Security Inc. MD2
-Message Digest algorithms.
+Files: debian/*
+Copyright: 2001, Michael Alan Dorman <mdorman at debian.org>
+ 2002, Colin Watson <cjwatson at debian.org>
+ 2004, Matthias Urlichs <smurf at debian.org>
+ 2006, Zak B. Elep <zakame at spunge.org>
+ 2006-2010, gregor herrmann <gregoa at debian.org>
+License: Artistic or GPL-1+
 
-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 2.03-1 .  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.
+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'
 
-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::MD2 copright is as follows:
-
-Copyright 1998-2001 Gisle Aas.
-Copyright 1990-1992 RSA Data Security, Inc.
-
-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.
-
+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'

Added: trunk/libdigest-md2-perl/debian/libdigest-md2-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdigest-md2-perl/debian/libdigest-md2-perl.docs?rev=59329&op=file
==============================================================================
--- trunk/libdigest-md2-perl/debian/libdigest-md2-perl.docs (added)
+++ trunk/libdigest-md2-perl/debian/libdigest-md2-perl.docs Sun Jun 13 13:29:39 2010
@@ -1,0 +1,1 @@
+README

Modified: trunk/libdigest-md2-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdigest-md2-perl/debian/rules?rev=59329&op=diff
==============================================================================
--- trunk/libdigest-md2-perl/debian/rules (original)
+++ trunk/libdigest-md2-perl/debian/rules Sun Jun 13 13:29:39 2010
@@ -1,67 +1,4 @@
 #!/usr/bin/make -f
 
-PERL ?= /usr/bin/perl
-
-b := $(shell pwd)/debian/libdigest-md2-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
-	dh_testroot
-	dh_installdocs README
-	dh_installchangelogs Changes
-	dh_link
-	dh_strip
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_perl
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-	touch binary-arch-stamp
-
-binary-indep: binary-indep-stamp
-binary-indep-stamp: arrange
-	dh_testdir
-	touch binary-indep-stamp
-
-build: build-stamp
-build-stamp: config-stamp
-	dh_testdir
-	$(MAKE)
-	$(MAKE) test
-	touch build-stamp
-
-clean:
-	dh_testdir
-	dh_testroot
-	if [ -e Makefile ]; then $(MAKE) -i distclean; fi
-	dh_clean 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-stamp
-	dh_testdir
-	dh_installdirs
-	$(MAKE) install PREFIX=$(b)/usr
-	[ ! -d $(b)/usr/share/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(b)/usr/share/perl5
-	touch install-stamp
-
-.PHONY: arrange binary binary-arch binary-indep build clean config install
+%:
+	dh $@

Added: trunk/libdigest-md2-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdigest-md2-perl/debian/source/format?rev=59329&op=file
==============================================================================
--- trunk/libdigest-md2-perl/debian/source/format (added)
+++ trunk/libdigest-md2-perl/debian/source/format Sun Jun 13 13:29:39 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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