new announcement system
authorjoey <joey@a4a2c43b-8ac3-0310-8836-e0e880c912e2>
Thu, 30 Mar 2006 20:15:44 +0000 (20:15 +0000)
committerjoey <joey@a4a2c43b-8ac3-0310-8836-e0e880c912e2>
Thu, 30 Mar 2006 20:15:44 +0000 (20:15 +0000)
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.010931 seconds and 4 git commands to generate.