[atlas-cpp] 03/04: Update packaging

Olek Wojnar olek-guest at moszumanska.debian.org
Mon Jul 4 19:05:32 UTC 2016


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

olek-guest pushed a commit to branch updates
in repository atlas-cpp.

commit 5d443838343ff9472a79be287207273570406696
Author: Olek Wojnar <olek-dev at wojnar.org>
Date:   Sun Jul 3 14:08:13 2016 -0400

    Update packaging
---
 debian/atlas_convert.1                          |  2 +-
 debian/changelog                                |  6 ++++++
 debian/control                                  | 15 +++++++--------
 debian/copyright                                |  2 +-
 debian/libatlas-cpp-0.6-2.lintian-overrides     |  2 ++
 debian/libatlas-cpp-0.6-dev.lintian-overrides   |  2 ++
 debian/libatlas-cpp-0.6-tools.lintian-overrides |  2 ++
 debian/libatlas-cpp-doc.lintian-overrides       |  2 ++
 debian/rules                                    |  2 ++
 debian/triggers                                 |  1 +
 10 files changed, 26 insertions(+), 10 deletions(-)

diff --git a/debian/atlas_convert.1 b/debian/atlas_convert.1
index a32cb01..4a586bc 100644
--- a/debian/atlas_convert.1
+++ b/debian/atlas_convert.1
@@ -20,7 +20,7 @@ atlas_convert \- convert Atlas data files
 This tool converts Atlas data files between formats using
 .IR codecs .
 
-Suported codecs include
+Supported codecs include
 .IR XML ,
 .IR Bach ,
 and
diff --git a/debian/changelog b/debian/changelog
index c8e29bb..47f8fa2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,12 @@ atlas-cpp (0.6.3-3) unstable; urgency=medium
 
   * Integrate symbol fix from Ubuntu, thanks Matthias Klose
   * Fix symbols for GCC6 (Closes: #811982)
+  * 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>  Sun, 03 Jul 2016 13:26:50 -0400
 
diff --git a/debian/control b/debian/control
index 6f3a40c..1c081d6 100644
--- a/debian/control
+++ b/debian/control
@@ -6,12 +6,13 @@ Priority: optional
 Build-Depends: debhelper (>= 9),
                dh-autoreconf,
                libbz2-dev,
-               zlib1g-dev
+               zlib1g-dev,
+               dpkg-dev (>= 1.16.1.1)
 Build-Depends-Indep: doxygen
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
 Homepage: http://www.worldforge.org/
-Vcs-Git: git://anonscm.debian.org/pkg-games/atlas-cpp.git
-Vcs-Browser: http://anonscm.debian.org/cgit/pkg-games/atlas-cpp.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-games/atlas-cpp.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/atlas-cpp.git
 
 Package: libatlas-cpp-0.6-2
 Architecture: any
@@ -56,8 +57,7 @@ Depends: libatlas-cpp-0.6-2 (= ${binary:Version}),
          pkg-config,
          ${misc:Depends},
          ${shlibs:Depends}
-Suggests: libatlas-cpp-0.6-2-dbg (= ${binary:Version}),
-          libatlas-cpp-0.6-dev (= ${binary:Version}),
+Suggests: libatlas-cpp-0.6-dev (= ${binary:Version}),
           libatlas-cpp-doc (>= ${source:Version})
 Breaks: libatlas-cpp-0.6-dev (<< 0.6.3)
 Replaces: libatlas-cpp-0.6-dev (<< 0.6.3)
@@ -76,8 +76,7 @@ Depends: libatlas-cpp-0.6-2 (= ${binary:Version}),
          pkg-config,
          ${misc:Depends},
          ${shlibs:Depends}
-Suggests: libatlas-cpp-0.6-2-dbg (= ${binary:Version}),
-          libatlas-cpp-doc (>= ${source:Version})
+Suggests: libatlas-cpp-doc (>= ${source:Version})
 Conflicts: libatlas-cpp-0.6-0-dev
 Replaces: libatlas-cpp-0.6-0-dev
 Description: World Forge wire protocol library - developer files
diff --git a/debian/copyright b/debian/copyright
index 29ad726..6ad5e0b 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -48,7 +48,7 @@ License: GPL-2+
 Files: debian/*
 Copyright: 2002 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/libatlas-cpp-0.6-2.lintian-overrides b/debian/libatlas-cpp-0.6-2.lintian-overrides
index e5ead3d..118396f 100644
--- a/debian/libatlas-cpp-0.6-2.lintian-overrides
+++ b/debian/libatlas-cpp-0.6-2.lintian-overrides
@@ -1,2 +1,4 @@
 # upstream provides a slew of smaller shared libraries
 libatlas-cpp-0.6-2: package-name-doesnt-match-sonames 
+# There is no GFDL 1.1 file in /usr/share/common-licenses/.
+libatlas-cpp-0.6-2: copyright-refers-to-symlink-license
diff --git a/debian/libatlas-cpp-0.6-dev.lintian-overrides b/debian/libatlas-cpp-0.6-dev.lintian-overrides
new file mode 100644
index 0000000..fbcc3eb
--- /dev/null
+++ b/debian/libatlas-cpp-0.6-dev.lintian-overrides
@@ -0,0 +1,2 @@
+# There is no GFDL 1.1 file in /usr/share/common-licenses/.
+libatlas-cpp-0.6-dev: copyright-refers-to-symlink-license
diff --git a/debian/libatlas-cpp-0.6-tools.lintian-overrides b/debian/libatlas-cpp-0.6-tools.lintian-overrides
index 22ffc45..56da17d 100644
--- a/debian/libatlas-cpp-0.6-tools.lintian-overrides
+++ b/debian/libatlas-cpp-0.6-tools.lintian-overrides
@@ -1,3 +1,5 @@
+# There is no GFDL 1.1 file in /usr/share/common-licenses/.
+libatlas-cpp-0.6-tools: copyright-refers-to-symlink-license
 # The Debian Games team is split about whether or not to implement packages
 # in this way. Fedora and most upstreams do not install into /usr/games. 
 # Not using /usr/games seems to be the direction for distro standardization.
diff --git a/debian/libatlas-cpp-doc.lintian-overrides b/debian/libatlas-cpp-doc.lintian-overrides
index dd5ddab..f950724 100644
--- a/debian/libatlas-cpp-doc.lintian-overrides
+++ b/debian/libatlas-cpp-doc.lintian-overrides
@@ -1,3 +1,5 @@
+# There is no GFDL 1.1 file in /usr/share/common-licenses/.
+libatlas-cpp-doc: copyright-refers-to-symlink-license
 # Necessary for Doxygen documentation. For more information see:
 # http://sources.debian.net/src/doxygen/1.8.9.1-5/debian/README.jquery
 libatlas-cpp-doc: embedded-javascript-library
diff --git a/debian/rules b/debian/rules
index d4dd00e..c8f807a 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/atlas-cpp.git



More information about the Pkg-games-commits mailing list