Fixed dependencies and .deb packaging.
[grr] / grr.pro
diff --git a/grr.pro b/grr.pro
index 0afe2e3..944aa51 100644 (file)
--- a/grr.pro
+++ b/grr.pro
@@ -26,9 +26,8 @@ QT          = core gui network xml webkit maemo5
 #
 # Targets for debian source and binary package creation
 #
-#debian-src.commands = dpkg-buildpackage -S -r -us -uc -d
-debian-src.commands = dpkg-buildpackage -sa -S
-debian-bin.commands = dpkg-buildpackage -b -r -uc -d
+debian-src.commands = dpkg-buildpackage -rfakeroot -sa -S
+debian-bin.commands = dpkg-buildpackage -b -rfakeroot -uc -d
 debian-all.depends = debian-src debian-bin
 
 #