[Pkg-voip-commits] r6810 - in /mumble/trunk/debian: changelog rules

slicer-guest at alioth.debian.org slicer-guest at alioth.debian.org
Tue Feb 24 13:37:54 UTC 2009


Author: slicer-guest
Date: Tue Feb 24 13:37:54 2009
New Revision: 6810

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=6810
Log:
Run qmake recursively, to be forward compatible with qmake from Qt 4.5.0.

Modified:
    mumble/trunk/debian/changelog
    mumble/trunk/debian/rules

Modified: mumble/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/mumble/trunk/debian/changelog?rev=6810&op=diff
==============================================================================
--- mumble/trunk/debian/changelog (original)
+++ mumble/trunk/debian/changelog Tue Feb 24 13:37:54 2009
@@ -1,7 +1,11 @@
 mumble (1.1.7-3) UNRELEASED; urgency=low
 
+  [ Patrick Matthäi ]
   * Fix basque translation: Do not translate the username.
     Closes: #515031
+
+  [ Thorvald Natvig ]
+  * Run qmake recursively, to be forward compatible with qmake from Qt 4.5.0.
 
  -- Patrick Matthäi <patrick.matthaei at web.de>  Wed, 18 Feb 2009 18:12:09 +0200
 

Modified: mumble/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/mumble/trunk/debian/rules?rev=6810&op=diff
==============================================================================
--- mumble/trunk/debian/rules (original)
+++ mumble/trunk/debian/rules Tue Feb 24 13:37:54 2009
@@ -11,7 +11,7 @@
 configure-stamp: $(QUILT_STAMPFN)
 	echo $(DEB_BUILD_ARCH)
 	dh_testdir
-	qmake-qt4 main.pro \
+	qmake-qt4 -recursive main.pro \
 	CONFIG*=release \
 	CONFIG*=symbols \
 	CONFIG*=no-bundled-speex \




More information about the Pkg-voip-commits mailing list