From: Ian Jackson Date: Sun, 1 Sep 2013 19:46:03 +0000 (+0100) Subject: Updates to release checklist in Makefile.in. X-Git-Tag: debian/0.3.1_beta1~24 X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/commitdiff_plain/1ca0593dc696189e61c5e2bac6cf1315d5cf5840 Updates to release checklist in Makefile.in. --- diff --git a/Makefile.in b/Makefile.in index bd3723e..96a0180 100644 --- a/Makefile.in +++ b/Makefile.in @@ -175,7 +175,7 @@ dist: # # 3. Commit the updates to VERSION (above) and debian/changelog # -# 4. git-tag -s v$VERSION +# 4. git-tag -m "secnet $VERSION" -s v$VERSION # # 5. git-push origin # @@ -192,7 +192,7 @@ dist: # cd secnet-$VERSION # debian/rules build # fakeroot debian/rules binary -# mv ../secnet_${VERSION}_i386.deb ~/public-html/secnet/download/ +# mv ../secnet_${VERSION}_i386.deb ~ianmdlvl/public-html/secnet/download/ # # 10. On chiark as user secnet: # cd ~secnet/ diff --git a/debian/changelog b/debian/changelog index 9efc577..6fe8c30 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +secnet (0.3.1~~unstable) unstable; urgency=low + + * Updates to release checklist in Makefile.in. + + -- Ian Jackson Sun, 01 Sep 2013 20:45:47 +0100 + secnet (0.3.0) unstable; urgency=low * Release of 0.3.0. No code changes since 0.3.0~beta3.