r19450 - in /trunk/libmail-box-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon May 5 21:19:33 UTC 2008


Author: gregoa
Date: Mon May  5 21:19:32 2008
New Revision: 19450

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=19450
Log:
debian/rules: remove non-existant configure target from .PHONY.

Modified:
    trunk/libmail-box-perl/debian/changelog
    trunk/libmail-box-perl/debian/rules

Modified: trunk/libmail-box-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-box-perl/debian/changelog?rev=19450&op=diff
==============================================================================
--- trunk/libmail-box-perl/debian/changelog (original)
+++ trunk/libmail-box-perl/debian/changelog Mon May  5 21:19:32 2008
@@ -2,8 +2,9 @@
 
   * New upstream release.
   * Refresh patch 01_access_check_use_filetest::access.patch.
-
- -- gregor herrmann <gregoa at debian.org>  Mon, 05 May 2008 23:13:19 +0200
+  * debian/rules: remove non-existant configure target from .PHONY.
+
+ -- gregor herrmann <gregoa at debian.org>  Mon, 05 May 2008 23:14:52 +0200
 
 libmail-box-perl (2.081-1) unstable; urgency=low
 

Modified: trunk/libmail-box-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-box-perl/debian/rules?rev=19450&op=diff
==============================================================================
--- trunk/libmail-box-perl/debian/rules (original)
+++ trunk/libmail-box-perl/debian/rules Mon May  5 21:19:32 2008
@@ -38,7 +38,7 @@
 	# ... Just kill it. Of course, inform upstream - When it is gone,
 	# we'll have to remove this couple of lines.
 	rm $(CURDIR)/debian/libmail-box-perl/usr/share/perl5/Mail/Makefile.PL
-	# and remove /usr/lib/perl5
+	# and remove /usr/lib/perl5 if it exists
 	[ ! -d $(CURDIR)/debian/libmail-box-perl/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(CURDIR)/debian/libmail-box-perl/usr/lib/perl5
 	touch install-stamp
 
@@ -58,4 +58,4 @@
 	dh_builddeb
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+.PHONY: build clean binary-indep binary-arch binary install




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