Debian rule fixing
[ubi] / qtc_packaging / debian_fremantle / rules
index 62a465f..069aa2e 100755 (executable)
 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
 
 
 build: build-stamp
 
-build-stamp: configure-stamp  
+build-stamp: configure-stamp
        dh_testdir
 
        # Add here commands to compile the package.
-        #qmake
-        #$(MAKE)
+       $(MAKE) # Uncomment this line for use without Qt Creator
        #docbook-to-man debian/ubi.sgml > ubi.1
 
        touch $@
 
-clean: 
+clean:
        dh_testdir
        dh_testroot
        rm -f build-stamp configure-stamp
 
        # Add here commands to clean up after the build process.
-        #$(MAKE) clean
+       $(MAKE) clean
 
-       dh_clean 
+       dh_clean
 
 install: build
        dh_testdir
        dh_testroot
-       dh_clean -k 
+       dh_clean -k
        dh_installdirs
 
        # Add here commands to install the package into debian/ubi.