This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository hyperrogue.
commit ebfc79a6eb3e5851b48594c9bdfeb9cecc3e4966 Author: Markus Koschany <[email protected]> Date: Fri Sep 9 22:18:53 2016 +0200 Drop hyperrogue-dbg package and use the automatic -dbgsym package instead. --- debian/control | 12 ------------ debian/rules | 3 +-- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/debian/control b/debian/control index ac168bb..7dc757d 100644 --- a/debian/control +++ b/debian/control @@ -49,15 +49,3 @@ Description: in-game music for hyperrogue . This package contains the in-game music. -Package: hyperrogue-dbg -Architecture: any -Priority: extra -Section: debug -Depends: ${misc:Depends}, - hyperrogue (= ${binary:Version}) -Description: debug data for hyperrogue - HyperRogue is a game in which the player collects treasures and fights - monsters -- rogue-like but for the fact that it is played on the hyperbolic - plane and not in euclidean space. - . - This package contains the debugging symbols. diff --git a/debian/rules b/debian/rules index cc9161b..f8c32c2 100755 --- a/debian/rules +++ b/debian/rules @@ -3,9 +3,8 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all %: - dh $@ --parallel --dbg-package hyperrogue-dbg + dh $@ --parallel override_dh_auto_build: dh_auto_build - convert debian/hyperrogue.png -scale 32x32 hyperrogue.xpm -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/hyperrogue.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

