Author: jorda-guest
Date: 2008-09-13 19:30:21 +0000 (Sat, 13 Sep 2008)
New Revision: 8118

Modified:
   packages/branches/neverball/experimental/debian/changelog
   packages/branches/neverball/experimental/debian/rules
Log:
Add get-orig-source target.

Modified: packages/branches/neverball/experimental/debian/changelog
===================================================================
--- packages/branches/neverball/experimental/debian/changelog   2008-09-13 
19:26:22 UTC (rev 8117)
+++ packages/branches/neverball/experimental/debian/changelog   2008-09-13 
19:30:21 UTC (rev 8118)
@@ -1,4 +1,4 @@
-neverball (1.4.0+svn2098-1) UNRELEASED; urgency=low
+neverball (1.4.0+svn2521-1) UNRELEASED; urgency=low
 
   * Experimental package based on upstream's development version.
   * debian/patches:
@@ -8,6 +8,8 @@
   * debian/rules:
     + Change font link name to DejaVuSans-Bold.ttf.
     + Include new documentation files: AUTHORS and MANUAL.
+    + Add get-orig-source target to generate an .orig tarball from upstream's
+      SVN repository.
   * Updated copyright information.
   * Removed obsolete XPM icons; new icons are now included upstream.
 

Modified: packages/branches/neverball/experimental/debian/rules
===================================================================
--- packages/branches/neverball/experimental/debian/rules       2008-09-13 
19:26:22 UTC (rev 8117)
+++ packages/branches/neverball/experimental/debian/rules       2008-09-13 
19:30:21 UTC (rev 8118)
@@ -73,5 +73,13 @@
        dh_md5sums -a
        dh_builddeb -a
 
+get-orig-source:
+       URL="https://s.snth.net/svn/neverball/trunk"; && \
+       REV=$$(svn info $$URL | grep Revision: | cut -d\  -f2) && \
+       DIR="neverball-1.4.0+svn$$REV" && \
+       svn export $$URL $$DIR && \
+       tar czf neverball_1.4.0+svn$$REV.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


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to