r5617 - in /packages/libmarc-charset-perl/trunk: ./ debian/rules

ntyni-guest at users.alioth.debian.org ntyni-guest at users.alioth.debian.org
Sun Jun 17 19:05:56 UTC 2007


Author: ntyni-guest
Date: Sun Jun 17 19:05:55 2007
New Revision: 5617

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=5617
Log:
 r330 at delila:  niko | 2007-06-17 21:39:37 +0300
 debian/rurles cleanup

Modified:
    packages/libmarc-charset-perl/trunk/   (props changed)
    packages/libmarc-charset-perl/trunk/debian/rules

Propchange: packages/libmarc-charset-perl/trunk/
------------------------------------------------------------------------------
--- svk:merge (original)
+++ svk:merge Sun Jun 17 19:05:55 2007
@@ -1,1 +1,1 @@
-644f4d3c-074d-41c4-b940-ef3e0d89a3c7:/local/libmarc-charset-perl-trunk:329
+644f4d3c-074d-41c4-b940-ef3e0d89a3c7:/local/libmarc-charset-perl-trunk:330

Modified: packages/libmarc-charset-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmarc-charset-perl/trunk/debian/rules?rev=5617&op=diff
==============================================================================
--- packages/libmarc-charset-perl/trunk/debian/rules (original)
+++ packages/libmarc-charset-perl/trunk/debian/rules Sun Jun 17 19:05:55 2007
@@ -23,7 +23,7 @@
 build-stamp:
 	dh_testdir
 
-	# Add commands to compile the package here
+	# Compile the package
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE) OPTIMIZE="-Wall -O2 -g"
 
@@ -33,7 +33,7 @@
 	dh_testdir
 	dh_testroot
 
-	# Add commands to clean up after the build process here
+	# Clean up after the build process
 	[ ! -f Makefile ] || $(MAKE) realclean
 	rm -f lib/MARC/Charset/Table.dir
 	rm -f lib/MARC/Charset/Table.pag
@@ -46,7 +46,7 @@
 	dh_testroot
 	dh_clean -k
 
-	# Add commands to install the package into debian/$PACKAGE_NAME here
+	# Install the package into debian/$PACKAGE_NAME 
 	$(MAKE) test
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 
@@ -62,9 +62,6 @@
 binary-arch: build install
 	dh_testdir
 	dh_testroot
-#	dh_installcron
-#	dh_installmenu
-#	dh_installexamples
 	dh_installdocs README
 	dh_installchangelogs Changes
 	dh_perl
@@ -87,8 +84,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




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