chiark / gitweb /
build: Release checklist fixes.
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 25 Nov 2017 14:17:07 +0000 (14:17 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 25 Nov 2017 14:17:08 +0000 (14:17 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Makefile.in
debian/changelog

index c9e247a5575c0cba376749a48cb2325c1f204c76..c71afe07ca984905523cdff14aa4051e4d3eff27 100644 (file)
@@ -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:
index 8ec60426b36db25a43c5e84db8b7940414b8ce85..24e103d6e43b10403c17d24405c211d49fe948c2 100644 (file)
@@ -4,6 +4,7 @@ secnet (0.4.2~) unstable; urgency=medium
   * #include <limits.h> (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 <ijackson@chiark.greenend.org.uk>  Sat, 25 Nov 2017 14:04:42 +0000