]> git.donarmstrong.com Git - neurodebian.git/commitdiff
override for absent man pages in -devel + fixing screw up
authorYaroslav Halchenko <debian@onerussian.com>
Fri, 8 Aug 2014 19:18:24 +0000 (15:18 -0400)
committerYaroslav Halchenko <debian@onerussian.com>
Fri, 8 Aug 2014 19:19:11 +0000 (15:19 -0400)
debian/neurodebian-devel.lintian-overrides [new file with mode: 0644]
debian/rules

diff --git a/debian/neurodebian-devel.lintian-overrides b/debian/neurodebian-devel.lintian-overrides
new file mode 100644 (file)
index 0000000..3e0ccf7
--- /dev/null
@@ -0,0 +1,2 @@
+# we do not provide manpages for the devel scripts yet
+neurodebian-devel binary: binary-without-manpage usr/bin/nd_*
index c4075159743b4f9c3e31e15520fea3a5cf1bef57..b26f98096a58c90a2aeed1588f950678c3132b54 100755 (executable)
@@ -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::