[pkg-fgfs-crew] [flightgear] 01/02: Drop unnecessary man page for gl-info.

Markus Wanner markus_wanner-guest at alioth.debian.org
Sun Oct 6 07:25:23 UTC 2013


This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a commit to branch master
in repository flightgear.

commit 2f8430128158367d26724cf1cc9145d65030e1ec
Author: Markus Wanner <markus at bluegap.ch>
Date:   Fri Oct 4 20:55:22 2013 +0200

    Drop unnecessary man page for gl-info.
---
 debian/changelog |    1 +
 debian/rules     |    8 ++++++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b51ebd3..ba3996f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ flightgear (2.12.0-2) UNRELEASED; urgency=low
   * Adjust B-D to allow building on kfreebsd-*. Closes: #724686.
   * Add patch update-manpage.diff featuring some corrections for the fgfs
     manpage. Closes: 556362.
+  * Drop unnecessary man page for gl-info. Closes: #698308.
 
  -- Markus Wanner <markus at bluegap.ch>  Mon, 30 Sep 2013 20:30:44 +0200
 
diff --git a/debian/rules b/debian/rules
index d5ffdff..7fcabfd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,11 +39,15 @@ override_dh_auto_configure:
 override_dh_auto_install:
 	dh_auto_install
 
-	# the CMAKE_INSTALL_BINDIR might be ignored
+#	The CMAKE_INSTALL_BINDIR might be ignored
 	if [ -d debian/flightgear/usr/bin ]; then \
 	  mv debian/flightgear/usr/bin/* debian/flightgear/usr/games; \
 	fi
-	#Remove empty directories
+
+#	Drop an unneeded man page.
+	rm $(CURDIR)/debian/flightgear/usr/share/man/man1/gl-info.1
+
+#	Remove empty directories
 	find $(CURDIR)/debian/flightgear -type d -empty -delete
 
 override_dh_installdocs:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/flightgear.git



More information about the pkg-fgfs-crew mailing list