r10825 - in /trunk/libxml-rss-perl/debian: changelog libxml-rss-perl.docs libxml-rss-perl.examples rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Dec 5 10:11:14 UTC 2007


Author: dmn
Date: Wed Dec  5 10:11:14 2007
New Revision: 10825

URL: http://svn.debian.org/wsvn/?sc=1&rev=10825
Log:
* Remove unnecessary removing of executable bit of examples
* Do not ship redundant README
* Give TODO as a parameter to dh_installdocs
* Give examples/* as a parameter to dh_installexamples
* Remove debian/libxml-rss-perl.{examples,docs}

Removed:
    trunk/libxml-rss-perl/debian/libxml-rss-perl.docs
    trunk/libxml-rss-perl/debian/libxml-rss-perl.examples
Modified:
    trunk/libxml-rss-perl/debian/changelog
    trunk/libxml-rss-perl/debian/rules

Modified: trunk/libxml-rss-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libxml-rss-perl/debian/changelog?rev=10825&op=diff
==============================================================================
--- trunk/libxml-rss-perl/debian/changelog (original)
+++ trunk/libxml-rss-perl/debian/changelog Wed Dec  5 10:11:14 2007
@@ -6,6 +6,13 @@
   * Remove call to svn-upgrade from debian/watch and use a dist-based URL
     there.
   * Move perl from Build-Depends to Build-Depends-Indep.
+
+  [ Damyan Ivanov ]
+  * Remove unnecessary removing of executable bit of examples
+  * Do not ship redundant README
+  * Give TODO as a parameter to dh_installdocs
+  * Give examples/* as a parameter to dh_installexamples
+  * Remove debian/libxml-rss-perl.{examples,docs}
 
  -- Damyan Ivanov <dmn at debian.org>  Wed, 05 Dec 2007 11:51:19 +0200
 

Modified: trunk/libxml-rss-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libxml-rss-perl/debian/rules?rev=10825&op=diff
==============================================================================
--- trunk/libxml-rss-perl/debian/rules (original)
+++ trunk/libxml-rss-perl/debian/rules Wed Dec  5 10:11:14 2007
@@ -32,8 +32,8 @@
 	$(PERL) Makefile.PL INSTALLDIRS=vendor \
 		INSTALLVENDORARCH=/usr/share/perl5/ \
 		VENDORARCHEXP=/usr/share/perl5/
-	-find $(CURDIR)/examples -name "*.rdf" -exec chmod -x {} \; 
-	-chmod -x examples/README
+	#-find $(CURDIR)/examples -name "*.rdf" -exec chmod -x {} \; 
+	#-chmod -x examples/README
 	$(MAKE)
 	$(MAKE) test
 
@@ -66,8 +66,8 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-	dh_installexamples
-	dh_installdocs
+	dh_installexamples examples/*
+	dh_installdocs TODO
 	dh_installchangelogs Changes
 	dh_perl
 	dh_compress




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