[marsshooter] 21/28: Install NEWS file as upstream changelog

Markus Koschany apo-guest at moszumanska.debian.org
Sun Jan 10 16:43:21 UTC 2016


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

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

commit 10ebec031216372a7dccfc5505648076ede85c60
Author: Markus Koschany <apo at debian.org>
Date:   Sun Jan 10 16:36:38 2016 +0100

    Install NEWS file as upstream changelog
---
 debian/changelog | 2 ++
 debian/control   | 3 +--
 debian/rules     | 3 +++
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 530c92b..c780f17 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ marsshooter (0.7.6-1) unstable; urgency=medium
   * Drop all patches. Applied upstream.
   * Vcs-Browser: Use https.
   * Update my e-mail address.
+  * Install NEWS file as upstream changelog.
+  * debian/control: Depend only on marsshooter-data (>= ${source:Version}).
 
  -- Markus Koschany <apo at debian.org>  Sun, 03 Jan 2016 15:56:43 +0100
 
diff --git a/debian/control b/debian/control
index d4d73d5..91520e9 100644
--- a/debian/control
+++ b/debian/control
@@ -26,8 +26,7 @@ Depends:
  fonts-gargi,
  fonts-tlwg-waree,
  fonts-wqy-microhei,
- marsshooter-data (<= ${source:Version}),
- marsshooter-data (>= ${source:Upstream-Version}),
+ marsshooter-data (>= ${source:Version}),
  ${misc:Depends},
  ${shlibs:Depends}
 Description: ridiculous space shooter governed by the laws of gravity
diff --git a/debian/rules b/debian/rules
index ed4a978..6c75f06 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,5 +8,8 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 override_dh_auto_build-indep:
 	convert -monitor -resize 32x32 resources/marsshooter.xpm marsshooter.xpm
 
+override_dh_installchangelogs:
+	dh_installchangelogs NEWS
+
 get-orig-source:
 	uscan --download-current-version --force-download --repack --compression xz

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



More information about the Pkg-games-commits mailing list