X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.in;h=a8d7a6543baa1ce0ebe82b2c884f3e8e5812adb1;hb=ffafab086c4ca0f8532d3fa7990a44fa71d57136;hp=406efdef4ba2fc11d87a99ae118580576c001427;hpb=1fc8a4acb3ef658696038c9c4bd3c155fbc27ac3;p=secnet.git diff --git a/Makefile.in b/Makefile.in index 406efde..a8d7a65 100644 --- a/Makefile.in +++ b/Makefile.in @@ -5,7 +5,7 @@ # # secnet is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version d of the License, or +# the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # secnet is distributed in the hope that it will be useful, but @@ -20,7 +20,7 @@ .PHONY: all clean realclean distclean dist install PACKAGE:=secnet -VERSION:=0.4.0 +VERSION:=0.4.3 @SET_MAKE@ @@ -148,7 +148,7 @@ check: eax-aes-test.confirm eax-serpent-test.confirm \ version.c: Makefile echo "#include \"secnet.h\"" >$@.new - @set -ex; if test -e .git; then \ + @set -ex; if test -e .git && type -p git >/dev/null; then \ v=$$(git describe --match 'v*'); v=$${v#v}; \ if ! git diff --quiet HEAD; then v="$$v+"; fi; \ else \ @@ -214,6 +214,9 @@ dist: gzip -9f $(tarfname) # Release checklist: +# +# 0. Use this checklist from Makefile.in +# # 1. Check that the tree has what you want # # 2. Update VERSION (above) and debian/changelog @@ -243,7 +246,7 @@ dist: # rm -rf ../d; mkdir ../d; cd ../d # tar zxf ../secnet-$VERSION.tar.gz # cd secnet-$VERSION -# dpkg-buildpackage -a -uc -us -rfakeroot +# dpkg-buildpackage -F -uc -us -rfakeroot # rsync -vP ../secnet_${VERSION}_i386.deb ianmdlvl@chiark:public-html/secnet/download/ # # 9a. On chiark as ianmdlvl: