From 0a174260c5dd04d516da7a6021e681d49c312547 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Mon, 17 Sep 2012 23:17:18 +0200 Subject: minor build fixes --- qtc_packaging/debian_harmattan/rules | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'qtc_packaging/debian_harmattan/rules') diff --git a/qtc_packaging/debian_harmattan/rules b/qtc_packaging/debian_harmattan/rules index 77c3092..48adab5 100755 --- a/qtc_packaging/debian_harmattan/rules +++ b/qtc_packaging/debian_harmattan/rules @@ -9,10 +9,6 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 - - - - configure: configure-stamp configure-stamp: dh_testdir @@ -26,9 +22,7 @@ build: build-stamp build-stamp: configure-stamp dh_testdir - # Add here commands to compile the package. # $(MAKE) # Uncomment this line for use without Qt Creator - #docbook-to-man debian/distfold.sgml > distfold.1 touch $@ @@ -37,8 +31,7 @@ clean: dh_testroot rm -f build-stamp configure-stamp - # Add here commands to clean up after the build process. - $(MAKE) clean + -$(MAKE) clean dh_clean @@ -48,7 +41,6 @@ install: build dh_clean -k dh_installdirs - # Add here commands to install the package into debian/distfold. $(MAKE) INSTALL_ROOT="$(CURDIR)"/debian/distfold install -- cgit v1.2.3