r18273 - in /trunk/libjavascript-perl/debian: changelog rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Wed Apr 2 19:20:54 UTC 2008


Author: gregoa-guest
Date: Wed Apr  2 19:20:53 2008
New Revision: 18273

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=18273
Log:
debian/rules:
- remove obsolete source and diff targets, add install to .PHONY target
- remove some unused dh_* calls and some whitespace

Modified:
    trunk/libjavascript-perl/debian/changelog
    trunk/libjavascript-perl/debian/rules

Modified: trunk/libjavascript-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjavascript-perl/debian/changelog?rev=18273&op=diff
==============================================================================
--- trunk/libjavascript-perl/debian/changelog (original)
+++ trunk/libjavascript-perl/debian/changelog Wed Apr  2 19:20:53 2008
@@ -3,8 +3,11 @@
   * New upstream release.
   * debian/watch: extended regexp for matching upstream releases.
   * debian/copyright: add upstream source location.
+  * debian/rules:
+    - remove obsolete source and diff targets, add install to .PHONY target
+    - remove some unused dh_* calls and some whitespace
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Wed, 02 Apr 2008 19:35:51 +0200
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Wed, 02 Apr 2008 19:38:03 +0200
 
 libjavascript-perl (1.04-3) unstable; urgency=low
 

Modified: trunk/libjavascript-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjavascript-perl/debian/rules?rev=18273&op=diff
==============================================================================
--- trunk/libjavascript-perl/debian/rules (original)
+++ trunk/libjavascript-perl/debian/rules Wed Apr  2 19:20:53 2008
@@ -49,7 +49,7 @@
 	dh_testroot
 	dh_clean -k
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	
+
 	# As this is a architecture dependent package, we are not supposed to install
 	# stuff to /usr/share/perl5. MakeMaker creates the dirs, we delete them from 
 	# the deb:
@@ -57,7 +57,7 @@
 
 	# remove the execute bit
 	chmod 644 $(TMP)/usr/lib/perl5/auto/JavaScript/typemap
-	
+
 	touch install-stamp
 
 # Build architecture-independent files here.
@@ -69,23 +69,17 @@
 	dh_testdir
 	dh_testroot
 	dh_installdocs README TODO
-	dh_installexamples 
-	dh_installman
 	dh_installchangelogs Changes
-	dh_link
 	dh_strip
 	dh_compress
 	dh_fixperms
 	dh_makeshlibs
 	dh_installdeb
-	dh_perl 
+	dh_perl
 	dh_shlibdeps -v
 	dh_gencontrol
 	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