[Pkg-cli-apps-commits] r5152 - in /packages/gbrainy/trunk/debian: changelog rules
directhex at users.alioth.debian.org
directhex at users.alioth.debian.org
Wed Nov 18 18:15:13 UTC 2009
Author: directhex
Date: Wed Nov 18 18:15:12 2009
New Revision: 5152
URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=5152
Log:
* debian/rules
+ Policy-compliant location for get-orig-source rule
+ Remove spurious call to --repack in get-orig-source rule
Modified:
packages/gbrainy/trunk/debian/changelog
packages/gbrainy/trunk/debian/rules
Modified: packages/gbrainy/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gbrainy/trunk/debian/changelog?rev=5152&op=diff
==============================================================================
--- packages/gbrainy/trunk/debian/changelog (original)
+++ packages/gbrainy/trunk/debian/changelog Wed Nov 18 18:15:12 2009
@@ -1,8 +1,14 @@
gbrainy (1.20-1) UNRELEASED; urgency=low
- * New upstream release:
- - Six new games, including a new game type (verbal analogies).
- - Bug fixes and new translations.
+ [ Jo Shields ]
+ * debian/rules
+ + Policy-compliant location for get-orig-source rule
+ + Remove spurious call to --repack in get-orig-source rule
+
+ [ Siegfried-Angel Gevatter Pujals ]
+ * New upstream release:
+ + Six new games, including a new game type (verbal analogies).
+ + Bug fixes and new translations.
* Bump Standards-Version to 3.8.3.
-- Siegfried-Angel Gevatter Pujals <rainct at ubuntu.com> Tue, 17 Nov 2009 19:23:40 +0100
Modified: packages/gbrainy/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gbrainy/trunk/debian/rules?rev=5152&op=diff
==============================================================================
--- packages/gbrainy/trunk/debian/rules (original)
+++ packages/gbrainy/trunk/debian/rules Wed Nov 18 18:15:12 2009
@@ -44,12 +44,12 @@
rm -rf $(MONO_SHARED_DIR)/.wapi
get-orig-source:
+ mkdir -p ../tarballs
uscan \
--package $(DEB_SOURCE_NAME) \
--watchfile $(DEBIAN_DIR)/watch \
--upstream-version $(VERSION) \
--download-version $(VERSION) \
- --destdir . \
+ --destdir ../tarballs \
--force-download \
- --rename \
- --repack
+ --rename
More information about the Pkg-cli-apps-commits
mailing list