summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/applications/kdbusnotification/debian/rules
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2012-07-30 02:12:35 +0200
committerSlávek Banko <slavek.banko@axis.cz>2012-07-30 02:12:35 +0200
commitb9acb34ea4b4f3b1cd2d4b2fe8821e799567f8d2 (patch)
tree86cd9a752648b8e203cb9f9bc1adfa9e006d749d /ubuntu/maverick/applications/kdbusnotification/debian/rules
parentafcb665a82e683faf764d47e240101309427d620 (diff)
downloadtde-packaging-b9acb34ea4b4f3b1cd2d4b2fe8821e799567f8d2.tar.gz
tde-packaging-b9acb34ea4b4f3b1cd2d4b2fe8821e799567f8d2.zip
Superseded former way of managing patches for kdbusnotification on Debian and Ubuntu
Diffstat (limited to 'ubuntu/maverick/applications/kdbusnotification/debian/rules')
-rwxr-xr-xubuntu/maverick/applications/kdbusnotification/debian/rules20
1 files changed, 0 insertions, 20 deletions
diff --git a/ubuntu/maverick/applications/kdbusnotification/debian/rules b/ubuntu/maverick/applications/kdbusnotification/debian/rules
index 3fbf27bb0..1b3091c64 100755
--- a/ubuntu/maverick/applications/kdbusnotification/debian/rules
+++ b/ubuntu/maverick/applications/kdbusnotification/debian/rules
@@ -50,16 +50,6 @@ configure: configure-stamp
configure-stamp:
dh_testdir
- # Apply Debian specific patches
- if test ! -f patch-stamp; then \
- for patch in $(CURDIR)/debian/patches/*.diff ;\
- do \
- echo APPLYING PATCH\: $${patch##*/};\
- patch -p1 < $$patch ;\
- done ;\
- touch patch-stamp ;\
- fi
-
! [ -f /usr/share/libtool/ltmain.sh ] || \
cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh
! [ -f /usr/share/libtool/config/ltmain.sh ] || \
@@ -102,16 +92,6 @@ clean:
dh_testroot
rm -f build-stamp configure-stamp debian/debiandirs
- # Remove Debian specific patches
- if test -f patch-stamp; then \
- for patch in $(CURDIR)/debian/patches/*.diff ;\
- do \
- echo REMOVING PATCH\: $${patch##*/};\
- patch -p1 -R < $$patch ;\
- done ;\
- rm -f patch-stamp ;\
- fi
-
# Remove build tree
rm -rf $(objdir)