[atlas-cpp] 02/05: Update packaging for new upstream

Olek Wojnar olek-guest at moszumanska.debian.org
Mon Sep 28 05:47:32 UTC 2015


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

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

commit 05face9132c34b4e0ddf0ddaa234b81fd34dc58b
Author: Olek Wojnar <olek-dev at wojnar.org>
Date:   Sun Sep 27 01:25:58 2015 -0500

    Update packaging for new upstream
---
 debian/changelog                                | 17 +++++++++++++++++
 debian/control                                  | 12 +++++-------
 debian/copyright                                | 17 ++++++++++++++---
 debian/docs                                     |  2 --
 debian/libatlas-cpp-0.6-2-dbg.lintian-overrides |  2 ++
 debian/libatlas-cpp-doc.lintian-overrides       |  3 +++
 debian/rules                                    |  6 +-----
 debian/watch                                    |  2 +-
 8 files changed, 43 insertions(+), 18 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1930c63..dcf169f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,20 @@
+atlas-cpp (0.6.3-1) UNRELEASED; urgency=medium
+
+  * New upstream version
+  * Incorporate and acknowledge NMU, thanks Tobias Frost
+  * Add myself as new uploader
+    - Remove Stephen Webb per his request
+    - Thanks for all the contributions, Stephen!
+  * Update lintian overrides
+  * d/copyright: update information
+  * d/control: remove pre-dependency on dpkg
+  * d/rules: enable parallel build
+  * d/rules: remove builddeb override since xz is now default
+  * d/watch: update file extensions
+  * d/control: tweaks and update standards to 3.9.6 (no changes)
+
+ -- Olek Wojnar <olek-dev at wojnar.org>  Sun, 27 Sep 2015 01:19:00 -0500
+
 atlas-cpp (0.6.2-5) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/control b/debian/control
index ae3d6cf..03e64f4 100644
--- a/debian/control
+++ b/debian/control
@@ -1,6 +1,6 @@
 Source: atlas-cpp
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Uploaders: Stephen M. Webb <stephen.webb at bregmasoft.ca>
+Uploaders: Olek Wojnar <olek-dev at wojnar.org>
 Section: libs
 Priority: optional
 Build-Depends: debhelper (>= 9),
@@ -8,15 +8,15 @@ Build-Depends: debhelper (>= 9),
                libbz2-dev,
                zlib1g-dev
 Build-Depends-Indep: doxygen
-Standards-Version: 3.9.4
+Standards-Version: 3.9.6
 Homepage: http://www.worldforge.org/
 Vcs-Git: git://anonscm.debian.org/pkg-games/atlas-cpp.git
-Vcs-Browser: http://anonscm.debian.org/git/pkg-games/atlas-cpp.git
+Vcs-Browser: http://anonscm.debian.org/cgit/pkg-games/atlas-cpp.git
 
 Package: libatlas-cpp-0.6-1v5
 Architecture: any
 Multi-Arch: same
-Pre-Depends: dpkg (>= 1.15.6~), ${misc:Pre-Depends}
+Pre-Depends: ${misc:Pre-Depends}
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Conflicts: libatlas-cpp-0.6-1
 Replaces: libatlas-cpp-0.6-1
@@ -31,7 +31,6 @@ Architecture: any
 Multi-Arch: same
 Section: debug
 Priority: extra
-Pre-Depends: dpkg (>= 1.15.6~)
 Depends: libatlas-cpp-0.6-1v5 (= ${binary:Version}), ${misc:Depends}
 Conflicts: libatlas-cpp-0.6-1-dbg
 Replaces: libatlas-cpp-0.6-1-dbg
@@ -45,7 +44,6 @@ Package: libatlas-cpp-doc
 Architecture: all
 Multi-Arch: foreign
 Section: doc
-Pre-Depends: dpkg (>= 1.15.6~)
 Depends: ${misc:Depends}
 Suggests: libatlas-cpp-0.6-dev (>= ${source:Version})
 Description: World Forge wire protocol library - documentation
@@ -56,8 +54,8 @@ Description: World Forge wire protocol library - documentation
 
 Package: libatlas-cpp-0.6-dev
 Architecture: any
+Multi-Arch: same
 Section: libdevel
-Pre-Depends: dpkg (>= 1.15.6~)
 Depends: libatlas-cpp-0.6-1v5 (= ${binary:Version}),
          pkg-config,
          ${misc:Depends},
diff --git a/debian/copyright b/debian/copyright
index 830949f..29ad726 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -14,7 +14,7 @@ License: LGPL-2.1
  modify it under the terms of the GNU Lesser General Public
  License as published by the Free Software Foundation; either
  version 2.1 of the License, or (at your option) any later version.
- ,
+ .
  This library 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
@@ -27,19 +27,30 @@ License: LGPL-2.1
  On Debian systems, the full text of the GNU Lesser General Public License
  version 2.1 can be found in the file `/usr/share/common-licenses/LGPL-2.1'.
 
-Files: tutorial/examples/*
+Files: tutorial/example/*
 Copyright: 2000 Stefanus Du Toit <sdt at gmx.net>
 License: GFDL-NIV-1.0+
  This file is covered by the GNU Free Documentation License.
  .
- On Debian systems, the full text of the GNU Lesser General Public License
+ On Debian systems, the full text of the GNU Free Documentation License
  can be found in the file `/usr/share/common-licenses/GFDL'.
 Comment:
  No invariant sections, no front cover and no back cover texts are given.
 
+Files: ltmain.sh
+Copyright: 1996-2001, 2003-2010 Free Software Foundation, Inc.
+License: GPL-2+
+
+Files: tests/Codecs/codecs.cpp
+Copyright: 2013 Erik Ogenvik
+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>
+License: 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
diff --git a/debian/docs b/debian/docs
index 43724bd..6f83607 100644
--- a/debian/docs
+++ b/debian/docs
@@ -1,5 +1,3 @@
 AUTHORS
 NEWS
 README
-ROADMAP
-TODO
diff --git a/debian/libatlas-cpp-0.6-2-dbg.lintian-overrides b/debian/libatlas-cpp-0.6-2-dbg.lintian-overrides
new file mode 100644
index 0000000..b480090
--- /dev/null
+++ b/debian/libatlas-cpp-0.6-2-dbg.lintian-overrides
@@ -0,0 +1,2 @@
+# This file only contains a .debug_str section and no .debug_line section
+libatlas-cpp-0.6-2-dbg: debug-file-with-no-debug-symbols
diff --git a/debian/libatlas-cpp-doc.lintian-overrides b/debian/libatlas-cpp-doc.lintian-overrides
new file mode 100644
index 0000000..dd5ddab
--- /dev/null
+++ b/debian/libatlas-cpp-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
+libatlas-cpp-doc: embedded-javascript-library
diff --git a/debian/rules b/debian/rules
index bfb2a69..d4dd00e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with autoreconf
+	dh $@ --parallel --with autoreconf
 
 override_dh_install:
 	dh_install --fail-missing -X.la -X.a
@@ -21,7 +21,3 @@ override_dh_strip:
 		dh_strip -p$${pkg} --dbg-package=$${pkg}-dbg; \
 	done
 	dh_strip -s --remaining-packages
-
-override_dh_builddeb:
-	dh_builddeb -- -Zxz
-
diff --git a/debian/watch b/debian/watch
index 6920fa1..8643978 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-http://sf.net/worldforge/Atlas-C\+\+-([\d+\.]+|\d+)\.tar\.bz2 debian
+http://sf.net/worldforge/Atlas-C\+\+-([\d+\.]+|\d+)\.(?:tar\.(?:gz|bz2|xz)) debian uupdate

-- 
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