This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository box2d.
commit d4bef4d81b390efe665249a17423bcd3d967102a Author: Markus Koschany <[email protected]> Date: Mon Oct 3 00:47:42 2016 +0200 Remove -dbg package and use the automatic -dbgsym package instead. --- debian/control | 19 +------------------ debian/rules | 3 --- 2 files changed, 1 insertion(+), 21 deletions(-) diff --git a/debian/control b/debian/control index f831925..8b98366 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,7 @@ Build-Depends-Indep: rdfind, symlinks Standards-Version: 3.9.8 -Vcs-Git: git://anonscm.debian.org/pkg-games/box2d.git +Vcs-Git: https://anonscm.debian.org/git/pkg-games/box2d.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/box2d.git Homepage: http://www.box2d.org/ @@ -62,20 +62,3 @@ Description: 2D physics engine an animator to move your actors around, you can let Sir Isaac Newton do the directing. -Package: libbox2d2.3.0-dbg -Section: debug -Priority: extra -Architecture: any -Multi-Arch: same -Depends: - libbox2d2.3.0 (= ${binary:Version}), - ${misc:Depends} -Description: 2D physics engine - debugging symbols - 2D rigid body simulation library for games. Programmers can use it in - their games to make objects move in believable ways and make the world - seem more interactive. From the game's point of view a physics engine is - just a system for procedural animation. Rather than paying (or begging) - an animator to move your actors around, you can let Sir Isaac Newton do - the directing. - . - This package contains the debugging symbols. diff --git a/debian/rules b/debian/rules index 14f4755..31e62fb 100755 --- a/debian/rules +++ b/debian/rules @@ -39,9 +39,6 @@ override_dh_clean: dh_clean $(RM) -r Box2D/Documentation/API -override_dh_strip: - dh_strip --dbg-package=libbox2d2.3.0-dbg - ## https://wiki.debian.org/onlyjob/get-orig-source get-orig-source: $(PKG)_$(VER).orig.tar.xz @ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/box2d.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

