r13807 - in /trunk/libtk-objscanner-perl/debian: changelog rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Mon Jan 28 20:14:15 UTC 2008


Author: gregoa-guest
Date: Mon Jan 28 20:14:15 2008
New Revision: 13807

URL: http://svn.debian.org/wsvn/?sc=1&rev=13807
Log:
Make the example script executable explicitly instead of searching for
  possible scripts.

Modified:
    trunk/libtk-objscanner-perl/debian/changelog
    trunk/libtk-objscanner-perl/debian/rules

Modified: trunk/libtk-objscanner-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libtk-objscanner-perl/debian/changelog?rev=13807&op=diff
==============================================================================
--- trunk/libtk-objscanner-perl/debian/changelog (original)
+++ trunk/libtk-objscanner-perl/debian/changelog Mon Jan 28 20:14:15 2008
@@ -41,8 +41,10 @@
   * Remove debian/docs and install README from debian/rules.
   * Create demo.patch instead of patching the source directly; add quilt
     framework.
+  * Make the example script executable explicitly instead of searching for
+    possible scripts.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Mon, 28 Jan 2008 21:02:46 +0100
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Mon, 28 Jan 2008 21:09:52 +0100
 
 libtk-objscanner-perl (2.010-1) unstable; urgency=low
 

Modified: trunk/libtk-objscanner-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libtk-objscanner-perl/debian/rules?rev=13807&op=diff
==============================================================================
--- trunk/libtk-objscanner-perl/debian/rules (original)
+++ trunk/libtk-objscanner-perl/debian/rules Mon Jan 28 20:14:15 2008
@@ -37,7 +37,7 @@
 	dh_clean -k
 
 	$(MAKE) DESTDIR=$(CURDIR)/debian/$(PACKAGE) PREFIX=/usr install
-	-find $(CURDIR) -type d -name "*.pl" -exec chmod 755 {} \;
+	chmod 755 $(CURDIR)/demo/*.pl
 	[ ! -d $(CURDIR)/debian/$(PACKAGE)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(CURDIR)/debian/$(shell dh_listpackages)/usr/lib/perl5
 	
 	touch $@




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