r32514 - in /trunk/libfile-touch-perl/debian: changelog rules

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Thu Apr 2 06:49:29 UTC 2009


Author: ryan52-guest
Date: Thu Apr  2 06:49:16 2009
New Revision: 32514

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=32514
Log:
move ._test.pl and ._Makefile.PL out of the way before building, and
put them back after...they cause weird stuff to happen

Modified:
    trunk/libfile-touch-perl/debian/changelog
    trunk/libfile-touch-perl/debian/rules

Modified: trunk/libfile-touch-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-touch-perl/debian/changelog?rev=32514&op=diff
==============================================================================
--- trunk/libfile-touch-perl/debian/changelog (original)
+++ trunk/libfile-touch-perl/debian/changelog Thu Apr  2 06:49:16 2009
@@ -11,8 +11,10 @@
   * debhelper 7
   * machine readable copyright format
   * Debian Policy 3.8.1
+  * move ._test.pl and ._Makefile.PL out of the way before building, and
+    put them back after...they cause weird stuff to happen
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Tue, 24 Mar 2009 18:22:00 -0700
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Wed, 01 Apr 2009 23:49:03 -0700
 
 libfile-touch-perl (0.02-2) unstable; urgency=low
 

Modified: trunk/libfile-touch-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-touch-perl/debian/rules?rev=32514&op=diff
==============================================================================
--- trunk/libfile-touch-perl/debian/rules (original)
+++ trunk/libfile-touch-perl/debian/rules Thu Apr  2 06:49:16 2009
@@ -2,11 +2,15 @@
 
 build: build-stamp
 build-stamp:
+	[ ! -f ._Makefile.PL ] || mv ._Makefile.PL debian
+	[ ! -f ._test.pl ] || mv ._test.pl debian
 	dh build
 	touch $@
 
 clean:
 	dh $@
+	[ ! -f debian/._Makefile.PL ] || mv debian/._Makefile.PL ._Makefile.PL
+	[ ! -f debian/._test.pl ] || mv debian/._test.pl ._test.pl
 
 install: install-stamp
 install-stamp: build-stamp




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