r27104 - in /trunk/libgeo-ipfree-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Nov 22 15:13:38 UTC 2008


Author: gregoa
Date: Sat Nov 22 15:13:35 2008
New Revision: 27104

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=27104
Log:
Don't compress example scripts.

Modified:
    trunk/libgeo-ipfree-perl/debian/changelog
    trunk/libgeo-ipfree-perl/debian/rules

Modified: trunk/libgeo-ipfree-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgeo-ipfree-perl/debian/changelog?rev=27104&op=diff
==============================================================================
--- trunk/libgeo-ipfree-perl/debian/changelog (original)
+++ trunk/libgeo-ipfree-perl/debian/changelog Sat Nov 22 15:13:35 2008
@@ -13,6 +13,7 @@
     more.
   * Add debian/README.Debian to explain how to manually update the country
     data file.
+  * Don't compress example scripts.
 
  -- gregor herrmann <gregoa at debian.org>  Sat, 22 Nov 2008 15:41:34 +0100
 

Modified: trunk/libgeo-ipfree-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgeo-ipfree-perl/debian/rules?rev=27104&op=diff
==============================================================================
--- trunk/libgeo-ipfree-perl/debian/rules (original)
+++ trunk/libgeo-ipfree-perl/debian/rules Sat Nov 22 15:13:35 2008
@@ -10,7 +10,9 @@
 
 install: install-stamp
 install-stamp: build-stamp
-	dh install
+	dh install --before dh_compress
+	dh_compress -Xexamples
+	dh install --after dh_compress
 	touch $@
 
 binary-arch:




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