diff options
author | Slávek Banko <[email protected]> | 2012-08-01 04:20:36 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2012-08-01 04:20:36 +0200 |
commit | 3ad3efb69e09292dfed8730dda9724350850fe8a (patch) | |
tree | a328836ca42da05c386afaa2fe7dca912b1e04b8 /ubuntu/maverick/applications/ktechlab/debian/rules | |
parent | a3737a550655ca25724dbb28e504dd412c3cf0d0 (diff) | |
download | tde-packaging-3ad3efb69e09292dfed8730dda9724350850fe8a.tar.gz tde-packaging-3ad3efb69e09292dfed8730dda9724350850fe8a.zip |
Removed former way of managing patches for ktechlab on Debian and Ubuntu
Diffstat (limited to 'ubuntu/maverick/applications/ktechlab/debian/rules')
-rwxr-xr-x | ubuntu/maverick/applications/ktechlab/debian/rules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ubuntu/maverick/applications/ktechlab/debian/rules b/ubuntu/maverick/applications/ktechlab/debian/rules index 1e1e53c9c..40b9f2d14 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 |