r47182 - in /packages/ipe/trunk/debian: changelog patches/fix-moc.patch patches/series rules

smr at users.alioth.debian.org smr at users.alioth.debian.org
Sun Nov 22 16:36:36 UTC 2015


Author: smr
Date: Sun Nov 22 16:36:35 2015
New Revision: 47182

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=47182
Log:
Remove bogus fix-moc.patch and use variable QT_SELECT to select Qt5.

Removed:
    packages/ipe/trunk/debian/patches/fix-moc.patch
Modified:
    packages/ipe/trunk/debian/changelog
    packages/ipe/trunk/debian/patches/series
    packages/ipe/trunk/debian/rules

Modified: packages/ipe/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/ipe/trunk/debian/changelog?rev=47182&op=diff
==============================================================================
--- packages/ipe/trunk/debian/changelog	(original)
+++ packages/ipe/trunk/debian/changelog	Sun Nov 22 16:36:35 2015
@@ -1,3 +1,10 @@
+ipe (7.1.10-2) UNRELEASED; urgency=medium
+
+  * patches/fix-moc.patch: Remove.  Use QT_SELECT to tell qtchooser which
+    version of Qt we want.
+
+ -- Steve M. Robbins <smr at debian.org>  Sat, 21 Nov 2015 21:28:37 -0600
+
 ipe (7.1.10-1) unstable; urgency=medium
 
   * New upstream.

Modified: packages/ipe/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/ipe/trunk/debian/patches/series?rev=47182&op=diff
==============================================================================
--- packages/ipe/trunk/debian/patches/series	(original)
+++ packages/ipe/trunk/debian/patches/series	Sun Nov 22 16:36:35 2015
@@ -1,4 +1,3 @@
 default-browser.patch
 default-editor.patch
 build-nostrip.patch
-fix-moc.patch

Modified: packages/ipe/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/ipe/trunk/debian/rules?rev=47182&op=diff
==============================================================================
--- packages/ipe/trunk/debian/rules	(original)
+++ packages/ipe/trunk/debian/rules	Sun Nov 22 16:36:35 2015
@@ -4,6 +4,9 @@
 export INSTALL_ROOT=$(shell pwd)/debian/tmp
 
 IPEVER = 7.1.10
+
+# Tell qtchooser which version we want.
+export QT_SELECT=qt5
 
 %:
 	dh $@ --sourcedirectory=src




More information about the debian-science-commits mailing list