X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=debian%2Frules;h=1a53ca239853b34065ae7edd94039acb1889d6aa;hb=d9a23fa6f7124befe7803f5f3a8c53999578caa4;hp=c46b4d9466afc9e40522e1f0e842add623dd4d21;hpb=9d34c29db39bdb5c2443475dd6a24cfc5c2c9e37;p=git.git diff --git a/debian/rules b/debian/rules index c46b4d94..1a53ca23 100755 --- a/debian/rules +++ b/debian/rules @@ -25,6 +25,9 @@ else export MOZILLA_SHA1=YesPlease endif +# We do have the requisite perl modules in the mainline, and +# have no reason to shy away from this script. +export WITH_SEND_EMAIL=YesPlease PREFIX := /usr MANDIR := /usr/share/man/ @@ -38,7 +41,7 @@ MAN_DESTDIR := $(DESTDIR)/$(MANDIR) build: debian/build-stamp debian/build-stamp: dh_testdir - $(MAKE) prefix=$(PREFIX) all doc + $(MAKE) prefix=$(PREFIX) PYTHON_PATH=/usr/bin/python2.4 all doc touch debian/build-stamp debian-clean: