This is an automated email from the git hooks/post-receive script. olek-guest pushed a commit to branch master in repository eris.
commit 8df441fe9d28cdfe38d83c3dc097b13576207303 Author: Olek Wojnar <[email protected]> Date: Sun Jun 26 14:42:58 2016 -0400 Update packaging --- debian/changelog | 22 ++++++++++++++++------ debian/control | 14 +++++++------- debian/copyright | 26 ++++++++++++++++++++++++-- debian/docs | 1 - debian/liberis-doc.lintian-overrides | 3 +++ debian/rules | 2 ++ debian/triggers | 1 + 7 files changed, 53 insertions(+), 16 deletions(-) diff --git a/debian/changelog b/debian/changelog index bd70d2c..c984876 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,22 @@ -eris (1.3.23-1) unstable; urgency=low - +eris (1.3.23-1) unstable; urgency=medium + + * New upstream release (Closes: #799749) + * Incorporate NMU, thanks Tobias Frost + * Update d/control + - Standards-Version to 3.9.8 (no changes) + - Remove pre-dependency on dpkg + - Update Vcs lines for secure URIs * Add myself as new uploader - * Incorporate and acknowledge NMU, thanks Tobias Frost - * New upstream release - * Update d/control: Standards-Version to 3.9.6 (no changes) + - Remove Stephen Webb per his request + - Thanks for all the contributions, Stephen! + * Update symbols * Convert to automatic debug package + * Enable all hardening options + * Update d/copyright + * Update lintian overrides + * Add ldconfig trigger - -- Olek Wojnar <[email protected]> Sun, 26 Jun 2016 10:46:05 -0400 + -- Olek Wojnar <[email protected]> Sun, 26 Jun 2016 16:55:55 -0400 eris (1.3.21-0.1) unstable; urgency=low diff --git a/debian/control b/debian/control index ad548f7..bfae07f 100644 --- a/debian/control +++ b/debian/control @@ -11,17 +11,18 @@ Build-Depends: debhelper (>= 9), libmercator-0.3-dev (>= 0.3.3), libsigc++-2.0-dev, libskstream-0.3-dev (>= 0.3.9), - libwfmath-1.0-dev + libwfmath-1.0-dev, + dpkg-dev (>= 1.16.1.1) Build-Conflicts: libsigc++-1.2-dev, libsigc-perl, libsigcoperl-dev -Standards-Version: 3.9.6 +Standards-Version: 3.9.8 Homepage: http://www.worldforge.org/ -Vcs-Git: git://anonscm.debian.org/pkg-games/eris.git -Vcs-Browser: http://anonscm.debian.org/cgit/pkg-games/eris.git +Vcs-Git: https://anonscm.debian.org/git/pkg-games/eris.git +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/eris.git Package: liberis-1.3-21 Architecture: any Multi-Arch: same -Pre-Depends: ${misc:Pre-Depends}, dpkg (>= 1.15.6~) +Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, ${shlibs:Depends} Description: WorldForge client entity library Eris is designed to simplify client development (and avoid repeating the @@ -50,7 +51,7 @@ Description: WorldForge client entity library Package: liberis-1.3-dev Section: libdevel Architecture: any -Pre-Depends: ${misc:Pre-Depends}, dpkg (>= 1.15.6~) +Pre-Depends: ${misc:Pre-Depends} Depends: libatlas-cpp-0.6-dev (>= 0.6.3), liberis-1.3-21 (= ${binary:Version}), libglib2.0-dev, @@ -87,7 +88,6 @@ Description: WorldForge client entity library - development files Package: liberis-doc Section: doc -Pre-Depends: dpkg (>= 1.15.6~) Depends: ${misc:Depends} Suggests: liberis-1.3-dev Architecture: all diff --git a/debian/copyright b/debian/copyright index 0c973ed..40ad3e1 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,7 +4,7 @@ Source: https://github.com/worldforge/eris Files: * Copyright: 2002-2008 James Turner <[email protected]> 2003-2012 Alistair Riddoch <[email protected]> - 2012-2014 Erik Ogenvik <[email protected]> + 2008, 2010, 2012-2014 Erik Ogenvik (née Hjortsberg) <[email protected]> 2010 Manohar Vanga <[email protected]> 2011, 2013, 2014 Peter Szücs <[email protected]> 2002, 2003, 2005-2007 Simon Goodall <[email protected]> @@ -15,10 +15,14 @@ Comment: The distribution license of this software is not explicitly clear correspondence that "I can just state the this code is distributed under the GPL version two." +Files: ltmain.sh +Copyright: 1996-2001, 2003-2006, 2007-2011 Free Software Foundation, Inc. +License: GPL-2+ + Files: debian/* Copyright: 2002 Michael Koch <[email protected]> 2012-2013 Stephen M. Webb <[email protected]> - 2014 Olek Wojnar <[email protected]> + 2014-2016 Olek Wojnar <[email protected]> License: GPL-2 License: GPL-2 @@ -37,3 +41,21 @@ License: GPL-2 . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. + +License: GPL-2+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + . + On Debian systems, the full text of the GNU General Public License version 2 + can be found in the file `/usr/share/common-licenses/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/liberis-doc.lintian-overrides b/debian/liberis-doc.lintian-overrides new file mode 100644 index 0000000..0ebad38 --- /dev/null +++ b/debian/liberis-doc.lintian-overrides @@ -0,0 +1,3 @@ +# Necessary for Doxygen documentation. For more information see: +# http://sources.debian.net/src/doxygen/1.8.9.1-5/debian/README.jquery +liberis-doc: embedded-javascript-library diff --git a/debian/rules b/debian/rules index 7e9b272..8d9268a 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 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/eris.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

