From 70bdf4451214fceb722f7f0e103b82897f87e2e7 Mon Sep 17 00:00:00 2001 From: Jan Dumon Date: Fri, 5 Mar 2010 10:02:37 +0100 Subject: [PATCH] Fixed dependencies and .deb packaging. --- debian/control | 2 +- grr.pro | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index 7da0518..28f26d2 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: grr Section: user/network Priority: optional Maintainer: Jan Dumon -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 --- 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 # -- 1.7.9.5