[Python-modules-commits] r10995 - in packages/sclapp/trunk/debian (3 files)

rrs-guest at users.alioth.debian.org rrs-guest at users.alioth.debian.org
Mon Jan 4 19:50:10 UTC 2010


    Date: Monday, January 4, 2010 @ 19:50:08
  Author: rrs-guest
Revision: 10995

add get-orig-source target and README.source file

Added:
  packages/sclapp/trunk/debian/README.source
Modified:
  packages/sclapp/trunk/debian/changelog
  packages/sclapp/trunk/debian/rules

Added: packages/sclapp/trunk/debian/README.source
===================================================================
--- packages/sclapp/trunk/debian/README.source	                        (rev 0)
+++ packages/sclapp/trunk/debian/README.source	2010-01-04 19:50:08 UTC (rev 10995)
@@ -0,0 +1,2 @@
+debian/rules has a get-orig-source target.
+This makefile target will be able to fetch the upstream tarball.

Modified: packages/sclapp/trunk/debian/changelog
===================================================================
--- packages/sclapp/trunk/debian/changelog	2010-01-04 19:50:03 UTC (rev 10994)
+++ packages/sclapp/trunk/debian/changelog	2010-01-04 19:50:08 UTC (rev 10995)
@@ -7,8 +7,11 @@
   [ Ritesh Raj Sarraf ]
   * Update Standard Version to 3.8.3 (No changes required) 
   * Add myself as Maintainer and remove Y Giridhar Appaji Nag 
+  * Add README.source file
+  * debian/rules: add a get-orig-source target to download pristine upstream
+    source 
 
- -- Ritesh Raj Sarraf <rrs at researchut.com>  Tue, 05 Jan 2010 00:44:23 +0530
+ -- Ritesh Raj Sarraf <rrs at researchut.com>  Tue, 05 Jan 2010 00:49:06 +0530
 
 sclapp (0.5.3-1) unstable; urgency=low
 

Modified: packages/sclapp/trunk/debian/rules
===================================================================
--- packages/sclapp/trunk/debian/rules	2010-01-04 19:50:03 UTC (rev 10994)
+++ packages/sclapp/trunk/debian/rules	2010-01-04 19:50:08 UTC (rev 10995)
@@ -3,6 +3,13 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+
+PKG_NAME=sclapp
+PKG_VER=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+).*,\1,p')
+
+get-orig-source:
+	        uscan --force-download --rename --download-version=$(PKG_VER) --destdir=.
+
 build: build-stamp
 
 build-stamp:
@@ -46,4 +53,4 @@
 # We have nothing to do by default.
 
 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 Python-modules-commits mailing list