diff -u kmobiletools-4.0.80+really0.4.3.3/debian/changelog kmobiletools-4.0.80+really0.4.3.3/debian/changelog --- kmobiletools-4.0.80+really0.4.3.3/debian/changelog +++ kmobiletools-4.0.80+really0.4.3.3/debian/changelog @@ -1,3 +1,10 @@ +kmobiletools (4:4.0.80+really0.4.3.3-0ubuntu2) 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:19:19 +0000 + kmobiletools (4:4.0.80+really0.4.3.3-0ubuntu1) intrepid; urgency=low * Bump version number to get a higher version than one that was briefly diff -u kmobiletools-4.0.80+really0.4.3.3/debian/rules kmobiletools-4.0.80+really0.4.3.3/debian/rules --- kmobiletools-4.0.80+really0.4.3.3/debian/rules +++ kmobiletools-4.0.80+really0.4.3.3/debian/rules @@ -18,7 +18,7 @@ config.status: configure dh_testdir - CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --disable-rpath + CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --disable-rpath --without-arts build: build-stamp