This is an automated email from the git hooks/post-receive script. olek-guest pushed a commit to branch updates in repository ember-media.
commit 6007f9e51a898866e170dd0330a10cdc947abd7b Author: Olek Wojnar <[email protected]> Date: Mon Sep 21 04:40:48 2015 -0500 Refresh packaging --- debian/changelog | 11 +++++++++++ debian/compat | 2 +- debian/control | 7 ++++--- debian/copyright | 11 +++++++++-- debian/rules | 4 ---- 5 files changed, 25 insertions(+), 10 deletions(-) diff --git a/debian/changelog b/debian/changelog index d60443f..e170768 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +ember-media (0.7.2.1-1) unstable; urgency=medium + + * New upstream release + * Update d/control: Depends name change + * Update d/control: Standards-Version to 3.9.6 (no changes) + * Update to dh(9) + * Update d/copyright + * Update d/rules: remove builddeb override, xz is now default + + -- Olek Wojnar <[email protected]> Mon, 21 Sep 2015 03:10:37 -0500 + ember-media (0.7.0-1) unstable; urgency=low * New upstream release. diff --git a/debian/compat b/debian/compat index 45a4fb7..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -8 +9 diff --git a/debian/control b/debian/control index e72f767..abde37e 100644 --- a/debian/control +++ b/debian/control @@ -2,9 +2,10 @@ Source: ember-media Section: games Priority: optional Maintainer: Debian Games Team <[email protected]> -Uploaders: Stephen M. Webb <[email protected]> +Uploaders: Olek Wojnar <[email protected]>, + Stephen M. Webb <[email protected]> Build-Depends: debhelper (>= 9) -Standards-Version: 3.9.4 +Standards-Version: 3.9.6 Homepage: http://www.worldforge.org/ Vcs-Git: git://anonscm.debian.org/pkg-games/ember-media.git Vcs-Browser: http://anonscm.debian.org/git/pkg-games/ember-media.git @@ -12,7 +13,7 @@ Vcs-Browser: http://anonscm.debian.org/git/pkg-games/ember-media.git Package: ember-media Architecture: all Pre-Depends: dpkg (>= 1.15.6~) -Depends: ttf-dejavu-core, +Depends: fonts-dejavu-core, ${misc:Depends} Recommends: ember Description: 3D client framework for the WorldForge project -- media files diff --git a/debian/copyright b/debian/copyright index d64d137..142d82a 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,9 +1,10 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Ember -Source: <http://www.worldforge.org/> +Upstream-Contact: [email protected] +Source: http://sourceforge.net/projects/worldforge/ Files: * -Copyright: Copyright 2000-2013 The WorldForge project +Copyright: Copyright 2000-2014 The WorldForge project License: GPL-2+ or GFDL-NIV-1.1+ Files: media/shared/common/resources/ogre/ogre_scripts/* @@ -14,6 +15,12 @@ Files: media/shared/common/resources/ogre/ogre_scripts/scripts/Bloom2.material Copyright: 2007-2008 Dark Sylinc License: Expat +Files: debian/* +Copyright: 2009, Michael Koch <[email protected]> + 2012-2013, Stephen M. Webb <[email protected]> + 2015, Olek Wojnar <[email protected]> +License: GPL-2+ + Files: media/shared/common/resources/ogre/caelum/core/*.cg Copyright: 2008 Caelum team. License: LGPL-3+ diff --git a/debian/rules b/debian/rules index e4f9142..7179c8a 100755 --- a/debian/rules +++ b/debian/rules @@ -11,7 +11,3 @@ override_dh_auto_install: -name \*.ttf -o \ -name LICENSE -o \ -name COPYING\* \) -print -delete - -override_dh_builddeb: - dh_builddeb -- -Zxz - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/ember-media.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

