X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.in;h=ecc6f27ed04a02649b310372a46a04fe24f4ebd2;hb=37b5bdcf2560b655433355d61018d59f940bf295;hp=51106a3de29a630c08dcae67fafb85d684477734;hpb=b57cc2eba7de61952a8633637f8f2fd91486ec71;p=secnet.git diff --git a/Makefile.in b/Makefile.in index 51106a3..ecc6f27 100644 --- a/Makefile.in +++ b/Makefile.in @@ -18,7 +18,7 @@ .PHONY: all clean realclean distclean dist install PACKAGE:=secnet -VERSION:=0.1.18 +VERSION:=0.2.1 @SET_MAKE@ @@ -148,7 +148,8 @@ dist: # Release checklist: # 1. Check that the tree has what you want # -# 2. Update VERSION above but DO NOT COMMIT +# 2. Update VERSION (above) and debian/changelog +# but DO NOT COMMIT # # 3. Run # ./configure @@ -156,7 +157,7 @@ dist: # and check that the resulting tarball looks OK. # Eg, untar it and build it, or have it reviewed. # -# 3. Commit the update to VERSION +# 3. Commit the updates to VERSION (above) and debian/changelog # # 4. git-tag -s v$(VERSION) # @@ -167,4 +168,15 @@ dist: # 7. rsync -v ../secnet-$VERSION.tar.gz* \ # chiark:/home/ianmdlvl/public-html/secnet/download/ # -# 8. write and post a release announcement +# 8. On chiark: +# tar zxf ~ianmdlvl/public-html/secnet/download/secnet-$(VERSION).tar.gz +# cd secnet-$(VERSION) +# debian/rules build +# fakeroot debian/rules binary +# cp ../secnet_0.1.18.1-1_i386.deb ~/public-html/secnet/download/ +# +# 9. On chiark as user secnet: +# cd ~secnet/ +# rsync ~ianmdlvl/public-html/secnet/download/secnet* . +# +# 9. write and post a release announcement