r30382 - in /trunk/libnetaddr-ip-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Feb 1 14:48:27 UTC 2009


Author: gregoa
Date: Sun Feb  1 14:48:24 2009
New Revision: 30382

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=30382
Log:
debian/rules: add get-orig-source target.

Modified:
    trunk/libnetaddr-ip-perl/debian/changelog
    trunk/libnetaddr-ip-perl/debian/rules

Modified: trunk/libnetaddr-ip-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnetaddr-ip-perl/debian/changelog?rev=30382&op=diff
==============================================================================
--- trunk/libnetaddr-ip-perl/debian/changelog (original)
+++ trunk/libnetaddr-ip-perl/debian/changelog Sun Feb  1 14:48:24 2009
@@ -1,6 +1,7 @@
 libnetaddr-ip-perl (4.024+dfsg-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * debian/rules: add get-orig-source target.
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 01 Feb 2009 15:43:40 +0100
 

Modified: trunk/libnetaddr-ip-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnetaddr-ip-perl/debian/rules?rev=30382&op=diff
==============================================================================
--- trunk/libnetaddr-ip-perl/debian/rules (original)
+++ trunk/libnetaddr-ip-perl/debian/rules Sun Feb  1 14:48:24 2009
@@ -26,4 +26,7 @@
 
 binary: binary-arch binary-indep
 
-.PHONY: binary binary-arch binary-indep install clean build
+get-orig-source:
+	uscan --force-download --verbose
+
+.PHONY: binary binary-arch binary-indep install clean build get-orig-source




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