[Openvas-commits] r3304 - trunk/openvas-client/packaging/debian
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Sun May 10 13:23:03 CEST 2009
Author: jfs
Date: 2009-05-10 13:23:03 +0200 (Sun, 10 May 2009)
New Revision: 3304
Modified:
trunk/openvas-client/packaging/debian/changelog
trunk/openvas-client/packaging/debian/docs
trunk/openvas-client/packaging/debian/rules
Log:
- Remove config.sub and config.guess since the package depends on
autotools-dev and should be able to recreate them. This also fixes a
lintian bug
- Lintian fix: Remove COPYING.OpenSSL from debian/docs since it is already
included in debian/copyright
- Update changelog
Modified: trunk/openvas-client/packaging/debian/changelog
===================================================================
--- trunk/openvas-client/packaging/debian/changelog 2009-05-10 11:15:00 UTC (rev 3303)
+++ trunk/openvas-client/packaging/debian/changelog 2009-05-10 11:23:03 UTC (rev 3304)
@@ -3,7 +3,13 @@
* add debian/patches/03_es-fix.dpatch to update Spanish translation with the latest
complete translation available in SVN
* Change priority from optional to extra
+ * Remove config.sub and config.guess since the package depends on autotools-dev and
+ should be able to recreate them. This also fixes a lintian bug
+ * Remove .svn folders from debian/ subdir
+ * Lintian fix: Remove COPYING.OpenSSL from debian/docs since it is already
+ included in debian/copyright
+
-- Javier Fernandez-Sanguino Pen~a <jfs at debian.org> Sun, 10 May 2009 13:10:32 +0200
openvas-client (2.0.3-1) unstable; urgency=low
Modified: trunk/openvas-client/packaging/debian/docs
===================================================================
--- trunk/openvas-client/packaging/debian/docs 2009-05-10 11:15:00 UTC (rev 3303)
+++ trunk/openvas-client/packaging/debian/docs 2009-05-10 11:23:03 UTC (rev 3304)
@@ -1,4 +1,3 @@
README
TODO
CHANGES
-COPYING.OpenSSL
Modified: trunk/openvas-client/packaging/debian/rules
===================================================================
--- trunk/openvas-client/packaging/debian/rules 2009-05-10 11:15:00 UTC (rev 3303)
+++ trunk/openvas-client/packaging/debian/rules 2009-05-10 11:23:03 UTC (rev 3304)
@@ -64,9 +64,7 @@
-rm -f po/stamp-po
# Add here commands to clean up after the build process.
[ ! -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
- # rm -f config.sub config.guess
+ rm -f config.sub config.guess
dh_clean
More information about the Openvas-commits
mailing list