Author: jfs Date: 2007-11-01 14:02:12 +0100 (Thu, 01 Nov 2007) New Revision: 504
Added: trunk/openvas-client/packaging/debian/TODO trunk/openvas-client/packaging/debian/openvas-client.menu Modified: trunk/openvas-client/packaging/debian/changelog trunk/openvas-client/packaging/debian/control trunk/openvas-client/packaging/debian/copyright trunk/openvas-client/packaging/debian/rules Log: Sync with the contents of the uploaded Debian package Added: trunk/openvas-client/packaging/debian/TODO =================================================================== --- trunk/openvas-client/packaging/debian/TODO 2007-11-01 12:57:02 UTC (rev 503) +++ trunk/openvas-client/packaging/debian/TODO 2007-11-01 13:02:12 UTC (rev 504) @@ -0,0 +1,3 @@ + +- Review ./src/xpm/OpenVAS-logo.xpm and consider using it (or part) as the logo + for OpenVAS (in the menu and desktop file) Modified: trunk/openvas-client/packaging/debian/changelog =================================================================== --- trunk/openvas-client/packaging/debian/changelog 2007-11-01 12:57:02 UTC (rev 503) +++ trunk/openvas-client/packaging/debian/changelog 2007-11-01 13:02:12 UTC (rev 504) @@ -1,29 +1,50 @@ -openvas-client (1.0.1-2) unstable; urgency=low +openvas-client (1.0.1-1) unstable; urgency=low - * Make it Replace: nessus < 3 also - * Remove spaces before dots in the control definition - * Add a Homepage: to the control definition - * Added the SSL exemption from COPYING.OpenSSL to debian/copyright - * Added symlinks to both the binary and the manpage for users that - try to execute it using the package name - * Install the menu file so the application is available in Debian menus - * Install the desktop file in the proper location - * Compile and install the PO files to get translations also in the package. + * New upstream release. This release removes the non-free text files + (README_SSL, doc/WARNING.En, doc/WARNING.Fr) from Nessus which + was the main reason 1.0.0 was not allowed into NEW last time + * Other fixes: + - Temporary files are prefixed with "openvas" instead of "nessus" + - Incorporates the fixes to the Makefile introduced in previous + package versions. - -- Tim Brown <[EMAIL PROTECTED]> Wed, 31 Oct 2007 01:05:50 +0000 + -- Javier Fernandez-Sanguino Pen~a <[EMAIL PROTECTED]> Tue, 30 Oct 2007 00:39:17 +0100 -openvas-client (1.0.1-1) unstable; urgency=low +openvas-client (1.0.0-2) unstable; urgency=low - * New upstream release + * Review and upload to Debian (Closes: #435456) + * Restore the changes introduced in 0.9.1-2 + * Use Homepage: in debian/control's package headers + * Add a debian/TODO file (only one item currently) - -- Tim Brown <[EMAIL PROTECTED]> Thu, 25 Oct 2007 02:13:16 +0100 + -- Javier Fernandez-Sanguino Pen~a <[EMAIL PROTECTED]> Sun, 14 Oct 2007 16:56:59 +0200 + openvas-client (1.0.0-1) unstable; urgency=low * New upstream release -- Tim Brown <[EMAIL PROTECTED]> Wed, 26 Sep 2007 00:41:58 +0100 +openvas-client (0.9.1-2) unstable; urgency=low + + * Make it Replace: nessus < 3 also + * Remove spaces before dots in the control definition + * Add a Homepage: to the control definition + * Added myself as an uploader: + * Added the SSL exemption from COPYING.OpenSSL to debian/copyright + * Added symlinks to both the binary and the manpage for users that + try to execute it using the package name. + * Add a menu file so the application is available in Debian menus. + * Install the desktop file in the proper location + * Add a Spanish translation to the Desktop file + * Comment out the XPM icon as none is available which meets + FreeDesktop's standards. + * Fix top Makefile so that it cleans src/gui too + * Compile and install the PO files to get translations also in the package. + + -- Javier Fernandez-Sanguino Pen~a <[EMAIL PROTECTED]> Wed, 01 Aug 2007 14:44:10 +0200 + openvas-client (0.9.1-1) unstable; urgency=low * New upstream release Modified: trunk/openvas-client/packaging/debian/control =================================================================== --- trunk/openvas-client/packaging/debian/control 2007-11-01 12:57:02 UTC (rev 503) +++ trunk/openvas-client/packaging/debian/control 2007-11-01 13:02:12 UTC (rev 504) @@ -2,8 +2,9 @@ Section: net Priority: extra Maintainer: Tim Brown <[EMAIL PROTECTED]> -Uploaders: Javier Fernandez-Sanguino Pen� <[EMAIL PROTECTED]> +Uploaders: Javier Fernandez-Sanguino Pen~a <[EMAIL PROTECTED]> Build-Depends: debhelper (>= 5), autotools-dev, libssl-dev, libgtk2.0-dev +Homepage: http://www.openvas.org/ Standards-Version: 3.7.2 Package: openvas-client @@ -20,5 +21,3 @@ OpenVAS-Client, provides the user a nice X11/GTK+ interface. . This package contains the GTK+ client. - . - Homepage: http://www.openvas.org/ Modified: trunk/openvas-client/packaging/debian/copyright =================================================================== --- trunk/openvas-client/packaging/debian/copyright 2007-11-01 12:57:02 UTC (rev 503) +++ trunk/openvas-client/packaging/debian/copyright 2007-11-01 13:02:12 UTC (rev 504) @@ -40,5 +40,8 @@ version. If you delete this exception statement from all source files in the program, then also delete it here. + + The Debian packaging is (C) 2007, Tim Brown <[EMAIL PROTECTED]> and is licensed under the GPL, see above. + Added: trunk/openvas-client/packaging/debian/openvas-client.menu =================================================================== --- trunk/openvas-client/packaging/debian/openvas-client.menu 2007-11-01 12:57:02 UTC (rev 503) +++ trunk/openvas-client/packaging/debian/openvas-client.menu 2007-11-01 13:02:12 UTC (rev 504) @@ -0,0 +1 @@ +?package(openvas-client): needs="X11" section="Apps/System" title="OpenVAS client" command="OpenVAS-Client" Modified: trunk/openvas-client/packaging/debian/rules =================================================================== --- trunk/openvas-client/packaging/debian/rules 2007-11-01 12:57:02 UTC (rev 503) +++ trunk/openvas-client/packaging/debian/rules 2007-11-01 13:02:12 UTC (rev 504) @@ -53,10 +53,10 @@ rm -f build-stamp # Add here commands to clean up after the build process. - -$(MAKE) distclean # Clean translations first [ ! -f po/Makefile ] || [ ! -f nessus.tmpl ] || $(MAKE) -C po distclean -rm -f po/*gmo # Not sure if we should use 'maintainer-clean' instead.. + -rm -f po/stamp-po [ ! -f Makefile ] || $(MAKE) distclean # These should not be removed, otherwise the package is unbuildable # on the second run if the system does not have autoconf installed @@ -81,6 +81,7 @@ # Install the desktop icon install -m 644 nessus/OpenVAS-Client.desktop debian/openvas-client/usr/share/applications + # Build architecture-independent files here. binary-indep: build install # We have nothing to do by default. _______________________________________________ Openvas-commits mailing list [email protected] http://lists.wald.intevation.org/mailman/listinfo/openvas-commits
