r23390 - in /trunk/libmodule-install-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Jul 19 12:33:46 UTC 2008


Author: gregoa
Date: Sat Jul 19 12:33:38 2008
New Revision: 23390

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=23390
Log:
debian/rules: add install to .PHONY.

Modified:
    trunk/libmodule-install-perl/debian/changelog
    trunk/libmodule-install-perl/debian/rules

Modified: trunk/libmodule-install-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-install-perl/debian/changelog?rev=23390&op=diff
==============================================================================
--- trunk/libmodule-install-perl/debian/changelog (original)
+++ trunk/libmodule-install-perl/debian/changelog Sat Jul 19 12:33:38 2008
@@ -1,10 +1,14 @@
 libmodule-install-perl (0.76-1) unstable; urgency=low
 
+  [ AGOSTINI Yves ]
   * New upstream release. 
   * fix debian-copyright-line-too-long on line 1,8,14
   * add export DH_ALWAYS_EXCLUDE=.svn in rules
   * rules: remove dir usr/share/perl5/auto/ with useless
     usr/share/perl5/auto/share/dist/Module-Install/dist_file.txt 
+
+  [ gregor herrmann ]
+  * debian/rules: add install to .PHONY.
 
  -- AGOSTINI Yves <agostini at univ-metz.fr>  Thu, 17 Jul 2008 14:21:48 +0200
 

Modified: trunk/libmodule-install-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-install-perl/debian/rules?rev=23390&op=diff
==============================================================================
--- trunk/libmodule-install-perl/debian/rules (original)
+++ trunk/libmodule-install-perl/debian/rules Sat Jul 19 12:33:38 2008
@@ -37,4 +37,4 @@
 	dh $@
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary
+.PHONY: binary binary-arch binary-indep install clean build




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