Changed changelog.txt
[easylist] / qtc_packaging / debian_fremantle / rules
index 0ba1cee..8cfb926 100755 (executable)
@@ -27,6 +27,7 @@ build-stamp: configure-stamp
        dh_testdir
 
        # Add here commands to compile the package.
+       qmake
        $(MAKE)
        #docbook-to-man debian/easylist.sgml > easylist.1
 
@@ -38,7 +39,7 @@ clean:
        rm -f build-stamp configure-stamp
 
        # Add here commands to clean up after the build process.
-       $(MAKE) clean
+       # $(MAKE) clean
 
        dh_clean