r46688 - in /packages/texmaker/trunk/debian: changelog rules

jump-guest at users.alioth.debian.org jump-guest at users.alioth.debian.org
Tue Jun 3 18:45:33 UTC 2014


Author: jump-guest
Date: Tue Jun  3 18:45:33 2014
New Revision: 46688

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=46688
Log:
Add export QT_SELECT := qt5

Modified:
    packages/texmaker/trunk/debian/changelog
    packages/texmaker/trunk/debian/rules

Modified: packages/texmaker/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/texmaker/trunk/debian/changelog?rev=46688&op=diff
==============================================================================
--- packages/texmaker/trunk/debian/changelog	(original)
+++ packages/texmaker/trunk/debian/changelog	Tue Jun  3 18:45:33 2014
@@ -1,3 +1,19 @@
+texmaker (4.2-1) unstable; urgency=medium
+
+  * New upstream release.
+  * Build with QT5.
+    - Remove libqt4-dev, libpoppler-qt4-dev, libpoppler-private-dev
+      and libqtwebkit-dev from B-D.
+    - Add qtscript5-dev, qtbase5-dev, libpoppler-qt5-dev,
+      libpoppler-private-dev (>= 0.24.5-2), libqt5webkit5-dev,
+      qtdeclarative5-dev and libqt5opengl5-dev to B-D.
+    - Remove ibus-qt4 from Recommends. (not necessary in QT5)
+    - Add export QT_SELECT := qt5 in d/rules.
+  * Extend upstream and debian copyright holder years.
+  * Add myself to Uploaders.
+
+ -- Julián Moreno Patiño <julian at debian.org>  Tue, 03 Jun 2014 10:48:05 -0500
+
 texmaker (4.1.1-1) unstable; urgency=medium
 
   * New upstream version

Modified: packages/texmaker/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/texmaker/trunk/debian/rules?rev=46688&op=diff
==============================================================================
--- packages/texmaker/trunk/debian/rules	(original)
+++ packages/texmaker/trunk/debian/rules	Tue Jun  3 18:45:33 2014
@@ -1,4 +1,6 @@
 #!/usr/bin/make -f
+#export DH_VERBOSE=1
+export QT_SELECT := qt5
 
 pkg=texmaker
 data=$(pkg)-data




More information about the debian-science-commits mailing list