[gemrb] 06/13: updated debhelper compatibility level to V8
Beren Minor
berenm-guest at alioth.debian.org
Fri Aug 16 18:29:44 UTC 2013
This is an automated email from the git hooks/post-receive script.
berenm-guest pushed a commit to branch master
in repository gemrb.
commit e989a6ac148119572d7db2cd6129400ad32bcb4e
Author: Lubos Novak <alvinx12 at centrum.cz>
Date: Mon Feb 28 09:04:02 2011 +0000
updated debhelper compatibility level to V8
---
debian/compat | 2 +-
debian/control | 2 +-
debian/rules | 5 ++---
3 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/debian/compat b/debian/compat
index 7f8f011..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+8
diff --git a/debian/control b/debian/control
index d8ea5fa..3d15d82 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: contrib/games
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
Uploaders: Luboš Novák <alvinx12 at centrum.cz>
-Build-Depends: debhelper (>= 7.3.0), cmake (>= 2.4.4), quilt (>= 0.46-7~),
+Build-Depends: debhelper (>= 8), cmake (>= 2.4.4), quilt (>= 0.46-7~),
python-dev, zlib1g-dev, libsdl1.2-dev, libsdl-mixer1.2-dev, libopenal-dev,
libpng12-dev, libvorbis-dev
Standards-Version: 3.9.1
diff --git a/debian/rules b/debian/rules
index 7921b13..86bceb0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,8 @@
#!/usr/bin/make -f
%:
- dh --buildsystem=cmake --with quilt $@
+ dh $@ --buildsystem=cmake --dbg-package=gemrb-dbg --with quilt
override_dh_auto_configure:
dh_auto_configure -- -DSTATIC_LINK=ON -DCMAKE_INSTALL_PREFIX=/usr -DBIN_DIR=/usr/games -DDATA_DIR=/usr/share/games/gemrb
-override_dh_strip:
- dh_strip --dbg-package=gemrb-dbg
+.PHONY: override_dh_auto_configure
\ No newline at end of file
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/gemrb.git
More information about the Pkg-games-commits
mailing list