[libwfut] 02/03: Update Packaging

Olek Wojnar olek-guest at moszumanska.debian.org
Tue Jul 12 01:16:41 UTC 2016


This is an automated email from the git hooks/post-receive script.

olek-guest pushed a commit to branch master
in repository libwfut.

commit 45703295d77092665e18fae0d6d538801775e3f5
Author: Olek Wojnar <olek-dev at wojnar.org>
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 <olek-dev at wojnar.org>  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 <mcitadel at gmail.com>
            2007-2009, Michael Koch <konqueror at gmx.de>
            2012, Stephen M. Webb <stephen.webb at bregmasoft.ca>
-           2014-2015, Olek Wojnar <olek-dev at wojnar.org>
+           2014-2016, Olek Wojnar <olek-dev at wojnar.org>
 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



More information about the Pkg-games-commits mailing list