[SCM] Packaging for gplanarity branch, master, updated. debian/16723-3-8-g30d8607

Vincent Legout vincent at legout.info
Mon Apr 25 19:20:15 UTC 2011


The following commit has been merged in the master branch:
commit 38cc48aba4704d614ca20c40f5c56f92644a94bf
Author: Vincent Legout <vincent at legout.info>
Date:   Mon Apr 25 20:59:49 2011 +0200

    get-orig-source: Use svn export instead of svn checkout

diff --git a/debian/changelog b/debian/changelog
index 73da3b7..e0c7476 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,9 @@ gplanarity (17906-1) unstable; urgency=low
 
   * New upstream release
     - Drop fix_blank_window.patch, fixed upstream
-  * debian/rules: clean new po files updated during build time
+  * debian/rules:
+    - clean new po files updated during build time
+    - get-orig-source: Use svn export instead of svn checkout
   * gplanarity.desktop: Value for key "Icon" should not have an extension
 
  -- Vincent Legout <vincent at legout.info>  Mon, 25 Apr 2011 20:46:50 +0200
diff --git a/debian/rules b/debian/rules
index b332cff..1d81629 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,7 +34,7 @@ override_dh_auto_clean:
 version=17906
 
 get-orig-source:
-	svn co http://svn.xiph.org/trunk/planarity/
+	svn export -r $(version) http://svn.xiph.org/trunk/planarity/
 	rm -rf planarity/.svn planarity/po/.svn
 	mv planarity gplanarity-$(version)
 	tar czf gplanarity_$(version).orig.tar.gz gplanarity-$(version)

-- 
Packaging for gplanarity



More information about the Pkg-games-commits mailing list