From: Ian Jackson Date: Sat, 25 Nov 2017 14:17:07 +0000 (+0000) Subject: build: Release checklist fixes. X-Git-Tag: v0.4.2~1 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=secnet.git;a=commitdiff_plain;h=0e99d6304c7332e6f22c4630923fc74c24b6d32c build: Release checklist fixes. Signed-off-by: Ian Jackson --- diff --git a/Makefile.in b/Makefile.in index c9e247a..c71afe0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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: diff --git a/debian/changelog b/debian/changelog index 8ec6042..24e103d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ secnet (0.4.2~) unstable; urgency=medium * #include (fixes the build on jessie). * Tolerate building from a git checkout, but with git not installed. (This can happen in chroots.) + * Release checklist fixes. -- Ian Jackson Sat, 25 Nov 2017 14:04:42 +0000