r6380 - in /trunk/libcdk-perl/debian: changelog rules

jeremiah-guest at users.alioth.debian.org jeremiah-guest at users.alioth.debian.org
Thu Aug 9 15:26:57 UTC 2007


Author: jeremiah-guest
Date: Thu Aug  9 15:26:57 2007
New Revision: 6380

URL: http://svn.debian.org/wsvn/?sc=1&rev=6380
Log:
Fixing linitan errors.

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

Modified: trunk/libcdk-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libcdk-perl/debian/changelog?rev=6380&op=diff
==============================================================================
--- trunk/libcdk-perl/debian/changelog (original)
+++ trunk/libcdk-perl/debian/changelog Thu Aug  9 15:26:57 2007
@@ -1,6 +1,5 @@
-libcdk-perl (4.9.10-2) unstable; urgency=low
+libcdk-perl (4.9.10-2.1) unstable; urgency=low
 
-  [ Jeremiah Foster ]
   * New maintainer: Debian Perl Group.
   Closes: #279778
 

Modified: trunk/libcdk-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libcdk-perl/debian/rules?rev=6380&op=diff
==============================================================================
--- trunk/libcdk-perl/debian/rules (original)
+++ trunk/libcdk-perl/debian/rules Thu Aug  9 15:26:57 2007
@@ -13,7 +13,7 @@
 
 clean:	checkroot
 	rm -f build-stamp
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 	dh_clean
 
 binary-indep:	checkroot build




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