[Pkg-cli-libs-commits] r3981 - in /packages/cecil/trunk/debian: changelog rules

hanska-guest at users.alioth.debian.org hanska-guest at users.alioth.debian.org
Sat Feb 7 20:31:24 UTC 2009


Author: hanska-guest
Date: Sat Feb  7 20:31:24 2009
New Revision: 3981

URL: http://svn.debian.org/wsvn/pkg-cli-libs/?sc=1&rev=3981
Log:
* debian/rules:
  + added get-orig-source target

Modified:
    packages/cecil/trunk/debian/changelog
    packages/cecil/trunk/debian/rules

Modified: packages/cecil/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/cecil/trunk/debian/changelog?rev=3981&op=diff
==============================================================================
--- packages/cecil/trunk/debian/changelog (original)
+++ packages/cecil/trunk/debian/changelog Sat Feb  7 20:31:24 2009
@@ -9,12 +9,14 @@
     + Standards-Version bumped to 3.8.0:
       - debian/README.source added
   * debian/compat bumped to 7
-  * debian/rules updated: using dh7-style
+  * debian/rules:
+    + updated: using dh7-style
+    + added get-orig-source target
   * debian/patches/:
     + 01_assembly-version.dpatch: added description
   * debian/watch added
 
- -- David Paleino <d.paleino at gmail.com>  Sat, 07 Feb 2009 21:28:03 +0100
+ -- David Paleino <d.paleino at gmail.com>  Sat, 07 Feb 2009 21:31:02 +0100
 
 cecil (0.6-1) unstable; urgency=low
 

Modified: packages/cecil/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/cecil/trunk/debian/rules?rev=3981&op=diff
==============================================================================
--- packages/cecil/trunk/debian/rules (original)
+++ packages/cecil/trunk/debian/rules Sat Feb  7 20:31:24 2009
@@ -62,4 +62,12 @@
 
 binary: binary-indep binary-arch
 
+get-orig-source:
+	[ -d ../tarballs ] || mkdir ../tarballs
+	uscan \
+		--force-download \
+		--download-version $(UPVERSION) \
+		--destdir ../tarballs \
+		--rename --verbose
+
 .PHONY: build clean binary-indep binary-arch binary install 




More information about the Pkg-cli-libs-commits mailing list