r12656 - in /trunk/libdevel-caller-perl/debian: changelog compat rules

ghostbar-guest at users.alioth.debian.org ghostbar-guest at users.alioth.debian.org
Sun Jan 13 19:22:36 UTC 2008


Author: ghostbar-guest
Date: Sun Jan 13 19:22:36 2008
New Revision: 12656

URL: http://svn.debian.org/wsvn/?sc=1&rev=12656
Log:
new upstream release
debian/compat: updated to 6
debian/rules: touch $@ instead of touch *-stamp

Modified:
    trunk/libdevel-caller-perl/debian/changelog
    trunk/libdevel-caller-perl/debian/compat
    trunk/libdevel-caller-perl/debian/rules

Modified: trunk/libdevel-caller-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libdevel-caller-perl/debian/changelog?rev=12656&op=diff
==============================================================================
--- trunk/libdevel-caller-perl/debian/changelog (original)
+++ trunk/libdevel-caller-perl/debian/changelog Sun Jan 13 19:22:36 2008
@@ -1,3 +1,12 @@
+libdevel-caller-perl (2.03-1) UNRELEASED; urgency=low
+  Don't know how to handle the ._ files.
+
+  * New upstream release
+  * debian/rules: touch $@ instead of *-stamp.
+  * debian/compat: updated to 6
+
+ -- Jose Luis Rivas <ghostbar38 at gmail.com>  Sun, 13 Jan 2008 14:49:22 -0430
+
 libdevel-caller-perl (2.02-1) unstable; urgency=low
 
   [ gregor herrmann ]

Modified: trunk/libdevel-caller-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libdevel-caller-perl/debian/compat?rev=12656&op=diff
==============================================================================
--- trunk/libdevel-caller-perl/debian/compat (original)
+++ trunk/libdevel-caller-perl/debian/compat Sun Jan 13 19:22:36 2008
@@ -1,1 +1,1 @@
-5
+6

Modified: trunk/libdevel-caller-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libdevel-caller-perl/debian/rules?rev=12656&op=diff
==============================================================================
--- trunk/libdevel-caller-perl/debian/rules (original)
+++ trunk/libdevel-caller-perl/debian/rules Sun Jan 13 19:22:36 2008
@@ -37,7 +37,7 @@
 		VENDORARCHEXP=/usr/lib/perl5/
 	$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
 	$(MAKE) test
-	touch build-stamp
+	touch $@
 
 clean:
 	dh_testdir




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