r19870 - in /trunk/libcoat-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun May 11 22:29:37 UTC 2008


Author: gregoa
Date: Sun May 11 22:29:36 2008
New Revision: 19870

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=19870
Log:
debian/rules: save a .orig file under t/ from being deleted by dh_clean.

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

Modified: trunk/libcoat-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcoat-perl/debian/changelog?rev=19870&op=diff
==============================================================================
--- trunk/libcoat-perl/debian/changelog (original)
+++ trunk/libcoat-perl/debian/changelog Sun May 11 22:29:36 2008
@@ -8,6 +8,7 @@
   [ gregor herrmann ]
   * Refresh debian/rules, no functional changes.
   * debian/control: change my email address.
+  * debian/rules: save a .orig file under t/ from being deleted by dh_clean.
 
  -- Jose Luis Rivas <ghostbar38 at gmail.com>  Sun, 11 May 2008 17:36:53 -0430
 

Modified: trunk/libcoat-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcoat-perl/debian/rules?rev=19870&op=diff
==============================================================================
--- trunk/libcoat-perl/debian/rules (original)
+++ trunk/libcoat-perl/debian/rules Sun May 11 22:29:36 2008
@@ -26,7 +26,7 @@
 clean:
 	dh_testdir
 	dh_testroot
-	dh_clean build-stamp install-stamp
+	dh_clean -X011_metaclass_attributes_inheritance.t.orig build-stamp install-stamp
 	[ ! -f Makefile ] || $(MAKE) realclean
 
 install: install-stamp




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