[Openvas-commits] r1571 - trunk/sladinstaller
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Oct 20 08:53:58 CEST 2008
Author: mwiegand
Date: 2008-10-20 08:53:57 +0200 (Mon, 20 Oct 2008)
New Revision: 1571
Added:
trunk/sladinstaller/MANIFEST
trunk/sladinstaller/VERSION
Modified:
trunk/sladinstaller/ChangeLog
trunk/sladinstaller/Makefile
Log:
Improved Makefile infrastructure to simplify future releases.
* MANIFEST: Added, included all files currently under SVN control.
* VERSION: Added and set to 1.1.0.SVN.
* Makefile: Added "dist" target.
Modified: trunk/sladinstaller/ChangeLog
===================================================================
--- trunk/sladinstaller/ChangeLog 2008-10-20 06:17:00 UTC (rev 1570)
+++ trunk/sladinstaller/ChangeLog 2008-10-20 06:53:57 UTC (rev 1571)
@@ -1,5 +1,15 @@
2008-10-20 Michael Wiegand <michael.wiegand at intevation.de>
+ Improved Makefile infrastructure to simplify future releases.
+
+ * MANIFEST: Added, included all files currently under SVN control.
+
+ * VERSION: Added and set to 1.1.0.SVN.
+
+ * Makefile: Added "dist" target.
+
+2008-10-20 Michael Wiegand <michael.wiegand at intevation.de>
+
Removed obsolete patch for Nessusclient.
* nessus-sladinstaller.patch: Removed.
Added: trunk/sladinstaller/MANIFEST
===================================================================
--- trunk/sladinstaller/MANIFEST 2008-10-20 06:17:00 UTC (rev 1570)
+++ trunk/sladinstaller/MANIFEST 2008-10-20 06:53:57 UTC (rev 1571)
@@ -0,0 +1,47 @@
+ChangeLog
+de.po
+dn.xpm
+gpl.h
+gpl.txt
+gtk.cpp
+INSTALL
+libssh
+libssh/auth.c
+libssh/base64.c
+libssh/buffer.c
+libssh/channels.c
+libssh/client.c
+libssh/config.h
+libssh/connect.c
+libssh/crypt.c
+libssh/crypto.h
+libssh/dh.c
+libssh/error.c
+libssh/gzip.c
+libssh/kex.c
+libssh/keyfiles.c
+libssh/keys.c
+libssh/libssh.h
+libssh/Makefile
+libssh/misc.c
+libssh/options.c
+libssh/packet.c
+libssh/priv.h
+libssh/README
+libssh/server.c
+libssh/server.h
+libssh/sftp.c
+libssh/sftp.h
+libssh/ssh2.h
+libssh/string.c
+libssh/wrapper.c
+Makefile
+Makefile.config
+MANIFEST
+memorymap.cpp
+memorymap.hpp
+README
+TODO
+tools.cpp
+tools.hpp
+VERSION
Modified: trunk/sladinstaller/Makefile
===================================================================
--- trunk/sladinstaller/Makefile 2008-10-20 06:17:00 UTC (rev 1570)
+++ trunk/sladinstaller/Makefile 2008-10-20 06:53:57 UTC (rev 1571)
@@ -51,3 +51,12 @@
%.mo : %.po
msgfmt -o $@ $<
+
+dist:
+ version="`cat VERSION`"; \
+ rm -rf sladinstaller-$${version}* ; \
+ mkdir sladinstaller-$${version} ; \
+ tar cf sladinstaller-$${version}/x.tar `cat MANIFEST`; \
+ ( cd sladinstaller-$${version} ; tar xf x.tar ; rm -f x.tar ) ; \
+ tar cf sladinstaller-$${version}.tar sladinstaller-$${version} ; \
+ gzip -9 sladinstaller-$${version}.tar
Added: trunk/sladinstaller/VERSION
===================================================================
--- trunk/sladinstaller/VERSION 2008-10-20 06:17:00 UTC (rev 1570)
+++ trunk/sladinstaller/VERSION 2008-10-20 06:53:57 UTC (rev 1571)
@@ -0,0 +1 @@
+1.1.0.SVN
More information about the Openvas-commits
mailing list