This is an automated email from the git hooks/post-receive script. olek-guest pushed a commit to branch master in repository mercator.
commit ccb88ef8789d2b77a817e4b242c594c5350985d7 Author: Olek Wojnar <[email protected]> Date: Sun Jun 26 21:26:52 2016 -0400 Update packaging --- debian/changelog | 6 +++++- debian/control | 6 +++--- debian/copyright | 24 +++++++++++++++++++++++- debian/rules | 2 ++ 4 files changed, 33 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index fe22c21..9fb6be0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,14 @@ mercator (0.3.3-2) unstable; urgency=high * Add patch to fix C++11 const float compile issues (Closes: #802285) - - Patch forwarded upstream * d/rules: Explicitly build using the C++11 standard * Add d/triggers file for ldconfig processing * Convert to automatic debug package + * Update d/control + - Standards-Version to 3.9.8 (no changes) + - Update Vcs lines for secure URIs + * Enable all hardening options + * Update d/copyright -- Olek Wojnar <[email protected]> Sun, 26 Jun 2016 21:12:58 -0400 diff --git a/debian/control b/debian/control index cbde72c..c230b28 100644 --- a/debian/control +++ b/debian/control @@ -8,10 +8,10 @@ Build-Depends: debhelper (>= 9), libwfmath-1.0-dev (>= 1.0.2+dfsg1-0.4), pkg-config, dpkg-dev (>= 1.16.1.1) -Standards-Version: 3.9.6 +Standards-Version: 3.9.8 Homepage: http://www.worldforge.org/ -Vcs-Git: git://anonscm.debian.org/pkg-games/mercator.git -Vcs-Browser: http://anonscm.debian.org/cgit/pkg-games/mercator.git +Vcs-Git: https://anonscm.debian.org/git/pkg-games/mercator.git +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/mercator.git Package: libmercator-0.3-4 Architecture: any diff --git a/debian/copyright b/debian/copyright index 8428ca1..e2a885b 100644 --- a/debian/copyright +++ b/debian/copyright @@ -15,10 +15,14 @@ Files: tests/util_timer.* Copyright: 2002 Jari Sundell License: GPL-2 +Files: ltmain.sh +Copyright: 1996-2001, 2003-2006, 2007-2010 Free Software Foundation, Inc. +License: GPL-2+ + Files: debian/* Copyright: 2002 Michael Koch <[email protected]> 2012-2014 Stephen M. Webb <[email protected]> - 2014-2015 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/rules b/debian/rules index 9eead52..516cf86 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,6 @@ #!/usr/bin/make -f + +export DEB_BUILD_MAINT_OPTIONS = hardening=+all export DEB_CXXFLAGS_MAINT_APPEND = -std=c++11 %: -- 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

