This is an automated email from the git hooks/post-receive script. olek-guest pushed a commit to branch updates in repository mercator.
commit 6f300461f986e27dfa795eaf67c318013b684840 Author: Olek Wojnar <[email protected]> Date: Sat Sep 26 22:52:08 2015 -0500 Packaging updates --- debian/changelog | 8 ++++++++ debian/control | 6 +++--- debian/copyright | 3 ++- debian/rules | 6 +----- debian/watch | 2 +- 5 files changed, 15 insertions(+), 10 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0203f8a..d1eff4e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +mercator (0.3.3-1) UNRELEASED; urgency=medium + + * Add myself as new uploader + * New upstream release (prior packaging by Stephen Webb) + * d/control: tweaks and update standards to 3.9.6 (no changes) + + -- Olek Wojnar <[email protected]> Sat, 26 Sep 2015 22:43:39 -0500 + mercator (0.3.2-2) unstable; urgency=medium * Import changes from Ubuntu for g++-5 ABI transition, fixing FTBFS diff --git a/debian/control b/debian/control index 887afa1..1e47dd1 100644 --- a/debian/control +++ b/debian/control @@ -2,15 +2,15 @@ Source: mercator Section: libs Priority: optional Maintainer: Debian Games Team <[email protected]> -Uploaders: Stephen M. Webb <[email protected]> +Uploaders: Olek Wojnar <[email protected]> Build-Depends: dh-autoreconf, debhelper (>= 9), libwfmath-1.0-dev (>= 1.0.2+dfsg1-0.4), pkg-config -Standards-Version: 3.9.4 +Standards-Version: 3.9.6 Homepage: http://www.worldforge.org/ Vcs-Git: git://anonscm.debian.org/pkg-games/mercator.git -Vcs-Browser: http://anonscm.debian.org/git/pkg-games/mercator.git +Vcs-Browser: http://anonscm.debian.org/cgit/pkg-games/mercator.git Package: libmercator-0.3-3v5 Architecture: any diff --git a/debian/copyright b/debian/copyright index 2aaf939..8428ca1 100644 --- a/debian/copyright +++ b/debian/copyright @@ -17,7 +17,8 @@ License: GPL-2 Files: debian/* Copyright: 2002 Michael Koch <[email protected]> - 2012 Stephen M. Webb <[email protected]> + 2012-2014 Stephen M. Webb <[email protected]> + 2014-2015 Olek Wojnar <[email protected]> License: GPL-2 License: GPL-2 diff --git a/debian/rules b/debian/rules index 2c34a59..f9532b2 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ --with autoreconf + dh $@ --parallel --with autoreconf override_dh_auto_configure: dh_auto_configure -- --disable-silent-rules @@ -15,7 +15,3 @@ override_dh_strip: dh_strip -p$${pkg} --dbg-package=$${pkg}-dbg; \ done dh_strip -s --remaining-packages - -override_dh_builddeb: - dh_builddeb -- -Zxz - diff --git a/debian/watch b/debian/watch index 1b0c47c..ee51b8a 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -http://sf.net/worldforge/mercator-(.*)\.tar\.bz2 debian uupdate +http://sf.net/worldforge/mercator-(.*)\.(?:tar\.(?:gz|bz2|xz)) debian uupdate -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mercator.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

