[hedgewars] 01/01: Drop dbg, update std-version and compat levels
Gianfranco Costamagna
locutusofborg-guest at moszumanska.debian.org
Fri Oct 28 09:31:43 UTC 2016
This is an automated email from the git hooks/post-receive script.
locutusofborg-guest pushed a commit to branch master
in repository hedgewars.
commit fa34bb8975d384bbff1bf2e8a8efd1c007693810
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date: Fri Oct 28 11:31:15 2016 +0200
Drop dbg, update std-version and compat levels
---
debian/changelog | 3 +++
debian/compat | 2 +-
debian/control | 14 ++------------
debian/rules | 5 +----
4 files changed, 7 insertions(+), 17 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 1b3f37f..2261ca5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,9 @@ hedgewars (0.9.22-dfsg-8) unstable; urgency=medium
* debian/patches/ad435d95ca4b.patch:
- Closes: #836686 (dataenc needs to be removed in next release,
upstream is aware of that)
+ * Bump std-version to 3.9.8
+ * Bump compat level to 10
+ * Drop dbg package.
-- Gianfranco Costamagna <locutusofborg at debian.org> Tue, 19 Apr 2016 13:18:42 +0200
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 1cbc720..d16a756 100644
--- a/debian/control
+++ b/debian/control
@@ -4,10 +4,10 @@ Priority: optional
Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
Uploaders: Dmitry E. Oboukhov <unera at debian.org>,
Gianfranco Costamagna <locutusofborg at debian.org>
-Standards-Version: 3.9.7
+Standards-Version: 3.9.8
Build-Depends: clang [hurd-i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel mips64el ppc64el s390x alpha hppa m68k powerpcspe sh4 sparc64 x32],
cmake,
- debhelper (>= 9),
+ debhelper (>= 10),
dpkg-dev (>= 1.16.1~),
fpc [amd64 arm64 armel armhf i386 powerpc ppc64],
freeglut3-dev,
@@ -87,13 +87,3 @@ Description: Data files for hedgewars
This package contains data files for the hedgewars package.
Examples of files are: maps, scripts, themes, images, sounds,
level data and other miscellaneous files needed by hedgewars.
-
-Package: hedgewars-dbg
-Section: debug
-Architecture: any
-Priority: extra
-Depends: hedgewars (= ${binary:Version}),
- ${misc:Depends},
- ${shlibs:Depends}
-Description: Debug symbols for Hedgewars
- This package contains debug symbols for the hedgewars package.
diff --git a/debian/rules b/debian/rules
index 2dd4b8a..42e5ee8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@ --parallel
+ dh $@
DEJAVU_DIRECTORY := $(shell dirname `readlink -f /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans-Bold.ttf`)
@@ -42,6 +42,3 @@ override_dh_auto_configure:
convert $$icon +set date:create +set date:modify -define png:exclude-chunk=time tmp-icon/$$dirname/apps/$$basename.png; \
done
dh_auto_configure -- $(HEDGEWARS_OPTIONS)
-
-override_dh_strip:
- dh_strip --dbg-package=hedgewars-dbg
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/hedgewars.git
More information about the Pkg-games-commits
mailing list