From ec32ff45ab51babe7494d476eb2f4459be45f450 Mon Sep 17 00:00:00 2001 From: Ivan Gorinov Date: Mon, 31 Oct 2011 21:08:16 -0700 Subject: [PATCH] Shlibs --- debian/control | 2 +- debian/rules | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 24f941d..ed7d0c0 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: ameter Section: user/utilities Priority: optional Maintainer: Ivan Gorinov -Build-Depends: debhelper (>= 5), libqt4-dev +Build-Depends: debhelper (>= 5), libqt4-dev, libqtm-dev, libqtm-sensors Standards-Version: 3.7.3 Homepage: http://catori.ru/igorinov/software/ameter/ diff --git a/debian/rules b/debian/rules index 3ccf3e1..0b0b530 100755 --- a/debian/rules +++ b/debian/rules @@ -27,7 +27,7 @@ build-stamp: configure-stamp dh_testdir # Add here commands to compile the package. - $(MAKE) + $(MAKE) $(APPNAME) #docbook-to-man debian/ameter.sgml > ameter.1 touch $@ @@ -82,7 +82,7 @@ binary-arch: build install # dh_perl # dh_makeshlibs dh_installdeb - # dh_shlibdeps # Uncomment this line for use without Qt Creator + dh_shlibdeps # Uncomment this line for use without Qt Creator dh_gencontrol dh_md5sums dh_builddeb -- 1.7.9.5