X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=debian%2Frules;h=cf979f2c9a642035410a108e40264e7aca5e23c1;hb=8cae075fe4bafbe4b5c507474712a23be1406f50;hp=d07e583e7979aeeef70312cdc4b1b798666a2e2f;hpb=56aaae3f3f3833530fc768e99f6773c7872f9c4e;p=filters.git diff --git a/debian/rules b/debian/rules index d07e583..cf979f2 100755 --- a/debian/rules +++ b/debian/rules @@ -11,7 +11,7 @@ clean: dh_testdir dh_testroot rm -f build-stamp - -$(MAKE) -i clean + $(MAKE) -i clean dh_clean binary-indep: build @@ -33,16 +33,9 @@ binary-arch: build dh_md5sums dh_builddeb -VERSION=$(shell expr "`dpkg-parsechangelog 2>/dev/null |grep Version:`" : '.*Version: \(.*\)') - -# Update the web page. Not intended for use by anyone except the -# author. -DIR=/home/web/kitenet.net/programs/filters -installhook: - cp debian/changelog $(DIR)/CHANGES - echo -n $(VERSION) > $(DIR)/LATEST-VERSION-IS - rm -f $(DIR)/*.tar.gz - ln -s /home/joey/lib/debian/unstable/filters_$(VERSION).tar.gz $(DIR)/filters-$(VERSION).tar.gz +# Not intended for use by anyone except the author. +announcedir: + @echo ${HOME}/src/joeywiki/code/filters/news binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary