diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2016-08-07 14:24:49 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2016-08-07 14:32:00 +0200 |
commit | 9314792c26d2d81edd9b7f2d13185e9c107df6a2 (patch) | |
tree | ae171794bc86ece64670b5f51f9ac364f3e0b627 /ubuntu/maverick/dependencies/python-tqt/debian | |
parent | fc594fcc8aebf324297667536ca3d1a62b7dd367 (diff) | |
download | tde-packaging-9314792c26d2d81edd9b7f2d13185e9c107df6a2.tar.gz tde-packaging-9314792c26d2d81edd9b7f2d13185e9c107df6a2.zip |
Add build-arch and build-indep targets to debian/rules
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit bd06c0aa4bfa9fff706427864bd8a53c23d1d2bf)
Diffstat (limited to 'ubuntu/maverick/dependencies/python-tqt/debian')
-rwxr-xr-x | ubuntu/maverick/dependencies/python-tqt/debian/rules | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ubuntu/maverick/dependencies/python-tqt/debian/rules b/ubuntu/maverick/dependencies/python-tqt/debian/rules index 2f57b4b0b..200f56683 100755 --- a/ubuntu/maverick/dependencies/python-tqt/debian/rules +++ b/ubuntu/maverick/dependencies/python-tqt/debian/rules @@ -76,7 +76,8 @@ dbg-build-%/configure-stamp: CXXFLAGS_RELEASE="" CXXFLAGS="-O0 -g -I/usr/include/tqt" STRIP="" touch $@ -build: $(PYTHONS:%=build-%/build-stamp) $(PYTHONS:%=dbg-build-%/build-stamp) +build build-arch: $(PYTHONS:%=build-%/build-stamp) $(PYTHONS:%=dbg-build-%/build-stamp) +build-indep: build-%/build-stamp: build-%/configure-stamp dh_testdir @@ -179,4 +180,4 @@ binary-arch: install-arch $(MAKE) -f debian/rules DH_OPTIONS=-a binary-common binary: binary-arch binary-indep -.PHONY: build clean binary-indep binary-arch binary configure +.PHONY: build build-arch clean binary-indep binary-arch binary configure |