From fd50b6abf635244725e6e185c930285f3a318376 Mon Sep 17 00:00:00 2001 From: Visa Putkinen Date: Sat, 19 Mar 2011 22:22:37 +0200 Subject: [PATCH] More small build tweaks. Maemo extras-devel buildbot successfully compiles weightgraph now. --- weightgraph/debian/control | 2 +- weightgraph/debian/rules | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/weightgraph/debian/control b/weightgraph/debian/control index 4b674eb..b00cfcc 100644 --- a/weightgraph/debian/control +++ b/weightgraph/debian/control @@ -2,7 +2,7 @@ Source: weightgraph Section: user/utilities Priority: optional Maintainer: Visa Putkinen -Build-Depends: debhelper (>= 5), libqt4-dev +Build-Depends: debhelper (>= 5), libqt4-dev, libx11-dev Standards-Version: 3.7.3 Homepage: http://weightgraph.garage.maemo.org/ diff --git a/weightgraph/debian/rules b/weightgraph/debian/rules index f7a38f9..c9f6b91 100755 --- a/weightgraph/debian/rules +++ b/weightgraph/debian/rules @@ -46,6 +46,7 @@ binary-arch: build install dh_installdocs dh_installexamples dh_installman + dh_installchangelogs dh_link # dh_strip --dbg-package=appname-dbg dh_compress -- 1.7.9.5