Bumped version to 0.4.2
[quandoparte] / qtc_packaging / debian_harmattan / rules
index eb76a6d..8ba4152 100755 (executable)
 #export DH_VERBOSE=1
 
 
-
-
-
 configure: configure-stamp
 configure-stamp:
        dh_testdir
        # qmake PREFIX=/usr# Uncomment this line for use without Qt Creator
-
        touch configure-stamp
 
-
 build: build-stamp
 
 build-stamp: configure-stamp  
@@ -29,17 +24,14 @@ build-stamp: configure-stamp
        # Add here commands to compile the package.
        # $(MAKE) # Uncomment this line for use without Qt Creator
        #docbook-to-man debian/quandoparte.sgml > quandoparte.1
-
        touch $@
 
 clean: 
        dh_testdir
        dh_testroot
        rm -f build-stamp configure-stamp
-
        # Add here commands to clean up after the build process.
        $(MAKE) clean
-
        dh_clean 
 
 install: build
@@ -47,7 +39,6 @@ install: build
        dh_testroot
        dh_clean -k 
        dh_installdirs
-
        # Add here commands to install the package into debian/quandoparte.
        $(MAKE) INSTALL_ROOT="$(CURDIR)"/debian/quandoparte install