[SCM] WorldForge protocol library branch, master, updated. debian/0.6.2-1_RFS1-6-g5f002c6

Stephen M. Webb stephen.webb at bregmasoft.ca
Sat Jan 28 04:31:50 UTC 2012


The following commit has been merged in the master branch:
commit 5f002c6516f526f2b2f245d7cafd84262f769796
Author: Stephen M. Webb <stephen.webb at bregmasoft.ca>
Date:   Fri Jan 27 23:28:20 2012 -0500

    moved to debhelper compat level 9

diff --git a/debian/changelog b/debian/changelog
index 084f04b..228485a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ atlas-cpp (0.6.2-1) UNRELEASED; urgency=low
   * added more zlib and libbz build dependencies
   * debian/rules: convert to use dh build sequencer
   * use xz compression for packaging
+  * moved to debhelper compat level 9
 
  -- Stephen M. Webb <stephen.webb at bregmasoft.ca>  Fri, 27 Jan 2012 23:20:30 -0500
 
diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index b44a9b9..931525a 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Stephen M. Webb <stephen.webb at bregmasoft.ca>
 Section: libs
 Priority: optional
-Build-Depends: debhelper (>= 8),
+Build-Depends: debhelper (>= 9),
                dh-autoreconf,
                doxygen,
                libbz2-dev,
@@ -15,6 +15,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-games/atlas-cpp.git
 
 Package: libatlas-cpp-0.6-1
 Architecture: any
+Multi-Arch: same
 Pre-Depends: dpkg (>= 1.15.6~), ${misc:Pre-Depends}
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: World Forge wire protocol library - runtime libs
@@ -25,6 +26,7 @@ Description: World Forge wire protocol library - runtime libs
 
 Package: libatlas-cpp-0.6-1-dbg
 Architecture: any
+Multi-Arch: same
 Section: debug
 Priority: extra
 Pre-Depends: dpkg (>= 1.15.6~)
@@ -37,6 +39,7 @@ Description: World Forge wire protocol library - debugging libs
 
 Package: libatlas-cpp-doc
 Architecture: all
+Multi-Arch: foreign
 Section: doc
 Pre-Depends: dpkg (>= 1.15.6~)
 Depends: ${misc:Depends}
@@ -49,6 +52,7 @@ 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-1 (= ${binary:Version}),
diff --git a/debian/libatlas-cpp-0.6-1.install b/debian/libatlas-cpp-0.6-1.install
index 0c98854..bdcc3d9 100644
--- a/debian/libatlas-cpp-0.6-1.install
+++ b/debian/libatlas-cpp-0.6-1.install
@@ -1,2 +1,2 @@
-usr/lib/lib*-0.6.so.1
-usr/lib/lib*-0.6.so.1.*
+usr/lib/*/lib*-0.6.so.1
+usr/lib/*/lib*-0.6.so.1.*
diff --git a/debian/libatlas-cpp-0.6-dev.install b/debian/libatlas-cpp-0.6-dev.install
index 8394dd4..ef4fbd0 100644
--- a/debian/libatlas-cpp-0.6-dev.install
+++ b/debian/libatlas-cpp-0.6-dev.install
@@ -1,4 +1,4 @@
 usr/bin
 usr/include/Atlas-C++-0.6/Atlas
-usr/lib/lib*-0.6.so
-usr/lib/pkgconfig
+usr/lib/*/lib*-0.6.so
+usr/lib/*/pkgconfig

-- 
WorldForge protocol library



More information about the Pkg-games-commits mailing list