r9148 - in /trunk/libchemistry-elements-perl/debian: changelog rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Fri Nov 9 23:14:00 UTC 2007


Author: gregoa-guest
Date: Fri Nov  9 23:14:00 2007
New Revision: 9148

URL: http://svn.debian.org/wsvn/?sc=1&rev=9148
Log:
debian/rules: Remove some remaining unused dh_* calls/variables and
  comments.

Modified:
    trunk/libchemistry-elements-perl/debian/changelog
    trunk/libchemistry-elements-perl/debian/rules

Modified: trunk/libchemistry-elements-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libchemistry-elements-perl/debian/changelog?rev=9148&op=diff
==============================================================================
--- trunk/libchemistry-elements-perl/debian/changelog (original)
+++ trunk/libchemistry-elements-perl/debian/changelog Fri Nov  9 23:14:00 2007
@@ -12,8 +12,10 @@
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza). Removed: XS-
     Vcs-Svn fields.
+  * debian/rules: Remove some remaining unused dh_* calls/variables and
+    comments.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 10 Nov 2007 00:08:27 +0100
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 10 Nov 2007 00:11:46 +0100
 
 libchemistry-elements-perl (1.04-2) unstable; urgency=low
 

Modified: trunk/libchemistry-elements-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libchemistry-elements-perl/debian/rules?rev=9148&op=diff
==============================================================================
--- trunk/libchemistry-elements-perl/debian/rules (original)
+++ trunk/libchemistry-elements-perl/debian/rules Fri Nov  9 23:14:00 2007
@@ -5,15 +5,12 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-package := $(shell grep Package debian/control | sed 's/^Package: //')
-version := $(shell head -1 debian/changelog | \
-                        perl -nle 'm/\S+\s+\((\S+)\)/ && print $$1')
+package := $(shell dh_listpackages)
 debtmp  := $(CURDIR)/debian/$(package)
 
 build: build-stamp
 build-stamp:
 	dh_testdir
-	# Add here commands to compile the package.
 	perl Makefile.PL verbose INSTALLDIRS=vendor
 	$(MAKE)
 	$(MAKE) test
@@ -41,15 +38,9 @@
 	dh_perl	
 	dh_installdocs	README
 	dh_installexamples
-#	dh_installmenu
-#	dh_installinit
-#	dh_installcron
-#	dh_installmanpages
-#	dh_undocumented
 	dh_installchangelogs	Changes
 	dh_compress
 	dh_fixperms
-#	dh_suidregister
 	dh_installdeb
 	dh_gencontrol
 	dh_md5sums




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