r58413 - in /trunk/libsys-syscall-perl/debian: changelog control rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon May 24 16:12:04 UTC 2010


Author: gregoa
Date: Mon May 24 16:11:43 2010
New Revision: 58413

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=58413
Log:
Don't install the new README.pod.

Modified:
    trunk/libsys-syscall-perl/debian/changelog
    trunk/libsys-syscall-perl/debian/control
    trunk/libsys-syscall-perl/debian/rules

Modified: trunk/libsys-syscall-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsys-syscall-perl/debian/changelog?rev=58413&op=diff
==============================================================================
--- trunk/libsys-syscall-perl/debian/changelog (original)
+++ trunk/libsys-syscall-perl/debian/changelog Mon May 24 16:11:43 2010
@@ -17,6 +17,7 @@
   * Switch to debhelper 7
   * Reformat debian/copyright according to DEP5.
   * Improve short and long description.
+  * Don't install the new README.pod.
 
  -- Italo Valcy <italo at dcc.ufba.br>  Sun, 18 Apr 2010 22:16:32 -0300
 

Modified: trunk/libsys-syscall-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsys-syscall-perl/debian/control?rev=58413&op=diff
==============================================================================
--- trunk/libsys-syscall-perl/debian/control (original)
+++ trunk/libsys-syscall-perl/debian/control Mon May 24 16:11:43 2010
@@ -1,7 +1,7 @@
 Source: libsys-syscall-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.50~)
 Build-Depends-Indep: netbase, perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,

Modified: trunk/libsys-syscall-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsys-syscall-perl/debian/rules?rev=58413&op=diff
==============================================================================
--- trunk/libsys-syscall-perl/debian/rules (original)
+++ trunk/libsys-syscall-perl/debian/rules Mon May 24 16:11:43 2010
@@ -1,4 +1,11 @@
 #!/usr/bin/make -f
+
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 %:
 	dh $@
+
+override_dh_auto_install:
+	dh_auto_install
+	find $(TMP) -name "*README*" -print0 | xargs -r0 rm -v




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