This is an automated email from the git hooks/post-receive script. locutusofborg-guest pushed a commit to branch master in repository hedgewars.
commit 58e93899ac2ed8bb07c68876cda6b82482c4eab2 Author: Gianfranco Costamagna <[email protected]> Date: Tue Jan 7 13:39:06 2014 +0100 Moved control file --- debian/changelog | 2 ++ debian/control | 50 ++++++++++++++++++++++++++++++-------------------- 2 files changed, 32 insertions(+), 20 deletions(-) diff --git a/debian/changelog b/debian/changelog index b818fa1..398d62c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,8 @@ hedgewars (0.9.20.4-1) UNRELEASED; urgency=low * Disabled again fPIC patch, waiting for a new upstream tarball * Simplified debian/rules, by removing override_dh_install + * debian/control, reorganized and dropped some useless build-deps + taken from upstream wiki build page -- Gianfranco Costamagna <[email protected]> Sat, 04 Jan 2014 17:53:27 +0100 diff --git a/debian/control b/debian/control index d3d883b..9772c8a 100644 --- a/debian/control +++ b/debian/control @@ -4,36 +4,46 @@ Priority: extra Maintainer: Debian Games Team <[email protected]> Uploaders: Dmitry E. Oboukhov <[email protected]>, Gianfranco Costamagna <[email protected]> -Build-Depends: debhelper (>= 9), cmake, dpkg-dev (>= 1.16.1~), - libqt4-dev (>= 4.2), - fp-compiler, +Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1~), +#prerequisites + cmake, + qt4-qmake, + libqt4-dev, libsdl1.2-dev, - libsdl-ttf2.0-dev, + libsdl-net1.2-dev, libsdl-mixer1.2-dev, libsdl-image1.2-dev, - libsdl-net1.2-dev, - bzip2, - fp-units-gfx, - ghc, - libghc-stm-dev, - libghc-network-dev, - libghc-dataenc-dev, - libghc-hslogger-dev, - libghc-utf8-string-dev, - liblua5.1-0-dev, - imagemagick, - libghc-bytestring-show-dev, + libsdl-ttf2.0-dev, + liblua5.1-dev, fpc, - libpng-dev, +#PNG screenshots + libpng12-dev, +#video recording libavcodec-dev, libavformat-dev, freeglut3-dev, +#server part + ghc, + libghc-bytestring-show-dev, + libghc-dataenc-dev, + libghc-hslogger-dev, libghc-mtl-dev, + libghc-network-dev, libghc-parsec3-dev, + libghc-utf8-string-dev, libghc-vector-dev, - qt4-qmake, - fp-units-misc, - libghc-random-dev + libghc-random-dev, +#needed for "convert" command, used in debian/rules + imagemagick +#not listed anywhere upstream on +#http://code.google.com/p/hedgewars/wiki/BuildingOnLinux +# libghc-stm-dev, +# fp-compiler, +# fp-units-gfx, +# fp-units-misc, +# bzip2, +#virtual +#libghc-binary-dev libghc-deepseq-dev Standards-Version: 3.9.5 Homepage: http://hedgewars.org VCS-Git: git://anonscm.debian.org/pkg-games/hedgewars.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/hedgewars.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

