[megaglest] 112/143: Drop manpages and TODO file. Add lintian-override. Update changelog

Markus Koschany apo-guest at moszumanska.debian.org
Sat Jan 31 20:46:18 UTC 2015


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

apo-guest pushed a commit to branch master
in repository megaglest.

commit b737e0ba6beabf220acdab023743776368eb9591
Author: Markus Koschany <apo at gambaru.de>
Date:   Sat Sep 20 19:44:34 2014 +0000

    Drop manpages and TODO file. Add lintian-override. Update changelog
---
 debian/changelog                   | 10 +++++++---
 debian/control                     |  2 +-
 debian/copyright                   |  4 ++--
 debian/megaglest.TODO              |  1 -
 debian/megaglest.lintian-overrides |  4 ++++
 debian/megaglest.manpages          |  3 ---
 debian/megaglest.menu              | 12 ++++++------
 debian/rules                       |  6 +++---
 8 files changed, 23 insertions(+), 19 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 95f8e46..5511dd3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-megaglest (3.9.1-1) UNRELEASED; urgency=low
+megaglest (3.9.1-1) unstable; urgency=low
 
   [ Mark Vejvoda ]
   * New upstream release. (Closes: #752338)
@@ -15,11 +15,15 @@ megaglest (3.9.1-1) UNRELEASED; urgency=low
   * Update debian/copyright for new release.
   * debian/control: Add arm64 and ppc64el to Architecture field. Remove
     non-existent arm architecture.
-  * export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed to avoid useless
+  * Export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed to avoid useless
     dependencies.
   * Drop megaglest_allow-build-with-newer-miniupnpc.patch. Fixed upstream.
+  * Drop megaglest.TODO.
+  * Remove megaglest.manpages. The install file is sufficient.
+  * Add megaglest.lintian-overrides and override manpage-has-errors-from-man
+    warning. It is not an issue.
 
- -- Markus Koschany <apo at gambaru.de>  Sun, 14 Sep 2014 16:38:16 +0200
+ -- Markus Koschany <apo at gambaru.de>  Sat, 20 Sep 2014 18:52:09 +0200
 
 megaglest (3.7.1-4) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index 664d501..2f1f246 100644
--- a/debian/control
+++ b/debian/control
@@ -30,7 +30,7 @@ Build-Depends:
  libcppunit-dev,
  xauth,
  xvfb
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/megaglest/
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/megaglest/
 Homepage: http://megaglest.org/
diff --git a/debian/copyright b/debian/copyright
index 61aba0b..e7ddb7b 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -204,8 +204,8 @@ License: permissive
  copy, modify, and distribute this software is freely granted, provided that
  this notice is preserved.
 
-Files: source/shared_lib/include/softfloat/*
-       source/shared_lib/sources/softfloat/*
+Files: source/shared_lib/include/streflop/softfloat/*
+       source/shared_lib/sources/streflop/softfloat/*
 Copyright: 2006, Nicolas Brodu
            2012, Mark Vejvoda
            John R. Hauser
diff --git a/debian/megaglest.TODO b/debian/megaglest.TODO
deleted file mode 100644
index 64f567e..0000000
--- a/debian/megaglest.TODO
+++ /dev/null
@@ -1 +0,0 @@
-- see what patches were added by other distros
diff --git a/debian/megaglest.lintian-overrides b/debian/megaglest.lintian-overrides
new file mode 100644
index 0000000..27f7ab4
--- /dev/null
+++ b/debian/megaglest.lintian-overrides
@@ -0,0 +1,4 @@
+# That is not an issue. Only the path length exceeds 80 characters.
+# Splitting the path into two lines would make the example even more
+# unreadable.
+manpage-has-errors-from-man
diff --git a/debian/megaglest.manpages b/debian/megaglest.manpages
deleted file mode 100644
index 0549016..0000000
--- a/debian/megaglest.manpages
+++ /dev/null
@@ -1,3 +0,0 @@
-debian/tmp/usr/share/man/man6/megaglest.6
-debian/tmp/usr/share/man/man6/megaglest_editor.6
-debian/tmp/usr/share/man/man6/megaglest_g3dviewer.6
diff --git a/debian/megaglest.menu b/debian/megaglest.menu
index f169510..43dd112 100644
--- a/debian/megaglest.menu
+++ b/debian/megaglest.menu
@@ -1,7 +1,7 @@
 ?package(megaglest): \
-	needs="X11" \
-	section="Games/Strategy" \
-	title="MegaGlest" \
-	longtitle="A 3D real time strategy game." \
-	command="/usr/games/megaglest" \
-	icon="/usr/share/pixmaps/megaglest.xpm"
+ needs="X11" \
+ section="Games/Strategy" \
+ title="MegaGlest" \
+ longtitle="A 3D real time strategy game." \
+ command="/usr/games/megaglest" \
+ icon="/usr/share/pixmaps/megaglest.xpm"
diff --git a/debian/rules b/debian/rules
index 4f5c07b..1c96836 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,9 @@
 #!/usr/bin/make -f
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
+%:
+	dh $@ --parallel
+
 override_dh_auto_configure:
 	dh_auto_configure -- \
 		-DMEGAGLEST_DATA_INSTALL_PATH=share/games/megaglest/ \
@@ -15,6 +18,3 @@ override_dh_installchangelogs:
 override_dh_auto_clean:
 	rm -rf mk/linux/mojosetup/
 	dh_auto_clean
-
-%:
-	dh $@ --parallel

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/megaglest.git



More information about the Pkg-games-commits mailing list