5 | @@ -6,7 +6,7 @@
6 | # $(if $(filter nocheck,$(DEB_BUILD_OPTIONS)),,src/test_bitcoin)
7 |
8 | DEB_INSTALL_EXAMPLES_bitcoind += debian/examples/*
9 | -DEB_INSTALL_MANPAGES_bitcoind += debian/manpages/*
10 | +DEB_INSTALL_MANPAGES_bitcoind += doc/man/*
Actually, these two lines should just be wholesale removed, I believe.
I think so too - make install installs the man pages, there's no need for debian to do anything special.
No, mostly this is a flag for a build method that we dont use - so these variables are just entirely ignored :).