r15390 - in /trunk/libwww-mechanize-perl/debian: changelog compat control rules

rmayorga-guest at users.alioth.debian.org rmayorga-guest at users.alioth.debian.org
Fri Feb 22 06:11:28 UTC 2008


Author: rmayorga-guest
Date: Fri Feb 22 06:11:27 2008
New Revision: 15390

URL: http://svn.debian.org/wsvn/?sc=1&rev=15390
Log:
* Make package ready for perl 5.10 update
* debian/control
  + Set compat level to 6
  + Wrap uploaders field
* debian/rules
  + use dh_listpackage instead of a hardcode package name

Modified:
    trunk/libwww-mechanize-perl/debian/changelog
    trunk/libwww-mechanize-perl/debian/compat
    trunk/libwww-mechanize-perl/debian/control
    trunk/libwww-mechanize-perl/debian/rules

Modified: trunk/libwww-mechanize-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libwww-mechanize-perl/debian/changelog?rev=15390&op=diff
==============================================================================
--- trunk/libwww-mechanize-perl/debian/changelog (original)
+++ trunk/libwww-mechanize-perl/debian/changelog Fri Feb 22 06:11:27 2008
@@ -1,8 +1,17 @@
-libwww-mechanize-perl (1.34-2) UNRELEASED; urgency=low
+libwww-mechanize-perl (1.34-2) unstable; urgency=low
 
+  [ gregor herrmann ]
   * debian/rules: delete /usr/lib/perl5 only if it exists.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Wed, 09 Jan 2008 21:19:19 +0100
+  [ Rene Mayorga ]
+  * Make package ready for perl 5.10 update
+  * debian/control
+    + Set compat level to 6
+    + Wrap uploaders field
+  * debian/rules
+    + use dh_listpackage instead of a hardcode package name
+
+ -- Rene Mayorga <rmayorga at debian.org.sv>  Thu, 21 Feb 2008 23:07:47 -0600
 
 libwww-mechanize-perl (1.34-1) unstable; urgency=low
   

Modified: trunk/libwww-mechanize-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libwww-mechanize-perl/debian/compat?rev=15390&op=diff
==============================================================================
--- trunk/libwww-mechanize-perl/debian/compat (original)
+++ trunk/libwww-mechanize-perl/debian/compat Fri Feb 22 06:11:27 2008
@@ -1,1 +1,1 @@
-4
+6

Modified: trunk/libwww-mechanize-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libwww-mechanize-perl/debian/control?rev=15390&op=diff
==============================================================================
--- trunk/libwww-mechanize-perl/debian/control (original)
+++ trunk/libwww-mechanize-perl/debian/control Fri Feb 22 06:11:27 2008
@@ -2,8 +2,9 @@
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jay Bonci <jaybonci at debian.org>, Jaldhar H. Vyas <jaldhar at debian.org>, Rene Mayorga <rmayorga at debian.org.sv>
-Build-Depends: debhelper (>= 5), quilt
+Uploaders: Jay Bonci <jaybonci at debian.org>, 
+ Jaldhar H. Vyas <jaldhar at debian.org>, Rene Mayorga <rmayorga at debian.org.sv>
+Build-Depends: debhelper (>= 6), quilt
 Build-Depends-Indep: perl (>=5.6.0), libwww-perl (>= 5.68), 
  libhtml-parser-perl, liburi-perl, libtest-pod-perl, libio-socket-ssl-perl, 
  netbase, libtest-exception-perl, libtest-warn-perl

Modified: trunk/libwww-mechanize-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libwww-mechanize-perl/debian/rules?rev=15390&op=diff
==============================================================================
--- trunk/libwww-mechanize-perl/debian/rules (original)
+++ trunk/libwww-mechanize-perl/debian/rules Fri Feb 22 06:11:27 2008
@@ -12,7 +12,8 @@
 
 
 PERL=/usr/bin/perl
-PACKAGE=`pwd | sed -e "s/.*\/\\(.*\\)-.*/\\1/"`
+PACKAGE=$(shell dh_listpackages)
+
 PKGROOT=$(CURDIR)/debian/$(PACKAGE)/usr
 ETCROOT=$(PKGROOT)/share/$(PACKAGE)
 
@@ -43,7 +44,8 @@
 	[ ! -d $(CURDIR)/debian/$(PACKAGE)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(CURDIR)/debian/$(PACKAGE)/usr/lib/perl5
 	touch $@
 
-binary-arch:;
+binary-arch:
+
 binary-indep: build install
 	dh_testdir
 	dh_testroot




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