summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/applications/ksplash-engine-moodin/debian/rules
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2012-07-31 03:35:02 +0200
committerSlávek Banko <slavek.banko@axis.cz>2012-07-31 03:35:02 +0200
commit1d0df6a684ba5c3a8c2e8b413179af7cdc88273d (patch)
treed9d92bacc5de6f1b69fb993ca61c07889efd0630 /ubuntu/maverick/applications/ksplash-engine-moodin/debian/rules
parent44b2c563f55a35704928a9481e18d91223502d7d (diff)
downloadtde-packaging-1d0df6a684ba5c3a8c2e8b413179af7cdc88273d.tar.gz
tde-packaging-1d0df6a684ba5c3a8c2e8b413179af7cdc88273d.zip
Superseded former way of managing patches for ksplash-engine-moodin on Debian and Ubuntu
Diffstat (limited to 'ubuntu/maverick/applications/ksplash-engine-moodin/debian/rules')
-rwxr-xr-xubuntu/maverick/applications/ksplash-engine-moodin/debian/rules25
1 files changed, 1 insertions, 24 deletions
diff --git a/ubuntu/maverick/applications/ksplash-engine-moodin/debian/rules b/ubuntu/maverick/applications/ksplash-engine-moodin/debian/rules
index 2b5a4f326..5b4a03a4d 100755
--- a/ubuntu/maverick/applications/ksplash-engine-moodin/debian/rules
+++ b/ubuntu/maverick/applications/ksplash-engine-moodin/debian/rules
@@ -33,20 +33,7 @@ endif
debian/debiandirs: admin/debianrules
perl -w admin/debianrules echodirs > debian/debiandirs
-patch-stamp:
- # 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
-
-patch: patch-stamp
-
-config.status: configure patch
+config.status: configure
dh_testdir
CFLAGS="$(CFLAGS) -Wl,-z,defs" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) $(configkde) --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/kde
@@ -92,16 +79,6 @@ ifneq "$(wildcard /usr/share/misc/config.guess)" ""
cp -f /usr/share/misc/config.guess config.guess
endif
- # 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
-
dh_clean
install: build