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

Vincent Legout vincent at legout.info
Fri Mar 25 19:47:57 UTC 2011


The following commit has been merged in the master branch:
commit 3f6fa501109fd934668e796ee6592f21a6d48b96
Author: Vincent Legout <vincent at legout.info>
Date:   Fri Mar 25 20:00:37 2011 +0100

    New upstream release

diff --git a/debian/changelog b/debian/changelog
index 220f18b..0447fbb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+gplanarity (17906-1) unstable; urgency=low
+
+  * New upstream release
+    - Drop fix_blank_window.patch, fixed upstream
+
+ -- Vincent Legout <vincent at legout.info>  Fri, 25 Mar 2011 19:52:18 +0100
+
 gplanarity (16723-3) unstable; urgency=low
 
   * Upload to unstable
diff --git a/debian/patches/fix_blank_window.patch b/debian/patches/fix_blank_window.patch
deleted file mode 100644
index b70c1be..0000000
--- a/debian/patches/fix_blank_window.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Description: Resize the window when launching gplanarity
-Author: Vincent Legout <vincent at legout.info>
-Bug-Debian: http://bugs.debian.org/553500
-
-Index: gplanarity/main.c
-===================================================================
---- gplanarity.orig/main.c	2010-08-08 10:15:14.337497002 +0200
-+++ gplanarity/main.c	2010-08-08 10:15:32.409497001 +0200
-@@ -350,6 +350,11 @@
-   //signal(SIGSEGV,clean_exit); /* would be a bad idea; corrupt state
-   //could prevent us from restarting */
- 
-+  GtkAllocation allocation = {0, 0, gameboard->g.width + 1, gameboard->g.height + 1};
-+  gtk_widget_size_allocate (GTK_WIDGET (gameboard), &allocation);
-+
-+  request_resize (gameboard->g.width + 1, gameboard->g.height + 1);
-+
-   gtk_main ();
- 
-   if(gameboard !=0 )
diff --git a/debian/patches/series b/debian/patches/series
index af79381..770647a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
 nls.patch
 makefile.patch
-fix_blank_window.patch
diff --git a/debian/rules b/debian/rules
index dc240bc..714f4c7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,9 +27,11 @@ override_dh_auto_clean:
 	[ ! -e po/gPlanarity.pot.orig ] || mv po/gPlanarity.pot.orig \
 		po/gPlanarity.pot
 
+version=17906
+
 get-orig-source:
 	svn co http://svn.xiph.org/trunk/planarity/
 	rm -rf planarity/.svn planarity/po/.svn
-	mv planarity gplanarity-16723
-	tar czf gplanarity_16723.orig.tar.gz gplanarity-16723
-	rm -rf gplanarity-16723
+	mv planarity gplanarity-$(version)
+	tar czf gplanarity_$(version).orig.tar.gz gplanarity-$(version)
+	rm -rf gplanarity-$(version)

-- 
Packaging for gplanarity



More information about the Pkg-games-commits mailing list