chiark / gitweb /
changelog, Makefile.in: finalise 0.3.1~beta3
[secnet.git] / Makefile.in
index bd3723ef65c1dd3ddbe3f483d19f8dc1b3c22097..068051291d9cacaafc0c1a90674ee3408bded459 100644 (file)
@@ -18,7 +18,7 @@
 .PHONY:        all clean realclean distclean dist install
 
 PACKAGE:=secnet
-VERSION:=0.3.0
+VERSION:=0.3.1~beta3
 
 @SET_MAKE@
 
@@ -32,7 +32,7 @@ INSTALL:=@INSTALL@
 INSTALL_PROGRAM:=@INSTALL_PROGRAM@
 
 CFLAGS:=-Wall @WRITESTRINGS@ @CFLAGS@ -Werror \
-       -W -Wno-unused \
+       -W -Wno-unused -Wno-unused-parameter \
        -Wno-pointer-sign -Wstrict-prototypes -Wmissing-prototypes \
        -Wmissing-declarations -Wnested-externs -Wredundant-decls \
        -Wpointer-arith -Wformat=2 -Winit-self \
@@ -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,10 +192,12 @@ 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/
-#       rsync ~ianmdlvl/public-html/secnet/download/secnet* .
+#       cd ~secnet/public-html/release/
+#       mkdir $VERSION
+#       cd $VERSION
+#       ln -s /home/ianmdlvl/public-html/secnet/download/secnet?$VERSION* .
 #
 #  11. write and post a release announcement