r14914 - packages/trunk/0ad/debian
Vincent Cheng
vcheng at moszumanska.debian.org
Wed Feb 19 07:38:43 UTC 2014
Author: vcheng
Date: 2014-02-19 07:38:43 +0000 (Wed, 19 Feb 2014)
New Revision: 14914
Modified:
packages/trunk/0ad/debian/changelog
packages/trunk/0ad/debian/rules
packages/trunk/0ad/debian/watch
Log:
0ad: Remove minified JS without source and repack tarball
Modified: packages/trunk/0ad/debian/changelog
===================================================================
--- packages/trunk/0ad/debian/changelog 2014-02-19 02:43:56 UTC (rev 14913)
+++ packages/trunk/0ad/debian/changelog 2014-02-19 07:38:43 UTC (rev 14914)
@@ -1,9 +1,11 @@
-0ad (0.0.15-3) UNRELEASED; urgency=medium
+0ad (0.0.15+dfsg-3) unstable; urgency=medium
+ * Repack tarball to remove minified javascript files without source in
+ source/tools/jsdebugger/. (Closes: #735349)
* Update debian/copyright to include text of IBM Common Public License.
* Update email address.
- -- Vincent Cheng <vcheng at debian.org> Wed, 15 Jan 2014 14:26:33 -0800
+ -- Vincent Cheng <vcheng at debian.org> Tue, 18 Feb 2014 23:21:11 -0800
0ad (0.0.15-2) unstable; urgency=medium
Modified: packages/trunk/0ad/debian/rules
===================================================================
--- packages/trunk/0ad/debian/rules 2014-02-19 02:43:56 UTC (rev 14913)
+++ packages/trunk/0ad/debian/rules 2014-02-19 07:38:43 UTC (rev 14914)
@@ -44,3 +44,10 @@
override_dh_builddeb:
dh_builddeb -- -Zxz
+
+get-orig-source:
+ uscan --download-current-version
+ tar xJf ../0ad_0.0.15.orig.tar.xz
+ rm -rf source/tools/jsdebugger # see #735349
+ mv 0ad-0.0.15-alpha 0ad-0.0.15+dfsg
+ tar cJf ../0ad_0.0.15+dfsg.orig.tar.xz 0ad-0.0.15+dfsg/
Modified: packages/trunk/0ad/debian/watch
===================================================================
--- packages/trunk/0ad/debian/watch 2014-02-19 02:43:56 UTC (rev 14913)
+++ packages/trunk/0ad/debian/watch 2014-02-19 07:38:43 UTC (rev 14914)
@@ -1,2 +1,3 @@
version=3
+opts=dversionmangle=s/\+(debian|dfsg|ds|deb)(\.\d+)?$// \
http://releases.wildfiregames.com/0ad-([\d\.]+)-.*-unix-build\.tar\.xz
More information about the Pkg-games-commits
mailing list