This is an automated email from the git hooks/post-receive script. olek-guest pushed a commit to branch updates in repository libwfut.
commit 45703295d77092665e18fae0d6d538801775e3f5 Author: Olek Wojnar <[email protected]> Date: Sat Jul 2 21:58:25 2016 -0400 Update Packaging --- debian/changelog | 6 ++++++ debian/control | 9 +++++---- debian/copyright | 2 +- debian/rules | 2 ++ debian/triggers | 1 + 5 files changed, 15 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index d722346..1544999 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,12 @@ libwfut (0.2.3-4) unstable; urgency=medium * Fix symbols for GCC6 (Closes: #811985) + * Update d/control + - Standards-Version to 3.9.8 (no changes) + - Update Vcs lines for secure URIs + * Enable all hardening options + * Update d/copyright + * Add ldconfig trigger -- Olek Wojnar <[email protected]> Sat, 02 Jul 2016 21:02:36 -0400 diff --git a/debian/control b/debian/control index b2d5422..aa3d1be 100644 --- a/debian/control +++ b/debian/control @@ -11,12 +11,13 @@ Build-Depends: debhelper (>= 9), libtinyxml-dev, python-dev, swig, - zlib1g-dev + zlib1g-dev, + dpkg-dev (>= 1.16.1.1) X-Python-Version: >= 2.7 -Standards-Version: 3.9.6 +Standards-Version: 3.9.8 Homepage: http://www.worldforge.org/ -Vcs-Git: git://anonscm.debian.org/pkg-games/libwfut.git -Vcs-Browser: http://anonscm.debian.org/cgit/pkg-games/libwfut.git +Vcs-Git: https://anonscm.debian.org/git/pkg-games/libwfut.git +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/libwfut.git Package: libwfut-0.2-1 Architecture: any diff --git a/debian/copyright b/debian/copyright index db96968..d8c4628 100644 --- a/debian/copyright +++ b/debian/copyright @@ -28,7 +28,7 @@ Files: debian/* Copyright: 2007, Andres Mejia <[email protected]> 2007-2009, Michael Koch <[email protected]> 2012, Stephen M. Webb <[email protected]> - 2014-2015, Olek Wojnar <[email protected]> + 2014-2016, Olek Wojnar <[email protected]> License: GPL-2+ License: GPL-2+ diff --git a/debian/rules b/debian/rules index 176a980..b534e89 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,7 @@ #!/usr/bin/make -f +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + %: dh $@ --parallel --with autoreconf,python2 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 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/libwfut.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

