[Pkg-cli-apps-commits] r4276 - in /packages/gnome-do-plugins/trunk/debian: changelog rules
hanska-guest at users.alioth.debian.org
hanska-guest at users.alioth.debian.org
Thu Dec 11 23:35:01 UTC 2008
Author: hanska-guest
Date: Thu Dec 11 23:35:01 2008
New Revision: 4276
URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=4276
Log:
Fixing download-tarball target
Modified:
packages/gnome-do-plugins/trunk/debian/changelog
packages/gnome-do-plugins/trunk/debian/rules
Modified: packages/gnome-do-plugins/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gnome-do-plugins/trunk/debian/changelog?rev=4276&op=diff
==============================================================================
--- packages/gnome-do-plugins/trunk/debian/changelog (original)
+++ packages/gnome-do-plugins/trunk/debian/changelog Thu Dec 11 23:35:01 2008
@@ -37,9 +37,10 @@
* debian/copyright
+ Refresh for new upstream version
+ Update to latest CopyrightFormat proposal
+
[ David Paleino ]
* Fixing get-orig-source target (and download-tarball) to be more
- realiable, and make them work with svn-buildpackage out-of-the-box.
+ reliable, and make them work with svn-buildpackage out-of-the-box.
-- Christopher James Halse Rogers <raof at ubuntu.com> Sat, 29 Nov 2008 18:06:37 +1100
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=4276&op=diff
==============================================================================
--- packages/gnome-do-plugins/trunk/debian/rules (original)
+++ packages/gnome-do-plugins/trunk/debian/rules Thu Dec 11 23:35:01 2008
@@ -58,7 +58,7 @@
CURVER = $(shell dpkg-parsechangelog | grep ^Version | cut -d" " -f2 | cut -d"-" -f1 | cut -d"+" -f1 )
download-tarball:
- uscan --download --package gnome-do-plugins --destdir=$(TEMP_DIR) \
+ uscan --download --destdir $(TEMP_DIR) \
--no-symlink --force-download --download-version $(CURVER) \
--watchfile=$(dir $(_))/watch
cd $(TEMP_DIR) && tar xzvf *.tar.gz
More information about the Pkg-cli-apps-commits
mailing list