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

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Jun 13 13:01:37 UTC 2010


Author: gregoa
Date: Sun Jun 13 13:01:09 2010
New Revision: 59321

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

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

Modified: trunk/libdigest-hmac-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdigest-hmac-perl/debian/changelog?rev=59321&op=diff
==============================================================================
--- trunk/libdigest-hmac-perl/debian/changelog (original)
+++ trunk/libdigest-hmac-perl/debian/changelog Sun Jun 13 13:01:09 2010
@@ -16,6 +16,10 @@
   * 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 <gregoa at debian.org>  Sun, 13 Jun 2010 14:55:30 +0200
 

Modified: trunk/libdigest-hmac-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdigest-hmac-perl/debian/compat?rev=59321&op=diff
==============================================================================
--- trunk/libdigest-hmac-perl/debian/compat (original)
+++ trunk/libdigest-hmac-perl/debian/compat Sun Jun 13 13:01:09 2010
@@ -1,1 +1,1 @@
-6
+7

Modified: trunk/libdigest-hmac-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdigest-hmac-perl/debian/control?rev=59321&op=diff
==============================================================================
--- trunk/libdigest-hmac-perl/debian/control (original)
+++ trunk/libdigest-hmac-perl/debian/control Sun Jun 13 13:01:09 2010
@@ -1,21 +1,22 @@
 Source: libdigest-hmac-perl
 Section: perl
 Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: libdigest-md5-perl, perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Zak B. Elep <zakame at spunge.org>, Carlo Segre <segre at debian.org>, gregor herrmann <gregoa at debian.org>, Gunnar Wolf <gwolf at debian.org>
-Build-Depends: debhelper (>= 6)
-Build-Depends-Indep: perl (>= 5.6.0-17), libdigest-md5-perl, libdigest-sha1-perl
-Standards-Version: 3.7.3
+Uploaders: Zak B. Elep <zakame at spunge.org>, Carlo Segre <segre at debian.org>,
+ gregor herrmann <gregoa at debian.org>, Gunnar Wolf <gwolf at debian.org>
+Standards-Version: 3.8.4
 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
 Section: perl
 Priority: optional
-Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libdigest-md5-perl | perl (>= 5.8), libdigest-sha1-perl
-Description: create standard message integrity checks
+Depends: ${misc:Depends}, ${perl:Depends}, libdigest-sha1-perl
+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
@@ -24,4 +25,3 @@
  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.
-

Modified: trunk/libdigest-hmac-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdigest-hmac-perl/debian/copyright?rev=59321&op=diff
==============================================================================
--- trunk/libdigest-hmac-perl/debian/copyright (original)
+++ trunk/libdigest-hmac-perl/debian/copyright Sun Jun 13 13:01:09 2010
@@ -1,25 +1,33 @@
-This is Debian GNU/Linux's prepackaged version of Digest::HMAC.
-This is a perl library for implementing the HMAC mechanism described
-in RFC 2104.
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Gisle Aas <gisle at activestate.com>
+Source: http://search.cpan.org/dist/Digest-HMAC/
+Name: Digest-HMAC
 
-The RFC document has been removed from the tarball due to licensing issues.
+Files: *
+Copyright: 1998-2001, Gisle Aas
+ 1998, Graham Barr
+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 1.01-3 .  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.
+Files: debian/*
+Copyright: 2001, 2004, Michael Alan Dorman <mdorman at debian.org>
+ 2004, Matthias Urlichs <smurf at debian.org>
+ 2006, Zak B. Elep <zakame at spunge.org>
+ 2008, Gunnar Wolf <gwolf at debian.org>
+ 2006-2010, gregor herrmann <gregoa at debian.org>
+License: Artistic or GPL-1+
 
-Upstream source location: http://search.cpan.org/dist/Digest-HMAC/
+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 Digest::HMAC copright is as follows:
-
-Copyright 1998-2001 Gisle Aas.
-Copyright 1998 Graham Barr.
-
-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-hmac-perl/debian/libdigest-hmac-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdigest-hmac-perl/debian/libdigest-hmac-perl.docs?rev=59321&op=file
==============================================================================
--- trunk/libdigest-hmac-perl/debian/libdigest-hmac-perl.docs (added)
+++ trunk/libdigest-hmac-perl/debian/libdigest-hmac-perl.docs Sun Jun 13 13:01:09 2010
@@ -1,0 +1,1 @@
+README

Modified: trunk/libdigest-hmac-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdigest-hmac-perl/debian/rules?rev=59321&op=diff
==============================================================================
--- trunk/libdigest-hmac-perl/debian/rules (original)
+++ trunk/libdigest-hmac-perl/debian/rules Sun Jun 13 13:01:09 2010
@@ -1,70 +1,4 @@
 #!/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
-
-PACKAGE=$(shell dh_listpackages)
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-TMP     =$(CURDIR)/debian/$(PACKAGE)
-
-build: build-stamp
-build-stamp:
-	dh_testdir
-
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE)
-	$(MAKE) test
-
-	touch $@
-
-clean:
-	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/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
-
-	touch $@
-
-binary-arch:
-# We have nothing to do here for an architecture-independent package
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs README
-	dh_installchangelogs Changes
-	dh_perl
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-source diff:
-	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+%:
+	dh $@

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




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