[colobot] 03/07: Fix up d/changelog and remove -dbg package
Tobias Frost
tobi at moszumanska.debian.org
Fri Jan 8 09:44:01 UTC 2016
This is an automated email from the git hooks/post-receive script.
tobi pushed a commit to branch debian/master
in repository colobot.
commit 6f7c70ae37489daf3c4948e013d478632d0a0d60
Author: Tobias Frost <tobi at coldtobi.de>
Date: Fri Jan 8 10:06:30 2016 +0100
Fix up d/changelog and remove -dbg package
---
debian/changelog | 13 ++++---------
debian/control | 17 -----------------
debian/rules | 4 ++++
3 files changed, 8 insertions(+), 26 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 1ce4970..c4920e3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,16 +1,11 @@
-colobot (0.1.6-3) unstable; urgency=medium
+colobot (0.1.6-2) unstable; urgency=medium
* Team upload.
- * Update B-D to libpng-dev only, versioned depend is no longer needed.
+ * Update B-D to libpng-dev only, versioned depend is no longer needed
(Closes: #809859)
+ * Remove -dbg package in favour of automatic -dbgsym package
- -- Tobias Frost <tobi at debian.org> Fri, 08 Jan 2016 09:53:03 +0100
-
-colobot (0.1.6-2) UNRELEASED; urgency=medium
-
- * Change B-D to libpng-dev only
-
- -- Didier Raboud <odyx at debian.org> Fri, 08 Jan 2016 09:33:45 +0100
+ -- Tobias Frost <tobi at debian.org> Fri, 08 Jan 2016 10:05:40 +0100
colobot (0.1.6-1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 801d198..b07996e 100644
--- a/debian/control
+++ b/debian/control
@@ -109,23 +109,6 @@ Description: educational programming strategy game - sounds and music
.
This package contains the sounds and music for the game.
-Package: colobot-dbg
-Architecture: any
-Section: debug
-Priority: extra
-Depends:
- colobot (= ${binary:Version}),
- ${misc:Depends},
- ${shlibs:Depends}
-Description: educational programming strategy game - debug symbols
- Colobot (Colonize with Bots) is an educational game aiming to teach
- programming through entertainment. You are playing as an astronaut on a
- journey with robot helpers to find a planet for colonization. It features 3D
- real-time graphics and a C++ and Java-like, object-oriented language, CBOT,
- which can be used to program the robots available in the game.
- .
- This package contains the debugging symbols.
-
Package: colobot-dev-doc
Architecture: all
Section: doc
diff --git a/debian/rules b/debian/rules
index 9b4d483..db55ab9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,3 +28,7 @@ override_dh_auto_build-indep:
override_dh_auto_clean:
dh_auto_clean
rm -f debian/colobot.xpm
+
+# can be removed after stretch have been released
+override_dh_strip:
+ dh_strip --ddeb-migration='colobot-dbg (<< 0.1.6-3~)'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/colobot.git
More information about the Pkg-games-commits
mailing list