[Pkg-cli-apps-commits] r4286 - in /packages/gnome-rdp/trunk/debian: changelog rules

meebey at users.alioth.debian.org meebey at users.alioth.debian.org
Fri Dec 12 22:33:25 UTC 2008


Author: meebey
Date: Fri Dec 12 22:33:24 2008
New Revision: 4286

URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=4286
Log:
+ Implemented get-orig-source target.


Modified:
    packages/gnome-rdp/trunk/debian/changelog
    packages/gnome-rdp/trunk/debian/rules

Modified: packages/gnome-rdp/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gnome-rdp/trunk/debian/changelog?rev=4286&op=diff
==============================================================================
--- packages/gnome-rdp/trunk/debian/changelog (original)
+++ packages/gnome-rdp/trunk/debian/changelog Fri Dec 12 22:33:24 2008
@@ -37,6 +37,8 @@
       (pkg-cli-apps).
     + Versioned mono-devel build-dep to >= 2.0, as older versions (as found in
       etch) are not shipping the needed applications.
+  * debian/rules:
+    + Implemented get-orig-source target.
 
  -- David Paleino <d.paleino at gmail.com>  Sun, 23 Nov 2008 22:56:57 +0100
 

Modified: packages/gnome-rdp/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gnome-rdp/trunk/debian/rules?rev=4286&op=diff
==============================================================================
--- packages/gnome-rdp/trunk/debian/rules (original)
+++ packages/gnome-rdp/trunk/debian/rules Fri Dec 12 22:33:24 2008
@@ -6,6 +6,7 @@
 
 export MONO_SHARED_DIR=$(CURDIR)
 
+CURVER=$(shell dpkg-parsechangelog | grep ^Version | cut -d" " -f2 | cut -d"-" -f1 )
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 	DEBUG = -D:debug=true
 else
@@ -55,4 +56,13 @@
 	dh_builddeb
 
 binary: binary-indep binary-arch
+
+get-orig-source:
+	[ -d ../tarballs ] || mkdir ../tarballs
+	uscan \
+		--destdir=../tarballs \
+		--rename \
+		--download-version $(CURVER) \
+		--force-download
+
 .PHONY: build clean binary-indep binary-arch binary install 




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