This is an automated email from the git hooks/post-receive script. olek-guest pushed a commit to branch updates in repository cyphesis-cpp.
commit cc973bd5063ee0bd8fa8fedd321f24d34e4bb504 Author: Olek Wojnar <[email protected]> Date: Tue Jul 5 01:13:14 2016 -0400 Update packaging --- debian/changelog | 7 ++++++- debian/control | 3 ++- debian/rules | 1 + 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2f47355..b955e33 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,12 @@ cyphesis-cpp (0.6.0-4) unstable; urgency=high - * Remove debconf (Closes: ##794948) + * Remove debconf (Closes: #794948) * 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]> Mon, 04 Jul 2016 22:05:12 -0400 diff --git a/debian/control b/debian/control index 09dfb96..536867d 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,8 @@ Build-Depends: debhelper (>= 9), libskstream-0.3-dev, libvarconf-dev, libwfmath-1.0-dev (>= 1.0.0), - python-dev + python-dev, + dpkg-dev (>= 1.16.1.1) Standards-Version: 3.9.8 Homepage: http://www.worldforge.org/ Vcs-Git: https://anonscm.debian.org/git/pkg-games/cyphesis-cpp.git diff --git a/debian/rules b/debian/rules index 9ffd5bd..3a08d9d 100755 --- a/debian/rules +++ b/debian/rules @@ -2,6 +2,7 @@ # Uncomment this to turn on verbose mode. export DH_VERBOSE=1 export DH_OPTIONS=-v +export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: dh $@ --parallel --with autoreconf,python2 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/cyphesis-cpp.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

