diff -u klogic-1.63/debian/control klogic-1.63/debian/control --- klogic-1.63/debian/control +++ klogic-1.63/debian/control @@ -1,7 +1,8 @@ Source: klogic Section: electronics Priority: optional -Maintainer: Chris Boyle +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Chris Boyle Build-Depends: debhelper (>> 3.0.0), kdelibs4-dev (>= 4:3.1.2-2), docbook-to-man, autotools-dev Standards-Version: 3.7.2.2 diff -u klogic-1.63/debian/changelog klogic-1.63/debian/changelog --- klogic-1.63/debian/changelog +++ klogic-1.63/debian/changelog @@ -1,3 +1,10 @@ +klogic (1.63-3ubuntu1) 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 05:02:07 +0000 + klogic (1.63-3) unstable; urgency=low * Fix .desktop and icon locations as in Ubuntu, oops, thanks William diff -u klogic-1.63/debian/rules klogic-1.63/debian/rules --- klogic-1.63/debian/rules +++ klogic-1.63/debian/rules @@ -19,7 +19,7 @@ dh_testdir # configure the package $(COMPILER_FLAGS) \ - ./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --disable-rpath + ./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --disable-rpath --without-arts touch configure-stamp