summaryrefslogtreecommitdiffstats
path: root/debian/squeeze/applications/kchmviewer/debian/rules
diff options
context:
space:
mode:
authorFrancois Andriot <francois.andriot@free.fr>2012-08-02 11:13:12 +0200
committerFrancois Andriot <francois.andriot@free.fr>2012-08-02 11:13:12 +0200
commit6548b413944f5b913bd9e1f3f9552cc0e362eb03 (patch)
treecb8a3a59db476b57ab43973b8a8a38a9f12e02e8 /debian/squeeze/applications/kchmviewer/debian/rules
parent0704427510fa18d90170cf13d1fd81e446a1d3b0 (diff)
parentea17f4d8a64f5dd9e3484984cd23e8a3646d28bf (diff)
downloadtde-packaging-6548b413944f5b913bd9e1f3f9552cc0e362eb03.tar.gz
tde-packaging-6548b413944f5b913bd9e1f3f9552cc0e362eb03.zip
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
Diffstat (limited to 'debian/squeeze/applications/kchmviewer/debian/rules')
-rwxr-xr-xdebian/squeeze/applications/kchmviewer/debian/rules18
1 files changed, 4 insertions, 14 deletions
diff --git a/debian/squeeze/applications/kchmviewer/debian/rules b/debian/squeeze/applications/kchmviewer/debian/rules
index 72c3fd5bb..a496effa9 100755
--- a/debian/squeeze/applications/kchmviewer/debian/rules
+++ b/debian/squeeze/applications/kchmviewer/debian/rules
@@ -42,11 +42,10 @@ endif
-include debian/debiandirs
-build: patch debian/build-kde
+build: debian/build-kde
-patch: patch-stamp
-patch-stamp:
- dpatch apply-all
+debian/build-kde:
+ dh_testdir
! [ -f /usr/share/libtool/ltmain.sh ] || \
cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh
! [ -f /usr/share/libtool/config/ltmain.sh ] || \
@@ -54,15 +53,6 @@ patch-stamp:
cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
make -f admin/Makefile.common cvs
- touch debian/stamp-bootstrap
- touch patch-stamp
-
-unpatch:
- dpatch deapply-all
- $(RM) -rf patch-stamp debian/patched
-
-debian/build-kde:
- dh_testdir
# automake
# autoconf
test -e config.sub -a -L config.sub || \
@@ -74,7 +64,7 @@ debian/build-kde:
$(MAKE) -C build-kde
touch debian/build-kde
-clean: unpatch
+clean:
dh_testdir
dh_testroot
$(RM) -f build-stamp