This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository widelands.
commit ea39232e8014d6eb5f2895b77aae3171e8ac4128 Author: Markus Koschany <[email protected]> Date: Thu Aug 24 00:00:55 2017 +0200 Drop -dbg package and use the automatically provided -dbgsym package instead. --- debian/changelog | 2 ++ debian/control | 12 ------------ debian/rules | 3 --- 3 files changed, 2 insertions(+), 15 deletions(-) diff --git a/debian/changelog b/debian/changelog index ed681f2..24288e8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,8 @@ widelands (1:19+repack-4) UNRELEASED; urgency=medium * Do not convert png files to xpm anymore. Drop imagemagick from B-D. * Move font dependencies from widelands to widelands-data. (Closes: #861043) * Add gcc7.patch and fix FTBFS with GCC 7. (Closes: #871114) + * Drop -dbg package and use the automatically provided -dbgsym package + instead. -- Markus Koschany <[email protected]> Wed, 23 Aug 2017 22:14:58 +0200 diff --git a/debian/control b/debian/control index 0f25c54..fb2cd4d 100644 --- a/debian/control +++ b/debian/control @@ -64,15 +64,3 @@ Description: fantasy real-time strategy game (data files) with many thousands of inhabitants. On your way towards this goal, you will have to build up an economic infrastructure, explore the lands around you and face enemies who are trying to rule the world just like you do. - -Package: widelands-dbg -Architecture: any -Section: debug -Depends: widelands (= ${binary:Version}), - ${misc:Depends} -Description: fantasy real-time strategy game (debug cruft) - This package contains the debugging symbols associated to widelands. - . - If you don't want to debug widelands (nor report bugs against it), you - don't need it. - diff --git a/debian/rules b/debian/rules index 0987d09..1003594 100755 --- a/debian/rules +++ b/debian/rules @@ -20,9 +20,6 @@ override_dh_auto_configure: -DOPTION_USE_GLBINDING:BOOL=OFF \ -DCMAKE_BUILD_TYPE=Release -override_dh_strip: - dh_strip --dbg-package=widelands-dbg - override_dh_auto_install: dh_auto_install --parallel mkdir -p debian/tmp/usr/share/applications/ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/widelands.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

