From: Yaroslav Halchenko Date: Fri, 8 Aug 2014 19:18:24 +0000 (-0400) Subject: override for absent man pages in -devel + fixing screw up X-Git-Url: https://git.donarmstrong.com/?p=neurodebian.git;a=commitdiff_plain;h=d835d6104bf5cafbf68f4e75ebfee6618beaff61 override for absent man pages in -devel + fixing screw up --- diff --git a/debian/neurodebian-devel.lintian-overrides b/debian/neurodebian-devel.lintian-overrides new file mode 100644 index 0000000..3e0ccf7 --- /dev/null +++ b/debian/neurodebian-devel.lintian-overrides @@ -0,0 +1,2 @@ +# we do not provide manpages for the devel scripts yet +neurodebian-devel binary: binary-without-manpage usr/bin/nd_* diff --git a/debian/rules b/debian/rules index c407515..b26f980 100755 --- a/debian/rules +++ b/debian/rules @@ -28,7 +28,7 @@ override_dh_auto_build:: help2man --no-info tools/nd-autoinstall \ -n "install (if necessary) and run an application" > build/man/nd-autoinstall.1 help2man --no-info tools/nd-configurerepo \ - -n "configure APT to use NeuroDebian repository" build/man/nd-configurerepo.1 + -n "configure APT to use NeuroDebian repository" > build/man/nd-configurerepo.1 override_dh_auto_install::