diff -u ktechlab-0.3.7/debian/changelog ktechlab-0.3.7/debian/changelog --- ktechlab-0.3.7/debian/changelog +++ ktechlab-0.3.7/debian/changelog @@ -1,3 +1,10 @@ +ktechlab (0.3.7-9ubuntu1) maverick; urgency=low + + * Merge from debian testing (LP: #595566). Remaining changes: + - Build with --without-arts. + + -- Angel Abad Thu, 18 Mar 2010 06:48:29 +0000 + ktechlab (0.3.7-9) unstable; urgency=low * modified debian/rules to include quilt.make and use standard @@ -48,6 +55,13 @@ -- Georges Khaznadar Thu, 29 Oct 2009 14:13:03 +0100 +ktechlab (0.3.7-3ubuntu1) lucid; urgency=low + + * Merge with Debian Testing, remaining change: + * Build with --without-arts. + + -- Jonathan Thomas Tue, 03 Nov 2009 13:11:00 -0500 + ktechlab (0.3.7-3) unstable; urgency=low * replaced the build-dependency on libreadline5-dev by libreadline-dev @@ -59,6 +73,12 @@ -- Georges Khaznadar Sun, 18 Oct 2009 16:10:34 +0200 +ktechlab (0.3.7-2ubuntu1) karmic; urgency=low + + * Build with --without-arts. + + -- Michael Bienia Fri, 26 Jun 2009 17:58:20 +0200 + ktechlab (0.3.7-2) unstable; urgency=low * added a patch made by the user Mumme in sourceforge.net diff -u ktechlab-0.3.7/debian/control ktechlab-0.3.7/debian/control --- ktechlab-0.3.7/debian/control +++ ktechlab-0.3.7/debian/control @@ -1,7 +1,8 @@ Source: ktechlab Section: kde Priority: optional -Maintainer: Georges Khaznadar +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Georges Khaznadar Build-Depends: debhelper (>= 6.0.0), autotools-dev, imagemagick, kdelibs4-dev, quilt (>= 0.40), gpsim-dev (>= 0.24-3), libgtk2.0-dev, libreadline-dev, libopts25-dev, chrpath, libpopt-dev, kdesdk-scripts, cmake, automake1.9 Standards-Version: 3.8.3 diff -u ktechlab-0.3.7/debian/rules ktechlab-0.3.7/debian/rules --- ktechlab-0.3.7/debian/rules +++ ktechlab-0.3.7/debian/rules @@ -22,7 +22,7 @@ dh_testdir chmod +x configure - ./configure --prefix=$$(pwd)/debian/ktechlab/usr + ./configure --prefix=$$(pwd)/debian/ktechlab/usr --without-arts make touch build-stamp