r13372 - in /trunk/libproc-fork-perl/debian: changelog compat control rules watch

rmayorga-guest at users.alioth.debian.org rmayorga-guest at users.alioth.debian.org
Thu Jan 24 04:31:07 UTC 2008


Author: rmayorga-guest
Date: Thu Jan 24 04:31:04 2008
New Revision: 13372

URL: http://svn.debian.org/wsvn/?sc=1&rev=13372
Log:
* Preparing the package for perl 5.10
* debian/control:  raise debhelper version to 6
* debian/compat: set level 6
* improve debian/watch
* debian/rules
  + use dh_linstpackages instead a hardcode name

Modified:
    trunk/libproc-fork-perl/debian/changelog
    trunk/libproc-fork-perl/debian/compat
    trunk/libproc-fork-perl/debian/control
    trunk/libproc-fork-perl/debian/rules
    trunk/libproc-fork-perl/debian/watch

Modified: trunk/libproc-fork-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libproc-fork-perl/debian/changelog?rev=13372&op=diff
==============================================================================
--- trunk/libproc-fork-perl/debian/changelog (original)
+++ trunk/libproc-fork-perl/debian/changelog Thu Jan 24 04:31:04 2008
@@ -1,8 +1,17 @@
 libproc-fork-perl (0.6-2) UNRELEASED; 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:18:41 +0100
+  [ Rene Mayorga ]
+  * Preparing the package for perl 5.10
+  * debian/control:  raise debhelper version to 6
+  * debian/compat: set level 6
+  * improve debian/watch
+  * debian/rules
+    + use dh_linstpackages instead a hardcode name
+
+ -- Rene Mayorga <rmayorga at debian.org.sv>  Wed, 23 Jan 2008 22:15:46 -0600
 
 libproc-fork-perl (0.6-1) unstable; urgency=low
 

Modified: trunk/libproc-fork-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libproc-fork-perl/debian/compat?rev=13372&op=diff
==============================================================================
--- trunk/libproc-fork-perl/debian/compat (original)
+++ trunk/libproc-fork-perl/debian/compat Thu Jan 24 04:31:04 2008
@@ -1,1 +1,1 @@
-5
+6

Modified: trunk/libproc-fork-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libproc-fork-perl/debian/control?rev=13372&op=diff
==============================================================================
--- trunk/libproc-fork-perl/debian/control (original)
+++ trunk/libproc-fork-perl/debian/control Thu Jan 24 04:31:04 2008
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Rene Mayorga <rmayorga at debian.org.sv>, Gunnar Wolf <gwolf at debian.org>
-Build-Depends: debhelper (>= 5)
+Build-Depends: debhelper (>= 6)
 Build-Depends-Indep: perl (>= 5.8.1), libpod-tests-perl, libpod-coverage-perl
 Standards-Version: 3.7.3
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libproc-fork-perl/

Modified: trunk/libproc-fork-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libproc-fork-perl/debian/rules?rev=13372&op=diff
==============================================================================
--- trunk/libproc-fork-perl/debian/rules (original)
+++ trunk/libproc-fork-perl/debian/rules Thu Jan 24 04:31:04 2008
@@ -7,7 +7,8 @@
 	PERL = /usr/bin/perl
 endif
 
-TMP=$(CURDIR)/debian/libproc-fork-perl
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 
 build: build-stamp

Modified: trunk/libproc-fork-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libproc-fork-perl/debian/watch?rev=13372&op=diff
==============================================================================
--- trunk/libproc-fork-perl/debian/watch (original)
+++ trunk/libproc-fork-perl/debian/watch Thu Jan 24 04:31:04 2008
@@ -1,5 +1,2 @@
 version=3
-
-opts="uversionmangle=s/(\.\d\d)$//" \
-http://www.cpan.org/modules/by-module/Proc/Proc-Fork-([\d\.]+)\.tar\.gz
-
+http://search.cpan.org/dist/Proc-Fork/ .+/Proc-Fork-(.*)\.tar\.gz




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