summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2013-11-04 09:09:04 +0000
committerSylvestre Ledru <sylvestre@debian.org>2013-11-04 09:09:04 +0000
commitea8e1ad7185914e378e5604fe4d8bfbc63583d5b (patch)
tree5ca7301223a3ad5bf89081424865be8193235c0f
parentb2fcf11fd7458205b4b82f640911eef433990b22 (diff)
* Fix the clean of the package
* Remove the "SEE ALSO" section from the manpage (Closes: #722225)
-rw-r--r--debian/changelog3
-rwxr-xr-xdebian/rules4
2 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 3bb44be..e3c961d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,8 @@ iwyu (3.3-3) unstable; urgency=low
* Remove the trailing debian/ from debian/control
* Also ship fix_include in iwyu. It applies the changes (Closes: #728590)
- * Fix the clean
+ * Fix the clean of the package
+ * Remove the "SEE ALSO" section from the manpage (Closes: #722225)
-- Sylvestre Ledru <sylvestre@debian.org> Mon, 04 Nov 2013 09:02:17 +0100
diff --git a/debian/rules b/debian/rules
index e68a8c6..3900245 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,10 +15,10 @@ override_dh_auto_configure:
override_dh_auto_build:
dh_auto_build
- help2man --version-string "$(VERSION)" -n "Analyze #includes in C and C++ source files" $(TARGET_BUILD)/include-what-you-use > $(TARGET_BUILD)/include-what-you-use.1
+ help2man --no-info --version-string "$(VERSION)" -n "Analyze #includes in C and C++ source files" $(TARGET_BUILD)/include-what-you-use > $(TARGET_BUILD)/include-what-you-use.1
cd $(TARGET_BUILD) && ln -s include-what-you-use.1 iwyu.1 && \
cp ../fix_includes.py fix_include
- help2man --version-string "$(VERSION)" -n "Update the source code with iwyu output" $(TARGET_BUILD)/fix_include > $(TARGET_BUILD)/fix_include.1
+ help2man --no-info --version-string "$(VERSION)" -n "Update the source code with iwyu output" $(TARGET_BUILD)/fix_include > $(TARGET_BUILD)/fix_include.1
override_dh_auto_clean: