r13649 - in /trunk/libvorbis-perl/debian: changelog rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sat Jan 26 21:19:54 UTC 2008


Author: gregoa-guest
Date: Sat Jan 26 21:19:54 2008
New Revision: 13649

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

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

Modified: trunk/libvorbis-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libvorbis-perl/debian/changelog?rev=13649&op=diff
==============================================================================
--- trunk/libvorbis-perl/debian/changelog (original)
+++ trunk/libvorbis-perl/debian/changelog Sat Jan 26 21:19:54 2008
@@ -18,6 +18,7 @@
     - move test suite to build-stamp target
     - remove several unneeded dh_* calls
     - use PREFIX and DESTDIR for make install
+    - add get-orig-source target
 
   [ Frank Lichtenheld ]
   * debian/rules: leave nostrip support to dh_strip
@@ -34,7 +35,7 @@
     + clean: re-generate Makefile before invoking distclean as Makefile.PL is
       modified by unpatch
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 26 Jan 2008 19:17:42 +0100
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 26 Jan 2008 22:19:21 +0100
 
 libvorbis-perl (0.05-5) unstable; urgency=high
 

Modified: trunk/libvorbis-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libvorbis-perl/debian/rules?rev=13649&op=diff
==============================================================================
--- trunk/libvorbis-perl/debian/rules (original)
+++ trunk/libvorbis-perl/debian/rules Sat Jan 26 21:19:54 2008
@@ -19,6 +19,9 @@
 else
         CFLAGS += -O2
 endif
+
+get-orig-source:
+	uscan --verbose --force-download
 
 build: build-stamp
 build-stamp: $(QUILT_STAMPFN)
@@ -77,4 +80,4 @@
 	dh_builddeb
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+.PHONY: build clean binary-indep binary-arch binary install get-orig-source




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