r8020 - in /trunk/libcrypt-cbc-perl/debian: changelog rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sat Sep 29 12:21:33 UTC 2007


Author: gregoa-guest
Date: Sat Sep 29 12:21:33 2007
New Revision: 8020

URL: http://svn.debian.org/wsvn/?sc=1&rev=8020
Log:
* Move dh_clean before make distclean in debian/rules.

Modified:
    trunk/libcrypt-cbc-perl/debian/changelog
    trunk/libcrypt-cbc-perl/debian/rules

Modified: trunk/libcrypt-cbc-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libcrypt-cbc-perl/debian/changelog?rev=8020&op=diff
==============================================================================
--- trunk/libcrypt-cbc-perl/debian/changelog (original)
+++ trunk/libcrypt-cbc-perl/debian/changelog Sat Sep 29 12:21:33 2007
@@ -5,14 +5,15 @@
   * Wrap long lines in debian/control
   * Add libcrypt-des-ede3-perl to (build) dependencies.
   * Move tests to build target in debian/rules.
+  * Move dh_clean before make distclean in debian/rules.
   * Remove useless file debian/examples.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 29 Sep 2007 14:18:42 +0200
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 29 Sep 2007 14:20:37 +0200
 
 libcrypt-cbc-perl (2.22-1) unstable; urgency=low
 
   * New upstream release.
-  * Add exaples from eg/ to /usr&share/doc/libcrypt-cbc-perl/examples/.
+  * Add exaples from eg/ to /usr/share/doc/libcrypt-cbc-perl/examples/.
   * Don't ignore result of make distclean.
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 19 Nov 2006 20:28:50 +0100

Modified: trunk/libcrypt-cbc-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libcrypt-cbc-perl/debian/rules?rev=8020&op=diff
==============================================================================
--- trunk/libcrypt-cbc-perl/debian/rules (original)
+++ trunk/libcrypt-cbc-perl/debian/rules Sat Sep 29 12:21:33 2007
@@ -24,8 +24,8 @@
 
 clean:  checkroot
 	rm -f build-stamp
+	dh_clean
 	[ ! -f Makefile ] || $(MAKE) distclean
-	dh_clean
 
 binary-indep:	checkroot build
 	dh_clean




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