r5541 - packages/trunk/warzone2100/debian

Paul Wise pabs at alioth.debian.org
Tue Jan 29 08:45:21 UTC 2008


Author: pabs
Date: 2008-01-29 08:45:21 +0000 (Tue, 29 Jan 2008)
New Revision: 5541

Modified:
   packages/trunk/warzone2100/debian/changelog
   packages/trunk/warzone2100/debian/rules
Log:
* Add a get-orig-source target for recreating the tarball

Modified: packages/trunk/warzone2100/debian/changelog
===================================================================
--- packages/trunk/warzone2100/debian/changelog	2008-01-29 08:13:48 UTC (rev 5540)
+++ packages/trunk/warzone2100/debian/changelog	2008-01-29 08:45:21 UTC (rev 5541)
@@ -4,6 +4,7 @@
     - Breaks compatibility with previous savegames and netcode
     - Builds with GCC 4.3 (Closes: #462426)
     - Doesn't save invalid resolutions in the config (Closes: #460952)
+  * Add a get-orig-source target for recreating the tarball
 
  -- Paul Wise <pabs at debian.org>  Tue, 29 Jan 2008 14:17:52 +0900
 

Modified: packages/trunk/warzone2100/debian/rules
===================================================================
--- packages/trunk/warzone2100/debian/rules	2008-01-29 08:13:48 UTC (rev 5540)
+++ packages/trunk/warzone2100/debian/rules	2008-01-29 08:45:21 UTC (rev 5541)
@@ -164,4 +164,13 @@
 
 binary: binary-indep binary-arch
 
-.PHONY: patch unpatch configure build build-indep clean clean-really binary-indep binary-arch binary install install-indep
+
+SVN=3595
+
+get-orig-source:
+	svn export -r $(SVN) http://svn.gna.org/svn/warzone/trunk warzone2100-2.1.0~0.svn$(SVN)
+	rm -rf warzone2100-2.1.0~0.svn$(SVN)/debian
+	tar zcf warzone2100_2.1.0~0.svn$(SVN).orig.tar.gz warzone2100-2.1.0~0.svn$(SVN)
+	rm -rf warzone2100-2.1.0~0.svn$(SVN)
+
+.PHONY: patch unpatch configure build build-indep clean clean-really binary-indep binary-arch binary install install-indep get-orig-source




More information about the Pkg-games-commits mailing list