This is an automated email from the git hooks/post-receive script. olek-guest pushed a commit to branch updates in repository skstream.
commit 9f7c0a51769b6e0cca08315214dc9590a35a6c6c Author: Olek Wojnar <[email protected]> Date: Fri Jul 8 20:20:01 2016 -0400 Update packaging --- debian/changelog | 22 +++++++++++++++++++--- debian/control | 13 ++++++------- debian/copyright | 7 ++++++- debian/docs | 1 - debian/rules | 8 +++----- debian/triggers | 1 + debian/watch | 2 +- 7 files changed, 36 insertions(+), 18 deletions(-) diff --git a/debian/changelog b/debian/changelog index a04a0de..891ee5d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,25 @@ -skstream (0.3.9-3) UNRELEASED; urgency=medium +skstream (0.3.9-3) unstable; urgency=medium - * Team upload. + [ Tobias Frost ] * Fix VCS-Browser - -- Tobias Frost <[email protected]> Sun, 13 Sep 2015 23:28:46 +0200 + [ Olek Wojnar ] + * Add myself as new uploader + - Remove Stephen Webb per his request + - Thanks for all the contributions, Stephen! + * d/control + - Remove pre-dependency on dpkg + - Update standards to 3.9.8 (no changes) + - Update Vcs lines for secure URIs + * d/rules: + - Enable parallel build + - Remove builddeb override since xz is now default + * d/watch: update file extensions + * Update d/copyright + * Enable all hardening options + * Add d/triggers file for ldconfig processing + + -- Olek Wojnar <[email protected]> Fri, 08 Jul 2016 19:55:16 -0400 skstream (0.3.9-2) unstable; urgency=medium diff --git a/debian/control b/debian/control index 5cf2823..9a87e64 100644 --- a/debian/control +++ b/debian/control @@ -2,19 +2,20 @@ Source: skstream Priority: optional Section: libs Maintainer: Debian Games Team <[email protected]> -Uploaders: Stephen M. Webb <[email protected]> +Uploaders: Olek Wojnar <[email protected]> Build-Depends: debhelper (>= 9), dh-autoreconf, libcppunit-dev (>= 1.13.2-2.1), -Standards-Version: 3.9.4 + dpkg-dev (>= 1.16.1.1) +Standards-Version: 3.9.8 Homepage: http://www.worldforge.org/ -Vcs-Git: git://anonscm.debian.org/pkg-games/skstream.git -Vcs-Browser: http://anonscm.debian.org/cgit/pkg-games/skstream.git +Vcs-Git: https://anonscm.debian.org/git/pkg-games/skstream.git +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/skstream.git Package: libskstream-0.3-7v5 Architecture: any Multi-Arch: same -Pre-Depends: dpkg (>= 1.15.6~), ${misc:Pre-Depends} +Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, ${shlibs:Depends} Conflicts: libskstream-0.3-7 @@ -30,7 +31,6 @@ Package: libskstream-0.3-dev Section: libdevel Architecture: any Multi-Arch: same -Pre-Depends: dpkg (>= 1.15.6~) Depends: libskstream-0.3-7v5 (= ${binary:Version}), ${misc:Depends} Description: iostream-based C++ socket library - development files @@ -46,7 +46,6 @@ Section: debug Priority: extra Architecture: any Multi-Arch: same -Pre-Depends: dpkg (>= 1.15.6~) Depends: libskstream-0.3-7v5 (= ${binary:Version}), ${misc:Depends} Conflicts: libskstream-0.3-7-dbg diff --git a/debian/copyright b/debian/copyright index cc0e9d4..28944a3 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,16 +3,21 @@ Source: https://github.com/worldforge/skstream Files: * Copyright: 2000-2001 Rafael Guterres Jeffman - 2002-2009 Al Riddoch <[email protected]> + 2002-2009, 2011-2012 Al Riddoch <[email protected]> License: GPL-2+ Files: test/* Copyright:2002 Dan Tomalesky and The WorldForge Project License: GPL-2+ +Files: ltmain.sh +Copyright: 1996-2001, 2003-2011 Free Software Foundation, Inc. +License: GPL-2+ + Files: debian/* Copyright: 2002 Michael Koch <[email protected]> 2012 Stephen M. Webb <[email protected]> + 2016 Olek Wojnar <[email protected]> License: GPL-2+ License: GPL-2+ diff --git a/debian/docs b/debian/docs index 5502ed8..50bd824 100644 --- a/debian/docs +++ b/debian/docs @@ -1,3 +1,2 @@ NEWS README -TODO diff --git a/debian/rules b/debian/rules index 1cfba91..3a374c2 100755 --- a/debian/rules +++ b/debian/rules @@ -1,14 +1,12 @@ #!/usr/bin/make -f +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + %: - dh $@ --with autoreconf + dh $@ --parallel --with autoreconf override_dh_install: dh_install --fail-missing -X.la -X.a override_dh_strip: dh_strip --dbg-package=libskstream-0.3-7v5-dbg - -override_dh_builddeb: - dh_builddeb -- -Zxz - diff --git a/debian/triggers b/debian/triggers new file mode 100644 index 0000000..dd86603 --- /dev/null +++ b/debian/triggers @@ -0,0 +1 @@ +activate-noawait ldconfig diff --git a/debian/watch b/debian/watch index 1f23dc4..c3cc18a 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -http://sf.net/worldforge/skstream-([\d\.]*)\.tar\.bz2 debian uupdate +http://sf.net/worldforge/skstream-([\d\.]*)\.(?:tar\.(?:gz|bz2|xz)) debian uupdate -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/skstream.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

