diff options
author | Francois Andriot <francois.andriot@free.fr> | 2012-08-02 11:13:12 +0200 |
---|---|---|
committer | Francois Andriot <francois.andriot@free.fr> | 2012-08-02 11:13:12 +0200 |
commit | 6548b413944f5b913bd9e1f3f9552cc0e362eb03 (patch) | |
tree | cb8a3a59db476b57ab43973b8a8a38a9f12e02e8 /ubuntu/maverick/applications/knights/debian/rules | |
parent | 0704427510fa18d90170cf13d1fd81e446a1d3b0 (diff) | |
parent | ea17f4d8a64f5dd9e3484984cd23e8a3646d28bf (diff) | |
download | tde-packaging-6548b413944f5b913bd9e1f3f9552cc0e362eb03.tar.gz tde-packaging-6548b413944f5b913bd9e1f3f9552cc0e362eb03.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
Diffstat (limited to 'ubuntu/maverick/applications/knights/debian/rules')
-rwxr-xr-x | ubuntu/maverick/applications/knights/debian/rules | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/ubuntu/maverick/applications/knights/debian/rules b/ubuntu/maverick/applications/knights/debian/rules index fc447c09a..7bbbd796f 100755 --- a/ubuntu/maverick/applications/knights/debian/rules +++ b/ubuntu/maverick/applications/knights/debian/rules @@ -18,7 +18,6 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) -include /usr/share/dpatch/dpatch.make CFLAGS = -Wall -g @@ -37,7 +36,7 @@ debian/knights.xpm: media/hi32-app-knights.png convert $< $@ -config.status: configure patch +config.status: configure dh_testdir ! [ -f /usr/share/libtool/ltmain.sh ] || \ @@ -61,9 +60,7 @@ build-stamp: config.status debian/knights.xpm $(MAKE) touch build-stamp -clean: clean-patched unpatch - -clean-patched: +clean: dh_testdir dh_testroot rm -f po/de.gmo |