diff options
author | Timothy Pearson <[email protected]> | 2016-07-25 17:41:40 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2016-07-25 17:41:40 -0500 |
commit | 510e052f229ee738888b1906747a7c14e207190a (patch) | |
tree | 9192998cf2ccb66aeb5f64f8fe90b4bc04e44874 /debian/lenny/dependencies/tqt3 | |
parent | cc4f868f30f863356a49b6933e903e8b30cdd046 (diff) | |
download | tde-packaging-510e052f229ee738888b1906747a7c14e207190a.tar.gz tde-packaging-510e052f229ee738888b1906747a7c14e207190a.zip |
Add build-arch and build-indep targets to debian/rules
Diffstat (limited to 'debian/lenny/dependencies/tqt3')
-rwxr-xr-x | debian/lenny/dependencies/tqt3/debian/rules | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/lenny/dependencies/tqt3/debian/rules b/debian/lenny/dependencies/tqt3/debian/rules index 22430b078..27234fcd3 100755 --- a/debian/lenny/dependencies/tqt3/debian/rules +++ b/debian/lenny/dependencies/tqt3/debian/rules @@ -128,7 +128,8 @@ endif post-patches:: dh_testdir -build: libqt-thread-stamp +build build-arch: libqt-thread-stamp +build-indep: touch build-stamp @@ -473,4 +474,4 @@ binary-arch: build install dh_builddeb -a $(IBASE) $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch -.PHONY: build binary-indep binary-arch binary install clean +.PHONY: build build-arch binary-indep binary-arch binary install clean |