[Pkg-cli-apps-commits] r5123 - /packages/gnome-do-plugins/trunk/debian/rules

directhex at users.alioth.debian.org directhex at users.alioth.debian.org
Tue Oct 13 22:46:53 UTC 2009


Author: directhex
Date: Tue Oct 13 22:46:53 2009
New Revision: 5123

URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=5123
Log:
Fix TARBALL definition

Modified:
    packages/gnome-do-plugins/trunk/debian/rules

Modified: packages/gnome-do-plugins/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gnome-do-plugins/trunk/debian/rules?rev=5123&op=diff
==============================================================================
--- packages/gnome-do-plugins/trunk/debian/rules (original)
+++ packages/gnome-do-plugins/trunk/debian/rules Tue Oct 13 22:46:53 2009
@@ -50,7 +50,7 @@
 CURVER = $(shell dpkg-parsechangelog | grep ^Version | cut -d" " -f2 | cut -d"-" -f1 | cut -d"+" -f1 )
 VERSION = $(shell dpkg-parsechangelog | grep ^Vers | cut -d" " -f2)
 UPVERSION = $(shell echo $(VERSION) | sed 's,-.*,,') 
-TARBALL = $(shell echo "gnome-do-plugins_$(UPVERSION).orig.tar.gz" | tr -d " ")
+TARBALL = $(shell echo "gnome-do-plugins_$(UPVERSION).orig.tar" | tr -d " ")
 
 download-tarball:
 	uscan --download --destdir $(TEMP_DIR) \




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