X-Git-Url: http://git.maemo.org/git/?p=googlelatitude;a=blobdiff_plain;f=debian%2Frules;h=f44f6041d3409bff0eaaa49100e9646bafd0b3ad;hp=ff24290a5b2da8fa33f5fca47eddcc7e4fec96be;hb=4c9db197ce7c6a18405695885e4ce59d10bddf05;hpb=f3d949ef4db779a4be4b2a929248a21a40f002d1 diff --git a/debian/rules b/debian/rules index ff24290..f44f604 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 +export DH_VERBOSE=1 APPNAME := googlelatitude @@ -15,14 +15,13 @@ configure: configure-stamp configure-stamp: dh_testdir qmake - -/opt/qt4-maemo5/bin/qmake-qt4 touch configure-stamp build: build-stamp build-stamp: configure-stamp dh_testdir $(MAKE) - touch $@ + touch build-stamp clean: dh_testdir @@ -45,24 +44,24 @@ binary-arch: build install dh_installchangelogs dh_installdocs dh_installexamples -# dh_install -# dh_installmenu -# dh_installdebconf -# dh_installlogrotate -# dh_installemacsen -# dh_installpam -# dh_installmime -# dh_python -# dh_installinit -# dh_installcron -# dh_installinfo + dh_install + dh_installmenu + dh_installdebconf + dh_installlogrotate + dh_installemacsen + dh_installpam + dh_installmime + dh_python + dh_installinit + dh_installcron + dh_installinfo dh_installman dh_link dh_strip dh_compress dh_fixperms -# dh_perl -# dh_makeshlibs + dh_perl + dh_makeshlibs dh_installdeb dh_shlibdeps dh_gencontrol