r58946 - in /trunk/libtie-regexphash-perl/debian: changelog compat control copyright rules source/ source/format watch

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Sun Jun 6 08:43:09 UTC 2010


Author: ansgar-guest
Date: Sun Jun  6 08:40:54 2010
New Revision: 58946

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

Added:
    trunk/libtie-regexphash-perl/debian/source/
    trunk/libtie-regexphash-perl/debian/source/format
Modified:
    trunk/libtie-regexphash-perl/debian/changelog
    trunk/libtie-regexphash-perl/debian/compat
    trunk/libtie-regexphash-perl/debian/control
    trunk/libtie-regexphash-perl/debian/copyright
    trunk/libtie-regexphash-perl/debian/rules
    trunk/libtie-regexphash-perl/debian/watch

Modified: trunk/libtie-regexphash-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtie-regexphash-perl/debian/changelog?rev=58946&op=diff
==============================================================================
--- trunk/libtie-regexphash-perl/debian/changelog (original)
+++ trunk/libtie-regexphash-perl/debian/changelog Sun Jun  6 08:40:54 2010
@@ -1,13 +1,10 @@
-libtie-regexphash-perl (0.15-2) UNRELEASED; urgency=low
+libtie-regexphash-perl (0.15-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/lib/perl5 only if it exists.
-  * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
-    (source stanza).
   * debian/control: Added: ${misc:Depends} to Depends: field.
 
   [ Salvatore Bonaccorso ]
@@ -15,7 +12,16 @@
     perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
     permitted by Debian Policy 3.8.3).
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:24 +0100
+  [ Ansgar Burchardt ]
+  * Use debhelper 7.
+  * Use Build.PL.
+  * Use source format 3.0 (quilt).
+  * Convert debian/copyright to proposed machine-readable format.
+  * debian/watch: Use extended regular expression to match upstream releases.
+  * Bump Standards-Version to 3.8.4.
+  * Add myself to Uploaders.
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Sun, 06 Jun 2010 17:38:09 +0900
 
 libtie-regexphash-perl (0.15-1) unstable; urgency=low
 

Modified: trunk/libtie-regexphash-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtie-regexphash-perl/debian/compat?rev=58946&op=diff
==============================================================================
--- trunk/libtie-regexphash-perl/debian/compat (original)
+++ trunk/libtie-regexphash-perl/debian/compat Sun Jun  6 08:40:54 2010
@@ -1,1 +1,1 @@
-4
+7

Modified: trunk/libtie-regexphash-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtie-regexphash-perl/debian/control?rev=58946&op=diff
==============================================================================
--- trunk/libtie-regexphash-perl/debian/control (original)
+++ trunk/libtie-regexphash-perl/debian/control Sun Jun  6 08:40:54 2010
@@ -2,9 +2,10 @@
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jay Bonci <jaybonci at debian.org>
-Build-Depends: debhelper (>> 4.0.0), perl
-Standards-Version: 3.7.2.2
+Uploaders: Jay Bonci <jaybonci at debian.org>, Ansgar Burchardt <ansgar at 43-1.org>
+Build-Depends: debhelper (>= 7.3.7~), perl (>= 5.10) | libmodule-build-perl
+Build-Depends-Indep: perl
+Standards-Version: 3.8.4
 Homepage: http://search.cpan.org/dist/Tie-RegexpHash/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtie-regexphash-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtie-regexphash-perl/
@@ -12,6 +13,6 @@
 Package: libtie-regexphash-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
-Description: CPAN's Tie::RegexpHash - Use regular expressions as hash keys
+Description: use regular expressions as hash keys
  Tie::RegexpHash allows one to use regular expressions as hash keys via 
  the standard tied hash interfaces in Perl, or through PerlOO methods.

Modified: trunk/libtie-regexphash-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtie-regexphash-perl/debian/copyright?rev=58946&op=diff
==============================================================================
--- trunk/libtie-regexphash-perl/debian/copyright (original)
+++ trunk/libtie-regexphash-perl/debian/copyright Sun Jun  6 08:40:54 2010
@@ -1,25 +1,29 @@
-This package was debianized by Jay Bonci <jay at bonci.com> on
-Tue, 24 Dec 2002 13:32:28 -0500.
-
-It was downloaded from http://search.cpan.org/dist/Tie-RegexpHash
-
-Upstream Author: Robert Rothenberg <rrwo at cpan.org>
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Russell Harrison
+Source: http://search.cpan.org/dist/Tie-RegexpHash/
+Name: Tie-RegexpHash
 
 Copyright:
+ © 2001-2006, Robert Rothenberg
+ © 2006, Russell Harrison
+License: Artistic or GPL-1+
 
-        This program is free software; you can redistribute it and/or modify
-        it under the terms of either:
+Files: debian/*
+Copyright:
+ © 2002-2007, Jay Bonci <jaybonci at debian.org>
+ © 2010,      Ansgar Burchardt <ansgar at 43-1.org>
+License: Artistic or GPL-1+
 
-        a) the GNU General Public License as published by the Free
-        Software Foundation; either version 1, or (at your option) any
-        later version, or
+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'
 
-        b) the "Artistic License"
-
-        See:
-
-        /usr/share/common-licenses/Artistic
-        /usr/share/common-licenses/GPL
-
-        For more information regarding these licensing options
-
+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/libtie-regexphash-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtie-regexphash-perl/debian/rules?rev=58946&op=diff
==============================================================================
--- trunk/libtie-regexphash-perl/debian/rules (original)
+++ trunk/libtie-regexphash-perl/debian/rules Sun Jun  6 08:40:54 2010
@@ -1,53 +1,4 @@
 #!/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
-
-	[ ! -f Makefile ] || $(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
-	[ ! -d $(CURDIR)/debian/$(shell dh_listpackages)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(CURDIR)/debian/$(shell dh_listpackages)/usr/lib/perl5
-
-binary-arch:;
-binary-indep: 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_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+%:
+	dh --buildsystem=perl_build $@

Added: trunk/libtie-regexphash-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtie-regexphash-perl/debian/source/format?rev=58946&op=file
==============================================================================
--- trunk/libtie-regexphash-perl/debian/source/format (added)
+++ trunk/libtie-regexphash-perl/debian/source/format Sun Jun  6 08:40:54 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Modified: trunk/libtie-regexphash-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtie-regexphash-perl/debian/watch?rev=58946&op=diff
==============================================================================
--- trunk/libtie-regexphash-perl/debian/watch (original)
+++ trunk/libtie-regexphash-perl/debian/watch Sun Jun  6 08:40:54 2010
@@ -1,2 +1,2 @@
 version=3
-http://search.cpan.org/dist/Tie-RegexpHash/ .*/Tie-RegexpHash-([[:digit:]].*)\.tar\.gz
+http://search.cpan.org/dist/Tie-RegexpHash/   .*/Tie-RegexpHash-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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