X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=debian%2Frules;h=6e7ada55e28a5b86926f5c79ecbac5478e7eddaf;hb=b0184cb983140a641d30ebfb4942759f48c010a9;hp=d30d495845f59d76db6edd0ba0c400573b08c34a;hpb=3445ac73d9a18f4df13df1f40682a884ccebd572;p=privoxy.git diff --git a/debian/rules b/debian/rules index d30d4958..6e7ada55 100755 --- a/debian/rules +++ b/debian/rules @@ -14,6 +14,9 @@ DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) DEBDIR=`pwd`/debian/privoxy +# Include dpatch stuff. +include /usr/share/dpatch/dpatch.make + OPTIMIZE= ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) OPTIMIZE=-O0 @@ -30,6 +33,7 @@ build-stamp: patch-stamp env CFLAGS="$(OPTIMIZE) -g" \ ./configure --prefix=/usr --sysconfdir=/etc \ --mandir=/usr/share/man $(WITHDEBUG) \ + --enable-zlib \ --with-docbook=/usr/share/sgml/docbook/stylesheet/dsssl/modular $(MAKE) # create missing doc/pdf directory if necessary: @@ -135,16 +139,6 @@ binary-arch: build-stamp install dh_md5sums dh_builddeb -patch: patch-stamp -patch-stamp: - dpatch apply-all - touch patch-stamp - #dpatch call-all -a=pkg-info >patch-stamp - -unpatch: - dpatch deapply-all - rm -rf patch-stamp debian/patched - binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install patch unpatch \