r8911 - in packages/trunk/playonlinux/debian: . patches

Bertrand Marc bbk-guest at alioth.debian.org
Sun Feb 22 02:15:48 UTC 2009


Author: bbk-guest
Date: 2009-02-22 02:15:48 +0000 (Sun, 22 Feb 2009)
New Revision: 8911

Added:
   packages/trunk/playonlinux/debian/patches/
   packages/trunk/playonlinux/debian/patches/msttcorefonts.diff
   packages/trunk/playonlinux/debian/patches/series
Modified:
   packages/trunk/playonlinux/debian/control
   packages/trunk/playonlinux/debian/rules
Log:
Add quilt system, thanks to Gonéri

Modified: packages/trunk/playonlinux/debian/control
===================================================================
--- packages/trunk/playonlinux/debian/control	2009-02-22 01:58:16 UTC (rev 8910)
+++ packages/trunk/playonlinux/debian/control	2009-02-22 02:15:48 UTC (rev 8911)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Bertrand Marc <beberking at gmail.com>
-Build-Depends: debhelper (>= 7), python-support
+Build-Depends: debhelper (>= 7), python-support, quilt
 Standards-Version: 3.8.0
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/playonlinux/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/playonlinux/

Added: packages/trunk/playonlinux/debian/patches/msttcorefonts.diff
===================================================================
--- packages/trunk/playonlinux/debian/patches/msttcorefonts.diff	                        (rev 0)
+++ packages/trunk/playonlinux/debian/patches/msttcorefonts.diff	2009-02-22 02:15:48 UTC (rev 8911)
@@ -0,0 +1,11 @@
+--- playonlinux-3.3.1.orig/lib/main
++++ playonlinux-3.3.1/lib/main
+@@ -107,7 +107,7 @@
+ 	if [ ! "$DEJADIS" == "True" ]
+ 	then
+ 		export DEJADIS="True"
+-		(sleep 1 && install_fonts)&
++#		(sleep 1 && install_fonts)&
+ 	fi
+ }
+ install_fonts ()

Added: packages/trunk/playonlinux/debian/patches/series
===================================================================
--- packages/trunk/playonlinux/debian/patches/series	                        (rev 0)
+++ packages/trunk/playonlinux/debian/patches/series	2009-02-22 02:15:48 UTC (rev 8911)
@@ -0,0 +1 @@
+msttcorefonts.diff

Modified: packages/trunk/playonlinux/debian/rules
===================================================================
--- packages/trunk/playonlinux/debian/rules	2009-02-22 01:58:16 UTC (rev 8910)
+++ packages/trunk/playonlinux/debian/rules	2009-02-22 02:15:48 UTC (rev 8911)
@@ -9,12 +9,11 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+include /usr/share/quilt/quilt.make
 
 
-
-
 configure: configure-stamp
-configure-stamp:
+configure-stamp: patch
 	dh_testdir
 	touch configure-stamp
 
@@ -25,7 +24,7 @@
 	dh_testdir
 	touch $@
 
-clean: 
+clean:  unpatch
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp




More information about the Pkg-games-commits mailing list