r2673 - in /packages/libevent-rpc-perl/trunk/debian: changelog rules

rra at users.alioth.debian.org rra at users.alioth.debian.org
Mon May 1 04:46:11 UTC 2006


Author: rra
Date: Mon May  1 04:46:09 2006
New Revision: 2673

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=2673
Log:
* Remove template comments in debian/rules.
* Remove the stamp files as the first action of clean.

Modified:
    packages/libevent-rpc-perl/trunk/debian/changelog
    packages/libevent-rpc-perl/trunk/debian/rules

Modified: packages/libevent-rpc-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libevent-rpc-perl/trunk/debian/changelog?rev=2673&op=diff
==============================================================================
--- packages/libevent-rpc-perl/trunk/debian/changelog (original)
+++ packages/libevent-rpc-perl/trunk/debian/changelog Mon May  1 04:46:09 2006
@@ -5,8 +5,10 @@
 
   [ Russ Allbery ]
   * Update to standards version 3.7.0 (no changes required).
+  * Remove template comments in debian/rules.
+  * Remove the stamp files as the first action of clean.
 
- -- Russ Allbery <rra at debian.org>  Sun, 30 Apr 2006 21:42:40 -0700
+ -- Russ Allbery <rra at debian.org>  Sun, 30 Apr 2006 21:44:25 -0700
 
 libevent-rpc-perl (0.89-1) unstable; urgency=low
 

Modified: packages/libevent-rpc-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libevent-rpc-perl/trunk/debian/rules?rev=2673&op=diff
==============================================================================
--- packages/libevent-rpc-perl/trunk/debian/rules (original)
+++ packages/libevent-rpc-perl/trunk/debian/rules Mon May  1 04:46:09 2006
@@ -22,32 +22,25 @@
 build: build-stamp
 build-stamp:
 	dh_testdir
-
-	# Add commands to compile the package here
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE) OPTIMIZE="-Wall -O2 -g"
-
 	touch build-stamp
 
 clean:
 	dh_testdir
 	dh_testroot
-
-	# Add commands to clean up after the build process here
+	rm -f build-stamp install-stamp
 	[ ! -f Makefile ] || $(MAKE) realclean
-
-	dh_clean build-stamp install-stamp
+	dh_clean
 
 install: build install-stamp
 install-stamp:
 	dh_testdir
 	dh_testroot
 	dh_clean -k
-
-	# Add commands to install the package into debian/$PACKAGE_NAME here
 	$(MAKE) test
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	
+
 	# fix ö in manpages
 	sed -i -e 's/ö/\\\[:o\]/' $(TMP)/usr/share/man/man3/*
 
@@ -64,8 +57,6 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-#	dh_installcron
-#	dh_installmenu
 	dh_installexamples examples/*
 	dh_installdocs README
 	dh_installchangelogs Changes
@@ -79,8 +70,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