Some bugs fixed.
[gpssportsniffer] / qtc_packaging / debian_fremantle / rules
index 70d3a19..f756932 100755 (executable)
@@ -16,7 +16,7 @@
 configure: configure-stamp
 configure-stamp:
        dh_testdir
-       # Add here commands to configure the package.
+       # qmake PREFIX=/usr# Uncomment this line for use without Qt Creator
 
        touch configure-stamp
 
@@ -27,7 +27,7 @@ build-stamp: configure-stamp
        dh_testdir
 
        # Add here commands to compile the package.
-       $(MAKE)
+       # $(MAKE) # Uncomment this line for use without Qt Creator
        #docbook-to-man debian/gpssniffer.sgml > gpssniffer.1
 
        touch $@
@@ -76,13 +76,13 @@ binary-arch: build install
 #      dh_installinfo
        dh_installman
        dh_link
-       # dh_strip
+       dh_strip
        dh_compress
        dh_fixperms
 #      dh_perl
 #      dh_makeshlibs
        dh_installdeb
-       # dh_shlibdeps                      # Uncomment this line for publishing!
+       # dh_shlibdeps # Uncomment this line for use without Qt Creator
        dh_gencontrol
        dh_md5sums
        dh_builddeb