Fixed label wraping.
[medard] / qtc_packaging / debian_harmattan / rules
index 332d996..5a8a1ce 100755 (executable)
@@ -12,7 +12,7 @@
 configure: configure-stamp
 configure-stamp:
        dh_testdir
-       qmake PREFIX=/opt/medard # Uncomment this line for use without Qt Creator
+       # qmake PREFIX=/usr# Uncomment this line for use without Qt Creator
 
        touch configure-stamp
 
@@ -23,7 +23,7 @@ build-stamp: configure-stamp
        dh_testdir
 
        # Add here commands to compile the package.
-       $(MAKE) # Uncomment this line for use without Qt Creator
+       # $(MAKE) # Uncomment this line for use without Qt Creator
        #docbook-to-man debian/medard.sgml > medard.1
 
        touch $@
@@ -78,7 +78,7 @@ binary-arch: build install
 #      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