Author: timb
Date: 2007-12-30 03:51:46 +0100 (Sun, 30 Dec 2007)
New Revision: 567

Modified:
   trunk/openvas-client/ChangeLog
   trunk/openvas-client/Makefile
   trunk/openvas-client/packaging/debian/changelog
   trunk/openvas-client/packaging/debian/rules
Log:
Removed man8 from upstream's make install-man


Modified: trunk/openvas-client/ChangeLog
===================================================================
--- trunk/openvas-client/ChangeLog      2007-12-29 22:45:45 UTC (rev 566)
+++ trunk/openvas-client/ChangeLog      2007-12-30 02:51:46 UTC (rev 567)
@@ -1,3 +1,7 @@
+2007-12-29  Tim Brown <[EMAIL PROTECTED]>
+       
+       * Makefile: Removed man8 from make install-man
+
 2007-12-28  Tim Brown <[EMAIL PROTECTED]>
 
        * packaging/debian/openvas-client.menu: Updated in line with

Modified: trunk/openvas-client/Makefile
===================================================================
--- trunk/openvas-client/Makefile       2007-12-29 22:45:45 UTC (rev 566)
+++ trunk/openvas-client/Makefile       2007-12-30 02:51:46 UTC (rev 567)
@@ -26,7 +26,6 @@
 install-man:
        @echo installing man pages ...
        @test -d $(DESTDIR)${mandir}/man1 || $(INSTALL_DIR) 
$(DESTDIR)${mandir}/man1
-       @test -d $(DESTDIR)${mandir}/man8 || $(INSTALL_DIR) 
$(DESTDIR)${mandir}/man8
 
        $(INSTALL) -c -m 0444 ${MAN_NESSUS_1} 
$(DESTDIR)${mandir}/man1/OpenVAS-Client.1
        $(INSTALL) -c -m 0444 doc/openvasclient-mkcert.1 
$(DESTDIR)${mandir}/man1/openvasclient-mkcert.1

Modified: trunk/openvas-client/packaging/debian/changelog
===================================================================
--- trunk/openvas-client/packaging/debian/changelog     2007-12-29 22:45:45 UTC 
(rev 566)
+++ trunk/openvas-client/packaging/debian/changelog     2007-12-30 02:51:46 UTC 
(rev 567)
@@ -1,3 +1,9 @@
+openvas-client (UNRELEASED) unstable; urgency=low
+
+  * Removed man8 from upstream's make install-man
+
+ -- Tim Brown <[EMAIL PROTECTED]>  Sun, 30 Dec 2007 02:47:00 +0000
+
 openvas-client (1.0.2-1) unstable; urgency=low
 
   * New package on the upstream release

Modified: trunk/openvas-client/packaging/debian/rules
===================================================================
--- trunk/openvas-client/packaging/debian/rules 2007-12-29 22:45:45 UTC (rev 
566)
+++ trunk/openvas-client/packaging/debian/rules 2007-12-30 02:51:46 UTC (rev 
567)
@@ -91,10 +91,6 @@
        # Install the desktop icon
        install -m 644 nessus/OpenVAS-Client.desktop 
debian/openvas-client/usr/share/applications
 
-       # Remove empty dir
-       rmdir debian/openvas-client/usr/share/man/man8/
-
-
 # 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

Reply via email to