r3087 - packages/trunk/allacrost/debian

Jordà Polo jorda-guest at alioth.debian.org
Tue Jun 26 21:16:32 UTC 2007


Author: jorda-guest
Date: 2007-06-26 21:16:32 +0000 (Tue, 26 Jun 2007)
New Revision: 3087

Modified:
   packages/trunk/allacrost/debian/rules
Log:
Added a 'get-orig-source' target.


Modified: packages/trunk/allacrost/debian/rules
===================================================================
--- packages/trunk/allacrost/debian/rules	2007-06-26 17:50:16 UTC (rev 3086)
+++ packages/trunk/allacrost/debian/rules	2007-06-26 21:16:32 UTC (rev 3087)
@@ -85,5 +85,15 @@
 	dh_md5sums -a
 	dh_builddeb -a
 
+get-orig-source:
+	URL="https://svn.sourceforge.net/svnroot/allacrost/trunk/demo" && \
+	REV=$$(svn info $$URL | grep Revision: | cut -d\  -f2) && \
+	DIR="allacrost-0.0.0+svn$$REV" && \
+	svn export $$URL $$DIR && \
+	rm -rf $$DIR/img/fonts && \
+	autoreconf -i -f $$DIR && \
+	tar czf allacrost_0.0.0+svn$$REV.dfsg.orig.tar.gz $$DIR && \
+	rm -rf $$DIR
+
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install 
+.PHONY: build clean binary-indep binary-arch binary install get-orig-source




More information about the Pkg-games-commits mailing list