From 090569ec751b8e78ad4f287bf2383b80dff7c07c Mon Sep 17 00:00:00 2001 From: joey Date: Thu, 30 Mar 2006 20:15:44 +0000 Subject: [PATCH] new announcement system --- debian/rules | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/debian/rules b/debian/rules index d07e583..be6a79d 100755 --- a/debian/rules +++ b/debian/rules @@ -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 -- 2.30.2