X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=debian%2Frules;h=742754da0334ac700ab6b634adde79f063929514;hp=2daa7f73caa408355335bc3002c2d04a9844805f;hb=4a8de13d63fefd3935633c4b46bc07caf46d7ca5;hpb=eac70ed9bf1528e1c6016974feef3a0405cd2353 diff --git a/debian/rules b/debian/rules index 2daa7f7..742754d 100755 --- a/debian/rules +++ b/debian/rules @@ -61,7 +61,9 @@ clean: rm -f build-stamp # commands to clean up after the build process. - -$(MAKE) distclean +# -$(MAKE) distclean + [ ! -f Makefile ] || $(MAKE) distclean + ifneq "$(wildcard /usr/share/misc/config.sub)" "" cp -f /usr/share/misc/config.sub config.sub endif @@ -109,7 +111,7 @@ binary-arch: build install # dh_installinfo dh_installman dh_link - dh_strip --keep-debug --dbg-package=modest --dbg-package=libmodest-dbus-client + dh_strip --keep-debug --dbg-package=modest dh_compress dh_fixperms # dh_perl