tweaked application.pro, rules files
[quandoparte] / qtc_packaging / debian_fremantle / rules
index 49be82f..f49c7f6 100755 (executable)
 configure: configure-stamp
 configure-stamp:
        dh_testdir
-       #qmake PREFIX=/usr# Uncomment this line for use without Qt Creator
-
+        #qmake-qt4 #PREFIX=/usr# Uncomment this line for use without Qt Creator
        touch configure-stamp
 
-
 build: build-stamp
 
 build-stamp: configure-stamp  
        dh_testdir
-
        # 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 +41,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