[coin3] 01/04: Disable manpage generation

Anton Gladky gladk at moszumanska.debian.org
Wed Jun 10 22:25:10 UTC 2015


This is an automated email from the git hooks/post-receive script.

gladk pushed a commit to branch master
in repository coin3.

commit 9b6129c407fdbf3519ac54fe66a46cbe0409cef3
Author: Anton Gladky <gladk at debian.org>
Date:   Wed Jun 10 20:52:15 2015 +0200

    Disable manpage generation
    
    It is the duplicated info, which is also available
    in HTML-docs. This should also produce the reproducible
    builds
---
 debian/libcoin80-doc.manpages | 1 -
 debian/rules                  | 8 --------
 2 files changed, 9 deletions(-)

diff --git a/debian/libcoin80-doc.manpages b/debian/libcoin80-doc.manpages
deleted file mode 100644
index 242943a..0000000
--- a/debian/libcoin80-doc.manpages
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/share/man/man3/*.3
diff --git a/debian/rules b/debian/rules
index ce08084..9d38de5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,16 +7,8 @@ DEB_CONFIGURE_EXTRA_FLAGS = --disable-dependency-tracking \
 	--enable-static --enable-shared \
 	--disable-maintainer-mode \
 	--enable-html htmldir=/usr/share/doc/libcoin80-doc/html \
-	--enable-man --mandir=/usr/share/man \
 	--without-mesa \
 	--enable-threadsafe \
 
 override_dh_auto_configure:
 	dh_auto_configure -- $(DEB_CONFIGURE_EXTRA_FLAGS)
-
-override_dh_installman:
-	mv $(CURDIR)/debian/tmp/usr/share/man/man3/string.h.3 $(CURDIR)/debian/tmp/usr/share/man/man3/string_coin.h.3
-	mv $(CURDIR)/debian/tmp/usr/share/man/man3/thread.h.3 $(CURDIR)/debian/tmp/usr/share/man/man3/thread_coin.h.3
-	rm -rf $(CURDIR)/debian/tmp/usr/share/man/man3/_*.*.*
-	dh_installman
-

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/coin3.git



More information about the debian-science-commits mailing list