tags 663383 + patch tags 663383 + pending thanks Dear maintainer,
I've prepared an NMU for openvas-scanner (versioned as 3.2.3-4.1),
feel free to take the patch or contact me to go ahead with
the NMU.
Thank you so much for you attention.
Kind regards,
--
Julián Moreno Patiño
.''`. Debian GNU/{Linux,KfreeBSD}
: :' : Free Operating Systems
`. `' http://debian.org/
`- PGP KEY ID 6168BF60
Registered GNU Linux User ID 488513
diff -u openvas-scanner-3.2.3/debian/control openvas-scanner-3.2.3/debian/control --- openvas-scanner-3.2.3/debian/control +++ openvas-scanner-3.2.3/debian/control @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian OpenVAS Maintainers <[email protected]> Uploaders: Javier Fernandez-Sanguino Pen~a <[email protected]> -Build-Depends: debhelper (>= 5), libgcrypt11-dev, libglib2.0-dev, libgnutls-dev, libopenvas4-dev (>= 4.0.0), libpcap-dev, libwrap0-dev, pkg-config, po-debconf, devscripts, dpatch, hardening-wrapper +Build-Depends: debhelper (>= 5), libgcrypt11-dev, libglib2.0-dev, libgnutls-dev, libopenvas4-dev (>= 4.0.0), libpcap-dev, libwrap0-dev, pkg-config, po-debconf, devscripts, dpatch, hardening-wrapper, cmake, doxygen Homepage: http://www.openvas.org/ Vcs-Browser: https://wald.intevation.org/plugins/scmsvn/viewcvs.php/trunk/openvas-packaging/openvas-scanner/debian/trunk/debian/?root=openvas Vcs-Svn: https://svn.wald.intevation.org/svn/openvas/trunk/openvas-packaging/openvas-scanner/debian/trunk/debian/ diff -u openvas-scanner-3.2.3/debian/changelog openvas-scanner-3.2.3/debian/changelog --- openvas-scanner-3.2.3/debian/changelog +++ openvas-scanner-3.2.3/debian/changelog @@ -1,3 +1,12 @@ +openvas-scanner (3.2.3-4.1) experimental; urgency=low + + * Non-maintainer upload. + * Add cmake and doxygen to B-D. (Closes: #663383) + + Add 10_no_use_werror.dpatch patch to avoid the + usage of -Werror + + -- Julián Moreno Patiño <[email protected]> Sat, 12 May 2012 23:43:20 -0500 + openvas-scanner (3.2.3-4) experimental; urgency=low * debian/control: Adjust description diff -u openvas-scanner-3.2.3/debian/patches/00list openvas-scanner-3.2.3/debian/patches/00list --- openvas-scanner-3.2.3/debian/patches/00list +++ openvas-scanner-3.2.3/debian/patches/00list @@ -1,0 +2 @@ +10_no_use_werror.dpatch --- openvas-scanner-3.2.3.orig/debian/patches/10_no_use_werror.dpatch +++ openvas-scanner-3.2.3/debian/patches/10_no_use_werror.dpatch @@ -0,0 +1,19 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 10_no_use_werror.dpatch by <[email protected]> +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: No description. + +@DPATCH@ +diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' openvas-scanner-3.2.3~/CMakeLists.txt openvas-scanner-3.2.3/CMakeLists.txt +--- openvas-scanner-3.2.3~/CMakeLists.txt 2012-05-13 01:24:42.000000000 -0500 ++++ openvas-scanner-3.2.3/CMakeLists.txt 2012-05-13 00:41:48.000000000 -0500 +@@ -234,7 +234,7 @@ + set (HARDENING_FLAGS "-Wformat -Wformat-security -O2 -D_FORTIFY_SOURCE=2 -fstack-protector -Wl,-z,relro -Wl,-z,now") + + set (CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG}") +-set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${HARDENING_FLAGS} -Wall -Werror -D_BSD_SOURCE -D_ISOC99_SOURCE -D_SVID_SOURCE") ++set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${HARDENING_FLAGS} -Wall -D_BSD_SOURCE -D_ISOC99_SOURCE -D_SVID_SOURCE") + + add_subdirectory (src) +
signature.asc
Description: Digital signature

