r59477 - 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:43:06 UTC 2010


Author: carnil-guest
Date: Thu Jun 17 14:43:00 2010
New Revision: 59477

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=59477
Log:
  - Drop libmodule-build-perl from Build-Depends.
* debian/rules: Add an override target to remove the bin/cnv script and
  remove empty directory.

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=59477&op=diff
==============================================================================
--- trunk/libmath-basecnv-perl/debian/changelog (original)
+++ trunk/libmath-basecnv-perl/debian/changelog Thu Jun 17 14:43:00 2010
@@ -16,12 +16,14 @@
     - Reorder (Build-)Depends(-Indep) fields.
     - Bump versioned Build-Depends on debhelper to (>= 7.0.50) to use
       override targets in debian/rules.
+    - Drop libmodule-build-perl from Build-Depends.
   * 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.
+  * debian/rules: Add an override target to remove the bin/cnv script and
+    remove empty directory.
 
  -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Thu, 17 Jun 2010 16:34:12 +0200
 

Modified: trunk/libmath-basecnv-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-basecnv-perl/debian/control?rev=59477&op=diff
==============================================================================
--- trunk/libmath-basecnv-perl/debian/control (original)
+++ trunk/libmath-basecnv-perl/debian/control Thu Jun 17 14:43:00 2010
@@ -1,7 +1,7 @@
 Source: libmath-basecnv-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50), libmodule-build-perl
+Build-Depends: debhelper (>= 7.0.50)
 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=59477&op=diff
==============================================================================
--- trunk/libmath-basecnv-perl/debian/rules (original)
+++ trunk/libmath-basecnv-perl/debian/rules Thu Jun 17 14:43:00 2010
@@ -11,3 +11,4 @@
 	# remove bin/cnv, it's a simple 3 line script to
 	# convert on command line
 	rm $(TMP)/usr/bin/cnv
+	rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/bin




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