X-Git-Url: http://git.home-dn.net/?p=manu%2Fmod-proxy-html.git;a=blobdiff_plain;f=debian%2Frules;h=743e180bc42f91e1eabd4812f52962f17d0b2baa;hp=77e7b6f65f0783fd12d93e489fbc227d2a2d6cec;hb=20f2a6b2ba1ae1e3c70f38d13ad5bf5c078cbccf;hpb=e2a89f3329582da3ca7b270db0f99c6fc20b2155;ds=sidebyside diff --git a/debian/rules b/debian/rules index 77e7b6f..743e180 100755 --- a/debian/rules +++ b/debian/rules @@ -9,9 +9,12 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +patch: + dpatch apply-all + build: build-stamp -build-stamp: +build-stamp: patch dh_testdir apxs2 -c -I/usr/include/libxml2 mod_proxy_html.c touch build-stamp @@ -22,6 +25,8 @@ clean: rm -f build-stamp mod_proxy_html.la mod_proxy_html.lo mod_proxy_html.o mod_proxy_html.slo rm -rf .libs dh_clean + dpatch deapply-all + rm -rf debian/patched install: build dh_testdir @@ -49,4 +54,4 @@ binary-arch: build install dh_builddeb binary: binary-arch -.PHONY: build clean binary-arch binary-indep binary install +.PHONY: build clean binary-arch binary-indep binary install patch