[chocolate-doom] 03/03: Updates for new upstream version
Jonathan Dowland
jmtd at moszumanska.debian.org
Tue Jan 9 15:46:14 UTC 2018
This is an automated email from the git hooks/post-receive script.
jmtd pushed a commit to branch jmtd-proposed
in repository chocolate-doom.
commit 67e66a75c461d0d82df48a552cf8eb18aeb2b478
Author: Jonathan Dowland <jmtd at debian.org>
Date: Tue Jan 9 15:27:05 2018 +0000
Updates for new upstream version
* SDL2
* new standards version (no further changes needed)
* better Priority value
* remove dh-debhelper B-D (no longer needed)
* patch upstream to adjust appstream directory
---
debian/changelog | 6 ++++++
debian/chocolate-doom.install | 2 +-
debian/control | 13 ++++++-------
debian/patches/appstream_dir.patch | 13 +++++++++++++
debian/patches/series | 1 +
5 files changed, 27 insertions(+), 8 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 90cf1aa..b674252 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+chocolate-doom (3.0.0-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Jonathan Dowland <jmtd at debian.org> Tue, 09 Jan 2018 14:57:06 +0000
+
chocolate-doom (2.3.0-3) unstable; urgency=medium
* debian/rules: remove --parallel and --with=autoreconf, which are
diff --git a/debian/chocolate-doom.install b/debian/chocolate-doom.install
index f897810..52a1967 100644
--- a/debian/chocolate-doom.install
+++ b/debian/chocolate-doom.install
@@ -1,5 +1,5 @@
usr/games/*
-usr/share/appdata/*
+usr/share/metainfo/*
usr/share/applications/*
usr/share/applications/screensavers/chocolate-doom-screensaver.desktop
usr/share/icons/
diff --git a/debian/control b/debian/control
index 243e05e..7120aaa 100644
--- a/debian/control
+++ b/debian/control
@@ -6,16 +6,15 @@ Uploaders:
Jonathan Dowland <jmtd at debian.org>,
Fabian Greffrath <fabian at debian.org>
Build-Depends:
- debhelper (>= 10),
bash-completion,
- dh-autoreconf,
+ debhelper (>=10),
libpng-dev,
libsamplerate0-dev,
- libsdl-mixer1.2-dev (>= 1.2.0-1.1),
- libsdl-net1.2-dev (>= 1.2.0-5.1),
- libsdl1.2-dev (>= 1.2.2-3.1),
+ libsdl2-mixer-dev,
+ libsdl2-net-dev,
+ libsdl2-dev,
python (>= 2.5)
-Standards-Version: 3.9.8
+Standards-Version: 4.1.3
Vcs-Git: https://anonscm.debian.org/git/pkg-games/chocolate-doom.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/chocolate-doom.git/
Homepage: http://chocolate-doom.org/
@@ -75,6 +74,6 @@ Package: chocolate-common
Architecture: all
Depends: chocolate-doom (>= 2.2.1-5~), ${misc:Depends}
Section: oldlibs
-Priority: extra
+Priority: optional
Description: dummy transitional package for chocolate-doom related packages
This is a transitional package and can be safely removed.
diff --git a/debian/patches/appstream_dir.patch b/debian/patches/appstream_dir.patch
new file mode 100644
index 0000000..26bf337
--- /dev/null
+++ b/debian/patches/appstream_dir.patch
@@ -0,0 +1,13 @@
+diff --git a/src/Makefile.am b/src/Makefile.am
+index e3bc7bb1..04474ab3 100644
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -212,7 +212,7 @@ EXTRA_DIST = \
+ doom-screensaver.desktop.in \
+ manifest.xml
+
+-appdatadir = $(prefix)/share/appdata
++appdatadir = $(prefix)/share/metainfo
+ appdata_DATA = \
+ @PROGRAM_PREFIX at doom.appdata.xml \
+ @PROGRAM_PREFIX at heretic.appdata.xml \
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..002be57
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+appstream_dir.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/chocolate-doom.git
More information about the Pkg-games-commits
mailing list