Fixed label wraping.
[medard] / qtc_packaging / debian_harmattan / rules
index d9b426d..5a8a1ce 100755 (executable)
@@ -9,14 +9,10 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-
-
-
-
 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
 
@@ -27,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 $@
@@ -65,7 +61,7 @@ binary-arch: build install
        dh_installexamples
 #      dh_install
 #      dh_installmenu
-#      dh_installdebconf       
+#      dh_installdebconf
 #      dh_installlogrotate
 #      dh_installemacsen
 #      dh_installpam
@@ -82,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