diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2012-08-01 04:20:36 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-08-01 04:37:09 +0200 |
commit | dd9b8982df9a49951bc024138af2a50cf23c95f4 (patch) | |
tree | 5f9160259874aeb221f5b1ba90e939d33f1e0980 /ubuntu/maverick/applications | |
parent | 724cf1dc566e7e558f07e60d044eb457eeac4288 (diff) | |
download | tde-packaging-dd9b8982df9a49951bc024138af2a50cf23c95f4.tar.gz tde-packaging-dd9b8982df9a49951bc024138af2a50cf23c95f4.zip |
Removed former way of managing patches for ktechlab on Debian and Ubuntu
(cherry picked from commit 3ad3efb69e09292dfed8730dda9724350850fe8a)
Diffstat (limited to 'ubuntu/maverick/applications')
-rw-r--r-- | ubuntu/maverick/applications/ktechlab/debian/control | 2 | ||||
-rwxr-xr-x | ubuntu/maverick/applications/ktechlab/debian/rules | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/ubuntu/maverick/applications/ktechlab/debian/control b/ubuntu/maverick/applications/ktechlab/debian/control index 34da31b35..f9cf67b96 100644 --- a/ubuntu/maverick/applications/ktechlab/debian/control +++ b/ubuntu/maverick/applications/ktechlab/debian/control @@ -2,7 +2,7 @@ Source: ktechlab-trinity Section: kde Priority: optional Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> -Build-Depends: debhelper (>= 6.0.0), imagemagick, kdelibs4-trinity-dev, dpatch, gpsim-dev (>= 0.21.11-2), libgtk2.0-dev, libreadline6-dev, libopts25-dev, chrpath, libpopt-dev, kdesdk-scripts-trinity, automake, autoconf, libtool, libltdl-dev +Build-Depends: debhelper (>= 6.0.0), quilt, imagemagick, kdelibs4-trinity-dev, gpsim-dev (>= 0.21.11-2), libgtk2.0-dev, libreadline6-dev, libopts25-dev, chrpath, libpopt-dev, kdesdk-scripts-trinity, automake, autoconf, libtool, libltdl-dev Standards-Version: 3.8.4 Package: ktechlab-trinity diff --git a/ubuntu/maverick/applications/ktechlab/debian/rules b/ubuntu/maverick/applications/ktechlab/debian/rules index cadc4e546..5ce807adf 100755 --- a/ubuntu/maverick/applications/ktechlab/debian/rules +++ b/ubuntu/maverick/applications/ktechlab/debian/rules @@ -28,7 +28,6 @@ debian/ktechlab.xpm: icons/hi32-app-ktechlab.png config.status: configure.in dh_testdir - dpatch apply-all ! [ -f /usr/share/libtool/ltmain.sh ] || \ cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh @@ -63,8 +62,6 @@ clean: dh_testroot rm -f build-stamp [ ! -f po/Makefile ] || $(MAKE) -C po clean - dpatch deapply-all - rm -rf debian/patched ! [ -f /usr/share/libtool/ltmain.sh ] || \ cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh |