Author: tille
Date: 2010-03-29 11:05:33 +0000 (Mon, 29 Mar 2010)
New Revision: 4695

Modified:
   trunk/packages/freediams/trunk/debian/rules
Log:
Fix build error


Modified: trunk/packages/freediams/trunk/debian/rules
===================================================================
--- trunk/packages/freediams/trunk/debian/rules 2010-03-29 10:56:19 UTC (rev 
4694)
+++ trunk/packages/freediams/trunk/debian/rules 2010-03-29 11:05:33 UTC (rev 
4695)
@@ -4,8 +4,7 @@
        dh $@
 
 override_dh_auto_configure:
-       qmake-qt4 -r -config release "CONFIG+=LINUX_INTEGRATED" freediams.pro
-#      qmake-qt4 -r -config release "CONFIG+=LINUX_INTEGRATED" 
"INSTALL_ROOT_PATH=$(CURDIR)/debian/tmp/usr/" freediams.pro
+       qmake-qt4 -r -config release "CONFIG+=LINUX_INTEGRATED" 
"INSTALL_ROOT_PATH=$(CURDIR)/debian/tmp/usr/" freediams.pro
 
 # Upstream does not seem to provide a proper clean target - clean up here
 override_dh_auto_clean:
@@ -14,6 +13,9 @@
        rm -rf global_resources/doc/FreeDiams 
global_resources/doc/freediams/html/*
        test ! -f Makefile || make distclean
 
+override_dh_auto_install:
+       make install
+
 override_dh_install:
        dh_install --autodest
 


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit

Reply via email to