diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2012-07-29 16:07:52 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-07-29 16:07:52 +0200 |
commit | e9e7d2506d27127369224aa7a70b8f6a072bfb19 (patch) | |
tree | 498d2717f58936cc732baa14ee980b1c137b206d /ubuntu/maverick/applications/rosegarden/debian/rules | |
parent | 858bb1d2593e669844e008e613e92d7ce9f490da (diff) | |
download | tde-packaging-e9e7d2506d27127369224aa7a70b8f6a072bfb19.tar.gz tde-packaging-e9e7d2506d27127369224aa7a70b8f6a072bfb19.zip |
Superseded former way of managing patches for rosegarden on Debian and Ubuntu
Diffstat (limited to 'ubuntu/maverick/applications/rosegarden/debian/rules')
-rwxr-xr-x | ubuntu/maverick/applications/rosegarden/debian/rules | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/ubuntu/maverick/applications/rosegarden/debian/rules b/ubuntu/maverick/applications/rosegarden/debian/rules index 34af02e91..8577daf04 100755 --- a/ubuntu/maverick/applications/rosegarden/debian/rules +++ b/ubuntu/maverick/applications/rosegarden/debian/rules @@ -5,8 +5,6 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -include /usr/share/dpatch/dpatch.make - DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/kde DEB_CONFIGURE_MANDIR := /opt/trinity/share/man DEB_CONFIGURE_PREFIX := /opt/trinity @@ -40,12 +38,12 @@ configure-stamp: build: build-stamp -build-stamp: configure-stamp patch-stamp +build-stamp: configure-stamp dh_testdir env PATH=/opt/trinity/bin:$(PATH) CMAKE_LIBRARY_PATH=/opt/trinity/lib CMAKE_INCLUDE_PATH=/opt/trinity/include/kde make touch build-stamp -clean: unpatch +clean: dh_testdir dh_testroot |