[SCM] WorldForge math library branch, master, updated. debian/0.3.11-1_RFS1-15-g9529b4b
Stephen M. Webb
stephen.webb at bregmasoft.ca
Sat Jan 28 01:42:45 UTC 2012
The following commit has been merged in the master branch:
commit 9529b4b5242806c692d35436f3bca9bee02cd42b
Author: Stephen M. Webb <stephen.webb at bregmasoft.ca>
Date: Fri Jan 27 20:33:15 2012 -0500
move to debhelper compat level 9
diff --git a/debian/changelog b/debian/changelog
index 0b7b184..59da8f9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ wfmath (0.3.12-1) UNRELEASED; urgency=low
* debian/copyright: converted to DEP-5 format
* debian/rules: regenerated autoconfigury
* use xz compression for packaging
+ * move to debhelper compat level 9
-- Stephen M. Webb <stephen.webb at bregmasoft.ca> Fri, 27 Jan 2012 19:14:05 -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 9ae586f..b118a5f 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: libs
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
Uploaders: Stephen M. Webb <stephen.webb at bregmasoft.ca>
-Build-Depends: debhelper (>= 8),
+Build-Depends: debhelper (>= 9),
dh-autoreconf,
doxygen
Standards-Version: 3.9.2
@@ -13,7 +13,8 @@ Vcs-Browser: http://git.debian.org/?p=pkg-games/wfmath.git
Package: libwfmath-0.3-6
Architecture: any
-Pre-Depends: dpkg (>= 1.15.6~)
+Multi-Arch: same
+Pre-Depends: dpkg (>= 1.15.6~), ${misc:Pre-Depends}
Depends: ${misc:Depends},
${shlibs:Depends}
Description: WorldForge math library
@@ -25,6 +26,7 @@ Description: WorldForge math library
Package: libwfmath-0.3-dev
Section: libdevel
Architecture: any
+Multi-Arch: same
Pre-Depends: dpkg (>= 1.15.6~)
Depends: libwfmath-0.3-6 (= ${binary:Version}),
${misc:Depends}
@@ -40,6 +42,7 @@ Description: WorldForge math library - development files
Package: libwfmath-doc
Section: doc
Architecture: all
+Multi-Arch: foreign
Pre-Depends: dpkg (>= 1.15.6~)
Depends: ${misc:Depends}
Description: WorldForge math library - API documentation
@@ -54,6 +57,7 @@ Package: libwfmath-0.3-6-dbg
Section: debug
Priority: extra
Architecture: any
+Multi-Arch: same
Pre-Depends: dpkg (>= 1.15.6~)
Depends: libwfmath-0.3-6 (= ${binary:Version}),
${misc:Depends}
diff --git a/debian/libwfmath-0.3-6.install b/debian/libwfmath-0.3-6.install
index ccf5c3b..837f150 100644
--- a/debian/libwfmath-0.3-6.install
+++ b/debian/libwfmath-0.3-6.install
@@ -1,2 +1,2 @@
-usr/lib/libwfmath-0.3.so.6
-usr/lib/libwfmath-0.3.so.6.0.0
+usr/lib/*/libwfmath-0.3.so.6
+usr/lib/*/libwfmath-0.3.so.6.0.0
diff --git a/debian/libwfmath-0.3-dev.install b/debian/libwfmath-0.3-dev.install
index 8122d2f..21f4219 100644
--- a/debian/libwfmath-0.3-dev.install
+++ b/debian/libwfmath-0.3-dev.install
@@ -1,3 +1,3 @@
usr/include/wfmath-0.3/wfmath/*
-usr/lib/libwfmath-0.3.so
-usr/lib/pkgconfig/wfmath-0.3.pc
+usr/lib/*/libwfmath-0.3.so
+usr/lib/*/pkgconfig/wfmath-0.3.pc
--
WorldForge math library
More information about the Pkg-games-commits
mailing list