r59476 - in /trunk/libmath-basecnv-perl/debian: changelog control rules

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Thu Jun 17 14:36:26 UTC 2010


Author: carnil-guest
Date: Thu Jun 17 14:35:32 2010
New Revision: 59476

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=59476
Log:
  - Bump versioned Build-Depends on debhelper to (>= 7.0.50) to use
    override targets in debian/rules.
* debian/rules: Add an override target to remove the bin/cnv script.

Modified:
    trunk/libmath-basecnv-perl/debian/changelog
    trunk/libmath-basecnv-perl/debian/control
    trunk/libmath-basecnv-perl/debian/rules

Modified: trunk/libmath-basecnv-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-basecnv-perl/debian/changelog?rev=59476&op=diff
==============================================================================
--- trunk/libmath-basecnv-perl/debian/changelog (original)
+++ trunk/libmath-basecnv-perl/debian/changelog Thu Jun 17 14:35:32 2010
@@ -14,13 +14,16 @@
       perl (>= 5.6.0-{12,16}) with an unversioned dependency 
       on perl (as permitted by Debian Policy 3.8.3).
     - Reorder (Build-)Depends(-Indep) fields.
+    - Bump versioned Build-Depends on debhelper to (>= 7.0.50) to use
+      override targets in debian/rules.
   * Convert to '3.0 (quilt)' source package format.
   * Refresh debian/copyright to format-specification in revision 135 of
     DEP5 for machine-readable copyright files. Update debian/* packaging
     stanza.
   * Bump Standards-Version to 3.8.4 (no changes).
+  * debian/rules: Add an override target to remove the bin/cnv script.
 
- -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Thu, 17 Jun 2010 16:00:07 +0200
+ -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Thu, 17 Jun 2010 16:34:12 +0200
 
 libmath-basecnv-perl (1.4.75O6Pbr-1) unstable; urgency=low
 

Modified: trunk/libmath-basecnv-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-basecnv-perl/debian/control?rev=59476&op=diff
==============================================================================
--- trunk/libmath-basecnv-perl/debian/control (original)
+++ trunk/libmath-basecnv-perl/debian/control Thu Jun 17 14:35:32 2010
@@ -1,7 +1,7 @@
 Source: libmath-basecnv-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), libmodule-build-perl
+Build-Depends: debhelper (>= 7.0.50), libmodule-build-perl
 Build-Depends-Indep: libtest-pod-coverage-perl, libtest-pod-perl, perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ryan Niebur <ryan at debian.org>,

Modified: trunk/libmath-basecnv-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-basecnv-perl/debian/rules?rev=59476&op=diff
==============================================================================
--- trunk/libmath-basecnv-perl/debian/rules (original)
+++ trunk/libmath-basecnv-perl/debian/rules Thu Jun 17 14:35:32 2010
@@ -1,4 +1,13 @@
 #!/usr/bin/make -f
+
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 %:
 	dh $@
+
+override_dh_auto_install:
+	dh_auto_install
+	# remove bin/cnv, it's a simple 3 line script to
+	# convert on command line
+	rm $(TMP)/usr/bin/cnv




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