diff -u keybled-0.65/debian/rules keybled-0.65/debian/rules --- keybled-0.65/debian/rules +++ keybled-0.65/debian/rules @@ -39,6 +39,7 @@ QTDIR=/usr/share/qt3 ./configure \ --host=$(DEB_HOST_GNU_TYPE) \ --build=$(DEB_BUILD_GNU_TYPE) \ + --without-arts \ $(configkde) $(MAKE) touch build-stamp diff -u keybled-0.65/debian/control keybled-0.65/debian/control --- keybled-0.65/debian/control +++ keybled-0.65/debian/control @@ -1,7 +1,8 @@ Source: keybled Section: kde Priority: optional -Maintainer: Aurelien Jarno +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Aurelien Jarno Build-Depends: debhelper (>> 4.0.0), gettext (>= 0.10.40-5), autotools-dev, automake1.7, libtool, autoconf, libxtst-dev, kdelibs4-dev (>> 3.0), poxml (>> 3.0) Standards-Version: 3.7.2 diff -u keybled-0.65/debian/changelog keybled-0.65/debian/changelog --- keybled-0.65/debian/changelog +++ keybled-0.65/debian/changelog @@ -1,3 +1,10 @@ +keybled (0.65-7ubuntu1) jaunty; urgency=low + + * debian/rules: added --without-arts parameter to configure script call to + rebuild without arts support (LP: #320915) + + -- Fabrice Coutadeur Fri, 17 Apr 2009 18:53:03 +0000 + keybled (0.65-7) unstable; urgency=low * Fixed a silly test of the autoconf version in the KDE scripts.