Fixed dependencies and .deb packaging. 0.0.3
authorJan Dumon <j.dumon@option.com>
Fri, 5 Mar 2010 09:02:37 +0000 (10:02 +0100)
committerJan Dumon <j.dumon@option.com>
Fri, 5 Mar 2010 09:02:37 +0000 (10:02 +0100)
debian/control
grr.pro

index 7da0518..28f26d2 100644 (file)
@@ -2,7 +2,7 @@ Source: grr
 Section: user/network
 Priority: optional
 Maintainer: Jan Dumon <jan@crossbar.net>
-Build-Depends: debhelper (>= 4.0.0), libqt4-maemo5-dev (>= 4.6.2~git20100212), libgconf2-dev (>= 2.13.5)
+Build-Depends: debhelper (>= 4.0.0), libqt4-maemo5-dev (>= 4.6.2~git20100212), libgconf2-dev (>= 2.13.5), libx11-dev
 Standards-Version: 3.6.0
 
 Package: grr
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
 
 #