r16719 - in /trunk/libclass-default-perl/debian: changelog rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Fri Mar 7 15:03:38 UTC 2008


Author: gregoa-guest
Date: Fri Mar  7 15:03:38 2008
New Revision: 16719

URL: http://svn.debian.org/wsvn/?sc=1&rev=16719
Log:
debian/rules:
  - move dh_clean before make distclean
  - remove some whitespace
  - don't install README any more (text version of the POD documentation)

Modified:
    trunk/libclass-default-perl/debian/changelog
    trunk/libclass-default-perl/debian/rules

Modified: trunk/libclass-default-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libclass-default-perl/debian/changelog?rev=16719&op=diff
==============================================================================
--- trunk/libclass-default-perl/debian/changelog (original)
+++ trunk/libclass-default-perl/debian/changelog Fri Mar  7 15:03:38 2008
@@ -7,8 +7,12 @@
   * debian/rules: delete /usr/lib/perl5 only if it exists (closes: #467692).
   * debian/watch: use dist-based URL.
   * Set Standards-Version to 3.7.3 (no changes).
+  * debian/rules:
+    - move dh_clean before make distclean
+    - remove some whitespace
+    - don't install README any more (text version of the POD documentation)
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Fri, 07 Mar 2008 15:59:55 +0100
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Fri, 07 Mar 2008 16:00:57 +0100
 
 libclass-default-perl (1.51-1) unstable; urgency=low
 

Modified: trunk/libclass-default-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libclass-default-perl/debian/rules?rev=16719&op=diff
==============================================================================
--- trunk/libclass-default-perl/debian/rules (original)
+++ trunk/libclass-default-perl/debian/rules Fri Mar  7 15:03:38 2008
@@ -24,15 +24,15 @@
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
-	AUTOMATED_TESTING=1 $(MAKE) test	
+	AUTOMATED_TESTING=1 $(MAKE) test
 
 	touch build-stamp
 
 clean:
 	dh_testdir
 	dh_testroot
+	dh_clean build-stamp install-stamp
 	if [ -e Makefile ]; then $(MAKE) distclean; fi
-	dh_clean build-stamp install-stamp
 
 install: install-stamp
 install-stamp: build-stamp
@@ -40,7 +40,7 @@
 	dh_testroot
 	dh_clean -k
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	
+
 	# As this is a architecture independent package, we are not supposed to install
 	# stuff to /usr/lib. MakeMaker creates the dirs, we delete them from the deb:
 	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
@@ -53,7 +53,7 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-	dh_installdocs README
+	dh_installdocs
 	dh_installchangelogs Changes
 	dh_perl
 	dh_compress
@@ -63,7 +63,7 @@
 	dh_md5sums
 	dh_builddeb
 
-source diff:                                                                  
+source diff:
 	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
 
 binary: binary-indep binary-arch




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