Updated version number in files
[vicar] / qtc_packaging / debian_harmattan / rules
index 46da245..b3f812f 100755 (executable)
@@ -16,7 +16,7 @@
 configure: configure-stamp
 configure-stamp:
        dh_testdir
-       # qmake PREFIX=/usr# Uncomment this line for use without Qt Creator
+       qmake PREFIX=/usr # Uncomment this line for use without Qt Creator
 
        touch configure-stamp
 
@@ -62,7 +62,7 @@ binary-arch: build install
        dh_testroot
        dh_installchangelogs 
        dh_installdocs
-       dh_installexamples
+#      dh_installexamples
 #      dh_install
 #      dh_installmenu
 #      dh_installdebconf       
@@ -74,15 +74,15 @@ binary-arch: build install
 #      dh_installinit
 #      dh_installcron
 #      dh_installinfo
-       dh_installman
+#      dh_installman
        dh_link
-       dh_strip
+       dh_strip #Uncomment to remove debug symbols
        dh_compress
        dh_fixperms
 #      dh_perl
 #      dh_makeshlibs
        dh_installdeb
-       # dh_shlibdeps # Uncomment this line for use without Qt Creator
+       dh_shlibdeps # Uncomment this line for use without Qt Creator
        dh_gencontrol
        dh_md5sums
        dh_builddeb