From f24915471ea396c53670df51b2affc4af74373bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 15 Sep 2013 20:29:47 +0200 Subject: Switch patch system from simple to quilt on Debian and Ubuntu --- .../sip4-tqt/debian/patches/siputils_objdir_module_fix.diff | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'ubuntu/precise/dependencies/sip4-tqt/debian/patches/siputils_objdir_module_fix.diff') diff --git a/ubuntu/precise/dependencies/sip4-tqt/debian/patches/siputils_objdir_module_fix.diff b/ubuntu/precise/dependencies/sip4-tqt/debian/patches/siputils_objdir_module_fix.diff index a9d580737..3c4570b21 100644 --- a/ubuntu/precise/dependencies/sip4-tqt/debian/patches/siputils_objdir_module_fix.diff +++ b/ubuntu/precise/dependencies/sip4-tqt/debian/patches/siputils_objdir_module_fix.diff @@ -1,8 +1,8 @@ -Index: sip4-qt3-4.10/siputils.py +Index: b/siputils.py =================================================================== ---- sip4-qt3-4.10.orig/siputils.py 2010-01-26 23:45:34.144734105 +0100 -+++ sip4-qt3-4.10/siputils.py 2010-01-26 23:46:51.605699383 +0100 -@@ -1546,9 +1546,12 @@ +--- a/siputils.py ++++ b/siputils.py +@@ -1547,9 +1547,12 @@ mfile.write("\n$(OFILES): $(HFILES)\n") for mf in self._build["tqmoc_headers"].split(): @@ -14,5 +14,5 @@ Index: sip4-qt3-4.10/siputils.py + mf = os.path.join(self._src_dir, mf) + mfile.write("\n%s: %s\n" % (cpp, mf)) - mfile.write("\t$(TQMOC) -o %s %s\n" % (cpp, mf)) + mfile.write("\t$(MOC) -o %s %s\n" % (cpp, mf)) -- cgit v1.2.3