[med-svn] r12994 - trunk/packages/mriconvert/trunk/debian
Yaroslav Halchenko
yoh at alioth.debian.org
Tue Feb 12 23:15:08 UTC 2013
Author: yoh
Date: 2013-02-12 23:15:08 +0000 (Tue, 12 Feb 2013)
New Revision: 12994
Modified:
trunk/packages/mriconvert/trunk/debian/changelog
trunk/packages/mriconvert/trunk/debian/rules
Log:
rules: added --no-info to help2man call to remove statement about (absent) Texinfo documentation
Modified: trunk/packages/mriconvert/trunk/debian/changelog
===================================================================
--- trunk/packages/mriconvert/trunk/debian/changelog 2013-02-12 23:15:01 UTC (rev 12993)
+++ trunk/packages/mriconvert/trunk/debian/changelog 2013-02-12 23:15:08 UTC (rev 12994)
@@ -5,6 +5,9 @@
- revert to build against ITK 3 instead of ITK 4 which still
FTBFS on various architectures
- boosted policy to 3.9.4 (no further changes seems to be due)
+ * rules:
+ - added --no-info to help2man call to remove statement about
+ (absent) Texinfo documentation
-- Yaroslav Halchenko <debian at onerussian.com> Tue, 12 Feb 2013 08:56:12 -0500
Modified: trunk/packages/mriconvert/trunk/debian/rules
===================================================================
--- trunk/packages/mriconvert/trunk/debian/rules 2013-02-12 23:15:01 UTC (rev 12993)
+++ trunk/packages/mriconvert/trunk/debian/rules 2013-02-12 23:15:08 UTC (rev 12994)
@@ -12,5 +12,5 @@
dh_install */release/mcverter */release/MRIConvert usr/bin
override_dh_installman:
- help2man -n 'non-interactive MRI conversion software' --version-string $(VERSION) --no-discard-stderr */release/mcverter > mcverter.1
+ help2man --no-info -n 'non-interactive MRI conversion software' --version-string $(VERSION) --no-discard-stderr */release/mcverter > mcverter.1
dh_installman mcverter.1 debian/MRIConvert.1
More information about the debian-med-commit
mailing list