new announcement system
[filters.git] / debian / rules
index d07e583e7979aeeef70312cdc4b1b798666a2e2f..be6a79d75c93ce5ecb16016937ba19b652036cb9 100755 (executable)
@@ -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
This page took 0.009054 seconds and 4 git commands to generate.