From: Ivan Gorinov Date: Tue, 1 Nov 2011 04:08:16 +0000 (-0700) Subject: Shlibs X-Git-Url: https://vcs.maemo.org/git/?p=ameter;a=commitdiff_plain;h=ec32ff45ab51babe7494d476eb2f4459be45f450 Shlibs --- 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