r19016 - in /trunk/libsvg-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Tue Apr 22 14:50:49 UTC 2008


Author: gregoa
Date: Tue Apr 22 14:50:48 2008
New Revision: 19016

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=19016
Log:
debian/rules: remove some comments.

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

Modified: trunk/libsvg-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvg-perl/debian/changelog?rev=19016&op=diff
==============================================================================
--- trunk/libsvg-perl/debian/changelog (original)
+++ trunk/libsvg-perl/debian/changelog Tue Apr 22 14:50:48 2008
@@ -1,8 +1,9 @@
 libsvg-perl (2.44-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * debian/rules: remove some comments.
 
- -- gregor herrmann <gregoa at debian.org>  Tue, 22 Apr 2008 16:46:31 +0200
+ -- gregor herrmann <gregoa at debian.org>  Tue, 22 Apr 2008 16:49:21 +0200
 
 libsvg-perl (2.42-1) unstable; urgency=low
 

Modified: trunk/libsvg-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvg-perl/debian/rules?rev=19016&op=diff
==============================================================================
--- trunk/libsvg-perl/debian/rules (original)
+++ trunk/libsvg-perl/debian/rules Tue Apr 22 14:50:48 2008
@@ -20,7 +20,6 @@
 build: build-stamp
 build-stamp: $(QUILT_STAMPFN)
 	dh_testdir
-	# Add commands to compile the package here
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
 	$(MAKE) test
@@ -30,7 +29,6 @@
 	dh_testdir
 	dh_testroot
 	dh_clean build-stamp install-stamp
-	# Add commands to clean up after the build process here
 	[ ! -f Makefile ] || $(MAKE) realclean
 
 install: install-stamp
@@ -38,7 +36,6 @@
 	dh_testdir
 	dh_testroot
 	dh_clean -k
-	# Add commands to install the package into $(TMP) here
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 	[ ! -d $(TMP)/usr/lib/perl5 ] || \
 		rmdir --ignore-fail-on-non-empty --parents --verbose \




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