[Openvas-commits] r1174 - trunk/openvas-plugins/packaging/debian

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Aug 22 03:07:41 CEST 2008


Author: jfs
Date: 2008-08-22 03:07:40 +0200 (Fri, 22 Aug 2008)
New Revision: 1174

Modified:
   trunk/openvas-plugins/packaging/debian/rules
Log:

Remove code to handle .nes files (compiled with openvas-server-dev headers)
since there are no binary plugins upstream.



Modified: trunk/openvas-plugins/packaging/debian/rules
===================================================================
--- trunk/openvas-plugins/packaging/debian/rules	2008-08-22 01:03:52 UTC (rev 1173)
+++ trunk/openvas-plugins/packaging/debian/rules	2008-08-22 01:07:40 UTC (rev 1174)
@@ -55,15 +55,18 @@
 	dh_installchangelogs 
 ifeq "$(findstring nostrip,$(DEB_BUILD_OPTIONS))" ""
 	dh_strip
-	strip --strip-unneeded --remove-section=.comment --remove-section=.note \
-          $(tmp)/var/lib/openvas/plugins/*.nes
+# Enable this only when there are .nes files (none currently)
+#	strip --strip-unneeded --remove-section=.comment --remove-section=.note \
+#          $(tmp)/var/lib/openvas/plugins/*.nes
 endif
 	dh_compress
 	dh_fixperms
-	chmod -x $(tmp)/var/lib/openvas/plugins/*.nes
+# Enable this only when there are .nes files (none currently)
+#	chmod -x $(tmp)/var/lib/openvas/plugins/*.nes
 	dh_installdeb
-	dpkg-shlibdeps -Tdebian/openvas-plugins.substvars \
-          $(tmp)/var/lib/openvas/plugins/*.nes
+# Enable this only when there are .nes files (none currently)
+#	dpkg-shlibdeps -Tdebian/openvas-plugins.substvars \
+#          $(tmp)/var/lib/openvas/plugins/*.nes
 	dh_gencontrol
 	dh_md5sums
 	dh_builddeb



More information about the Openvas-commits mailing list