rev 15297 - kde-extras/taskjuggler/trunk/debian

Fathi Boudra fabo at alioth.debian.org
Thu Jul 16 08:34:11 UTC 2009


Author: fabo
Date: 2009-07-16 08:34:09 +0000 (Thu, 16 Jul 2009)
New Revision: 15297

Modified:
   kde-extras/taskjuggler/trunk/debian/changelog
   kde-extras/taskjuggler/trunk/debian/control
   kde-extras/taskjuggler/trunk/debian/rules
Log:
TJ without kdepim3 build dependency is still buggy.
we should avoid kde support, so kdelibs, so the UI.


Modified: kde-extras/taskjuggler/trunk/debian/changelog
===================================================================
--- kde-extras/taskjuggler/trunk/debian/changelog	2009-07-16 08:07:32 UTC (rev 15296)
+++ kde-extras/taskjuggler/trunk/debian/changelog	2009-07-16 08:34:09 UTC (rev 15297)
@@ -7,9 +7,11 @@
   [Fathi Boudra]
   * Bump compat/debhelper to 7.
   * Update debian/control:
+    - replace kdelibs4-dev by libqt3-mt-dev build dependency.
     - remove libkcal2-dev | kdepim-dev build dependency.
     - bump Standards-Version from 3.7.3 to 3.8.2 (no changes needed).
-  * Update debian/rules: add configure option --ical-support=no.
+  * Update debian/rules:
+    - add configure options --with-kde-support=no and --with-ical-support=no.
 
   [Sarah Hobbs]
   * Recommend khelpcenter4, so that the help and tutorial are usable.

Modified: kde-extras/taskjuggler/trunk/debian/control
===================================================================
--- kde-extras/taskjuggler/trunk/debian/control	2009-07-16 08:07:32 UTC (rev 15296)
+++ kde-extras/taskjuggler/trunk/debian/control	2009-07-16 08:34:09 UTC (rev 15297)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
 Uploaders: Mark Purcell <msp at debian.org>, Fathi Boudra <fabo at debian.org>
-Build-Depends: cdbs, debhelper (>= 7), quilt, automake, kdelibs4-dev,
+Build-Depends: cdbs, debhelper (>= 7), quilt, automake, libqt3-mt-dev,
  poster, docbook2x, docbook-to-man, docbook-utils,
  docbook-xml, openjade, xsltproc
 Standards-Version: 3.8.2

Modified: kde-extras/taskjuggler/trunk/debian/rules
===================================================================
--- kde-extras/taskjuggler/trunk/debian/rules	2009-07-16 08:07:32 UTC (rev 15296)
+++ kde-extras/taskjuggler/trunk/debian/rules	2009-07-16 08:34:09 UTC (rev 15297)
@@ -11,7 +11,7 @@
 
 DEB_BUILDDIR = .
 DEB_CONFIGURE_EXTRA_FLAGS := --with-docdir=/usr/share/doc/kde/HTML/en/taskjuggler/ \
-                             --with-ical-support=no
+                             --with-kde-support=no --with-ical-support=no
 DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,--no-undefined -Wl,--as-needed"
 
 install/taskjuggler::




More information about the pkg-kde-commits mailing list