r18113 - in /trunk/libhtml-highlight-perl/debian: changelog rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sat Mar 29 16:55:35 UTC 2008


Author: gregoa-guest
Date: Sat Mar 29 16:55:34 2008
New Revision: 18113

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=18113
Log:
debian/rules:
- remove obsolete source and diff targets, add install targets to phony
- install test.pl as example instead of directly under docs

Modified:
    trunk/libhtml-highlight-perl/debian/changelog
    trunk/libhtml-highlight-perl/debian/rules

Modified: trunk/libhtml-highlight-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-highlight-perl/debian/changelog?rev=18113&op=diff
==============================================================================
--- trunk/libhtml-highlight-perl/debian/changelog (original)
+++ trunk/libhtml-highlight-perl/debian/changelog Sat Mar 29 16:55:34 2008
@@ -1,8 +1,11 @@
 libhtml-highlight-perl (0.20-5) UNRELEASED; urgency=low
 
   * Fix typo in long description, thanks to Adeodato Simó (closes: #473261).
+  * debian/rules:
+    - remove obsolete source and diff targets, add install targets to phony
+    - install test.pl as example instead of directly under docs
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 29 Mar 2008 17:47:56 +0100
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 29 Mar 2008 17:54:04 +0100
 
 libhtml-highlight-perl (0.20-4) unstable; urgency=low
 

Modified: trunk/libhtml-highlight-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-highlight-perl/debian/rules?rev=18113&op=diff
==============================================================================
--- trunk/libhtml-highlight-perl/debian/rules (original)
+++ trunk/libhtml-highlight-perl/debian/rules Sat Mar 29 16:55:34 2008
@@ -49,7 +49,8 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-	dh_installdocs test.pl
+	dh_installdocs
+	dh_installexamples test.pl
 	dh_installchangelogs Changes
 	dh_perl
 	dh_compress
@@ -59,8 +60,5 @@
 	dh_md5sums
 	dh_builddeb
 
-source diff:                                                                  
-	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
-
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary
+.PHONY: build clean binary-indep binary-arch binary install




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