rev 13957 - trunk/packages/qt-creator/debian

Jeremy Lainé sharky at alioth.debian.org
Wed Mar 4 13:17:23 UTC 2009


Author: sharky
Date: 2009-03-04 13:17:23 +0000 (Wed, 04 Mar 2009)
New Revision: 13957

Modified:
   trunk/packages/qt-creator/debian/control
   trunk/packages/qt-creator/debian/copyright
   trunk/packages/qt-creator/debian/rules
Log:
qt-creator: use qmake.mk from CDBS


Modified: trunk/packages/qt-creator/debian/control
===================================================================
--- trunk/packages/qt-creator/debian/control	2009-03-04 13:06:14 UTC (rev 13956)
+++ trunk/packages/qt-creator/debian/control	2009-03-04 13:17:23 UTC (rev 13957)
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Fathi Boudra <fabo at debian.org>, Jeremy Lainé <jeremy.laine at m4x.org>
-Build-Depends: debhelper (>= 6), libqt4-dev (>= 4.5.0~rc1)
+Build-Depends: cdbs, debhelper (>= 7), libqt4-dev (>= 4.5.0~rc1)
 Standards-Version: 3.8.0
 Homepage: http://www.qtsoftware.com
 

Modified: trunk/packages/qt-creator/debian/copyright
===================================================================
--- trunk/packages/qt-creator/debian/copyright	2009-03-04 13:06:14 UTC (rev 13956)
+++ trunk/packages/qt-creator/debian/copyright	2009-03-04 13:17:23 UTC (rev 13957)
@@ -1,5 +1,5 @@
-This package was debianized by Jonathan Riddell <jriddell at ubuntu.com> on
-Mon, 02 Mar 2009 11:57:23 +0000.
+This package was debianized by Jeremy Lainé <jeremy.laine at m4x.org> on
+Wed, 04 Mar 2009 13:50:40 +0100
 
 It was downloaded from :
 
@@ -37,5 +37,6 @@
 
 On Debian systems the LGPL is at /usr/share/common-licenses/LGPL
     
-The Debian packaging is copyright 2009, Jonathan Riddell <jriddell at ubuntu.com> and
-is licensed under the GPL version 2 or later, see `/usr/share/common-licenses/GPL'.
+The Debian packaging is copyright 2009, Jonathan Riddell <jriddell at ubuntu.com>
+and Jeremy Lainé <jeremy.laine at m4x.org> and is licensed under the
+GPL version 2 or later, see `/usr/share/common-licenses/GPL'.

Modified: trunk/packages/qt-creator/debian/rules
===================================================================
--- trunk/packages/qt-creator/debian/rules	2009-03-04 13:06:14 UTC (rev 13956)
+++ trunk/packages/qt-creator/debian/rules	2009-03-04 13:17:23 UTC (rev 13957)
@@ -1,12 +1,8 @@
 #!/usr/bin/make -f
-include /usr/share/cdbs/1/class/makefile.mk
+include /usr/share/cdbs/1/class/qmake.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
-common-configure-arch:: $(DEB_BUILDDIR)/Makefile
-$(DEB_BUILDDIR)/Makefile:
-	qmake-qt4
-
 clean:: 
 	rm -rf lib/ bin/
 	find . -name Makefile | xargs rm -f




More information about the pkg-kde-commits mailing list