X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;ds=sidebyside;f=debian%2Frules;fp=debian%2Frules;h=67631fcff7b04af375d171922887631ffd907ae3;hb=144b0339e2bd963dd91e3c0df0a1ce6d37e4248e;hp=7e6216aeeb36890939586ff9860f6cb381ef6227;hpb=3cb0e9f03c9c99eac948f3bfbabc1ea8d633b4d7;p=cuteexplorer diff --git a/debian/rules b/debian/rules index 7e6216a..67631fc 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ builddir: mkdir -p builddir builddir/Makefile: builddir - cd builddir && /opt/qt4-maemo5/bin/qmake PREFIX=/usr ../$(APPNAME).pro + cd builddir && qmake PREFIX=/usr ../$(APPNAME).pro build: build-stamp @@ -41,7 +41,7 @@ binary-arch: build install dh_installexamples dh_installman dh_link - dh_strip --dbg-package=$(APPNAME)-dbg + #dh_strip --dbg-package=$(APPNAME)-dbg dh_compress dh_fixperms dh_installdeb