[playonlinux] 09/230: Add quilt system, thanks to Gonéri

Bertrand Marc bmarc at moszumanska.debian.org
Sun Jul 9 17:41:32 UTC 2017


This is an automated email from the git hooks/post-receive script.

bmarc pushed a commit to branch master
in repository playonlinux.

commit c0ba98ba7b7b6deb0ee51ce13add260c9a2e794e
Author: Bertrand Marc <beberking at gmail.com>
Date:   Sun Feb 22 02:15:48 2009 +0000

    Add quilt system, thanks to Gonéri
---
 debian/control                    |  2 +-
 debian/patches/msttcorefonts.diff | 11 +++++++++++
 debian/patches/series             |  1 +
 debian/rules                      |  7 +++----
 4 files changed, 16 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index 5a7bc67..a3c6315 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: otherosfs
 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/
diff --git a/debian/patches/msttcorefonts.diff b/debian/patches/msttcorefonts.diff
new file mode 100644
index 0000000..d4485e1
--- /dev/null
+++ b/debian/patches/msttcorefonts.diff
@@ -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 ()
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..fa03fbf
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+msttcorefonts.diff
diff --git a/debian/rules b/debian/rules
index 63f3610..101a58b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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 @@ build-stamp: configure-stamp
 	dh_testdir
 	touch $@
 
-clean: 
+clean:  unpatch
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/playonlinux.git



More information about the Pkg-games-commits mailing list