diff -u kkbswitch-1.4.3/debian/rules kkbswitch-1.4.3/debian/rules --- kkbswitch-1.4.3/debian/rules +++ kkbswitch-1.4.3/debian/rules @@ -27,7 +27,7 @@ config.status: configure dh_testdir # Add here commands to configure the package. - CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --disable-ru-ua-layout --disable-rpath --disable-debug --with-qt-includes=/usr/include/qt3 + CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --disable-ru-ua-layout --disable-rpath --disable-debug --with-qt-includes=/usr/include/qt3 --without-arts build: build-stamp diff -u kkbswitch-1.4.3/debian/control kkbswitch-1.4.3/debian/control --- kkbswitch-1.4.3/debian/control +++ kkbswitch-1.4.3/debian/control @@ -1,7 +1,8 @@ Source: kkbswitch Section: kde Priority: optional -Maintainer: Debian Hebrew Packaging Team +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Debian Hebrew Packaging Team Uploaders: Baruch Even , Lior Kaplan , Shachar Shemesh Build-Depends: debhelper (>= 5.0.0), kdelibs4-dev, autotools-dev Standards-Version: 3.7.3 diff -u kkbswitch-1.4.3/debian/changelog kkbswitch-1.4.3/debian/changelog --- kkbswitch-1.4.3/debian/changelog +++ kkbswitch-1.4.3/debian/changelog @@ -1,3 +1,10 @@ +kkbswitch (1.4.3-8ubuntu1) jaunty; urgency=low + + * debian/rules: added --without-arts parameter to configure script call to + rebuild without arts support (LP: #320915) + + -- Fabrice Coutadeur Sat, 18 Apr 2009 06:09:01 +0000 + kkbswitch (1.4.3-8) unstable; urgency=low * Update mapping based on xorg layouts (Closes: #466031)