r12051 - in /trunk/libnet-amazon-s3-perl/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Sat Jan 5 13:59:04 UTC 2008


Author: dmn
Date: Sat Jan  5 13:59:04 2008
New Revision: 12051

URL: http://svn.debian.org/wsvn/?sc=1&rev=12051
Log:
* stop removing Build in clean; it is not created during build

Modified:
    trunk/libnet-amazon-s3-perl/debian/changelog
    trunk/libnet-amazon-s3-perl/debian/rules

Modified: trunk/libnet-amazon-s3-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libnet-amazon-s3-perl/debian/changelog?rev=12051&op=diff
==============================================================================
--- trunk/libnet-amazon-s3-perl/debian/changelog (original)
+++ trunk/libnet-amazon-s3-perl/debian/changelog Sat Jan  5 13:59:04 2008
@@ -13,6 +13,7 @@
 
   [ Damyan Ivanov ]
   * remove usr/lib/perl5 only if it exists and remove it verbosely
+  * stop removing Build in clean; it is not created during build
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Mon, 17 Dec 2007 21:55:33 +0100
 

Modified: trunk/libnet-amazon-s3-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libnet-amazon-s3-perl/debian/rules?rev=12051&op=diff
==============================================================================
--- trunk/libnet-amazon-s3-perl/debian/rules (original)
+++ trunk/libnet-amazon-s3-perl/debian/rules Sat Jan  5 13:59:04 2008
@@ -33,7 +33,7 @@
 clean:
 	dh_testdir
 	dh_testroot
-	dh_clean build-stamp install-stamp Build
+	dh_clean build-stamp install-stamp
 	[ ! -f Makefile ] || $(MAKE) distclean
 
 install: install-stamp




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