[pkg-ggz-commits] r294 - in trunk/ggz-python/debian: . patches

petere at alioth.debian.org petere at alioth.debian.org
Sat Feb 2 14:22:51 UTC 2008


Author: petere
Date: 2008-02-02 14:22:51 +0000 (Sat, 02 Feb 2008)
New Revision: 294

Added:
   trunk/ggz-python/debian/patches/
   trunk/ggz-python/debian/patches/double-destdir.patch
Modified:
   trunk/ggz-python/debian/changelog
   trunk/ggz-python/debian/rules
Log:
* Added patch to fix installation of .mo files (double-destdir.patch)

Modified: trunk/ggz-python/debian/changelog
===================================================================
--- trunk/ggz-python/debian/changelog	2008-02-02 14:01:40 UTC (rev 293)
+++ trunk/ggz-python/debian/changelog	2008-02-02 14:22:51 UTC (rev 294)
@@ -19,8 +19,9 @@
   * Restructured binary packages
   * Use python-central
   * Added Homepage control field
+  * Added patch to fix installation of .mo files (double-destdir.patch)
 
- -- Peter Eisentraut <petere at debian.org>  Fri, 18 Aug 2006 20:07:44 +0200
+ -- Peter Eisentraut <petere at debian.org>  Sat, 02 Feb 2008 15:21:59 +0100
 
 ggz-python (0.0.12-1) unstable; urgency=low
 

Added: trunk/ggz-python/debian/patches/double-destdir.patch
===================================================================
--- trunk/ggz-python/debian/patches/double-destdir.patch	                        (rev 0)
+++ trunk/ggz-python/debian/patches/double-destdir.patch	2008-02-02 14:22:51 UTC (rev 294)
@@ -0,0 +1,12 @@
+diff -Nur ggz-python-0.0.14/Makefile.in ggz-python-0.0.14.new/Makefile.in
+--- ggz-python-0.0.14/Makefile.in	2007-01-16 20:32:31.000000000 +0100
++++ ggz-python-0.0.14.new/Makefile.in	2008-02-02 15:18:11.000000000 +0100
+@@ -122,7 +122,7 @@
+ 
+ po-install:
+ 	@echo Installing internationalization files
+-	cd po && make install prefix=$(DESTDIR)$(prefix)
++	cd po && make install prefix=$(prefix)
+ 
+ man-install:
+ 	@echo Installing manual pages

Modified: trunk/ggz-python/debian/rules
===================================================================
--- trunk/ggz-python/debian/rules	2008-02-02 14:01:40 UTC (rev 293)
+++ trunk/ggz-python/debian/rules	2008-02-02 14:22:51 UTC (rev 294)
@@ -2,6 +2,7 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 DEB_CONFIGURE_EXTRA_FLAGS = --enable-noregistry=/usr/share/ggz/modules/ggz-python-games
 




More information about the pkg-ggz-commits mailing list