r25864 - in /trunk/libdbd-odbc-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Oct 8 16:06:22 UTC 2008


Author: gregoa
Date: Wed Oct  8 16:06:19 2008
New Revision: 25864

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=25864
Log:
Remove executable bit from example scripts.

Modified:
    trunk/libdbd-odbc-perl/debian/changelog
    trunk/libdbd-odbc-perl/debian/rules

Modified: trunk/libdbd-odbc-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-odbc-perl/debian/changelog?rev=25864&op=diff
==============================================================================
--- trunk/libdbd-odbc-perl/debian/changelog (original)
+++ trunk/libdbd-odbc-perl/debian/changelog Wed Oct  8 16:06:19 2008
@@ -2,7 +2,7 @@
 
   * New upstream release.
   * Refresh debian/rules; examples are now in "examples/"; remove some unused
-    targets.
+    targets, remove executable bit from example scripts.
 
  -- gregor herrmann <gregoa at debian.org>  Wed, 08 Oct 2008 17:31:02 +0200
 

Modified: trunk/libdbd-odbc-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-odbc-perl/debian/rules?rev=25864&op=diff
==============================================================================
--- trunk/libdbd-odbc-perl/debian/rules (original)
+++ trunk/libdbd-odbc-perl/debian/rules Wed Oct  8 16:06:19 2008
@@ -74,6 +74,7 @@
 	dh_testdir
 	dh_testroot
 	dh_installexamples examples/*
+	chmod -x $(CURDIR)/debian/$(PACKAGE)/usr/share/doc/$(PACKAGE)/examples/*
 	dh_installdocs README README.adabas
 	dh_installchangelogs Changes
 	dh_shlibdeps




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