r15672 - in /trunk/libnet-rawip-perl/debian: changelog rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Tue Feb 26 21:48:58 UTC 2008


Author: gregoa-guest
Date: Tue Feb 26 21:48:57 2008
New Revision: 15672

URL: http://svn.debian.org/wsvn/?sc=1&rev=15672
Log:
debian/rules: remove empty /usr/share/perl5 directory if it exists (for
  the last days of perl 5.8).

Modified:
    trunk/libnet-rawip-perl/debian/changelog
    trunk/libnet-rawip-perl/debian/rules

Modified: trunk/libnet-rawip-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libnet-rawip-perl/debian/changelog?rev=15672&op=diff
==============================================================================
--- trunk/libnet-rawip-perl/debian/changelog (original)
+++ trunk/libnet-rawip-perl/debian/changelog Tue Feb 26 21:48:57 2008
@@ -5,8 +5,10 @@
     enable additional tests.
   * Add patch tests_no_network.patch to skip tests in t/iflist.t if
     NONETWORK is set (closes: #467591). Add quilt framework.
+  * debian/rules: remove empty /usr/share/perl5 directory if it exists (for
+    the last days of perl 5.8).
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 26 Feb 2008 22:43:53 +0100
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 26 Feb 2008 22:44:41 +0100
 
 libnet-rawip-perl (0.23-1) unstable; urgency=low
 

Modified: trunk/libnet-rawip-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libnet-rawip-perl/debian/rules?rev=15672&op=diff
==============================================================================
--- trunk/libnet-rawip-perl/debian/rules (original)
+++ trunk/libnet-rawip-perl/debian/rules Tue Feb 26 21:48:57 2008
@@ -8,3 +8,6 @@
 DEB_INSTALL_EXAMPLES_libnet-rawip-perl := examples/* README.Devel
 
 DEB_MAKE_ENVVARS = NONETWORK=1
+
+binary-install/libnet-rawip-perl::
+	[ ! -d $(CURDIR)/debian/libnet-rawip-perl/usr/share/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(CURDIR)/debian/libnet-rawip-perl/usr/share/perl5




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