summaryrefslogtreecommitdiff
path: root/qtc_packaging/debian_harmattan/rules
diff options
context:
space:
mode:
Diffstat (limited to 'qtc_packaging/debian_harmattan/rules')
-rwxr-xr-xqtc_packaging/debian_harmattan/rules6
1 files changed, 3 insertions, 3 deletions
diff --git a/qtc_packaging/debian_harmattan/rules b/qtc_packaging/debian_harmattan/rules
index fe6b318..b9a1fd2 100755
--- a/qtc_packaging/debian_harmattan/rules
+++ b/qtc_packaging/debian_harmattan/rules
@@ -7,7 +7,7 @@
# This special exception was added by Craig Small in version 0.37 of dh-make.
# Uncomment this to turn on verbose mode.
-# export DH_VERBOSE=1
+#export DH_VERBOSE=1
configure: configure-stamp
configure-stamp:
@@ -34,7 +34,7 @@ clean:
rm -f build-stamp configure-stamp
# Add here commands to clean up after the build process.
- $(MAKE) clean
+ -$(MAKE) clean
dh_clean
@@ -69,7 +69,7 @@ binary-arch: build install
dh_fixperms
dh_makeshlibs
dh_installdeb
- dh_shlibdeps
+ # dh_shlibdeps # Uncomment this line for use without Qt Creator
dh_gencontrol
dh_md5sums
dh_builddeb