From d835d6104bf5cafbf68f4e75ebfee6618beaff61 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Fri, 8 Aug 2014 15:18:24 -0400 Subject: [PATCH] override for absent man pages in -devel + fixing screw up --- debian/neurodebian-devel.lintian-overrides | 2 ++ debian/rules | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 debian/neurodebian-devel.lintian-overrides 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:: -- 2.39.2