[SCM] thin, simple and robust network communication layer on top of UDP branch, master, updated. debian/1.3.1-3

Ansgar Burchardt ansgar at debian.org
Tue Jun 28 18:18:03 UTC 2011


The following commit has been merged in the master branch:
commit 05d11b8427d523c7d8cb22f0d6ec89021dd36ad8
Author: Ansgar Burchardt <ansgar at debian.org>
Date:   Thu Jun 23 23:20:00 2011 +0200

    Build for multiarch.

diff --git a/debian/changelog b/debian/changelog
index 58917d3..6a83593 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+enet (1.3.1-3) unstable; urgency=low
+
+  * Build for multiarch.
+
+ -- Ansgar Burchardt <ansgar at debian.org>  Thu, 23 Jun 2011 23:18:36 +0200
+
 enet (1.3.1-2) unstable; urgency=low
 
   * Upload to unstable.
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 6d3441b..a087d56 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Gonéri Le Bouder <goneri at rulezlan.org>,
  Ansgar Burchardt <ansgar at debian.org>
-Build-Depends: debhelper (>= 7.0.50), autotools-dev, doxygen
+Build-Depends: debhelper (>= 8.1.3), autotools-dev, doxygen
 Standards-Version: 3.9.1
 Vcs-Git: git://git.debian.org/git/pkg-games/enet.git
 Vcs-Browser: http://git.debian.org/?p=pkg-games/enet.git
@@ -14,7 +14,9 @@ Package: libenet1a
 Replaces: libenet1
 Conflicts: libenet1
 Depends: ${misc:Depends}, ${shlibs:Depends}
+Pre-Depends: ${misc:Pre-Depends}
 Architecture: any
+Multi-Arch: same
 Description: thin network communication layer on top of UDP
  ENet's purpose is to provide a relatively thin, simple and robust network
  communication layer on top of UDP (User Datagram Protocol). The primary
diff --git a/debian/libenet-dev.dirs b/debian/libenet-dev.dirs
deleted file mode 100644
index d8f3481..0000000
--- a/debian/libenet-dev.dirs
+++ /dev/null
@@ -1,3 +0,0 @@
-usr/include/enet
-usr/lib/pkgconfig
-
diff --git a/debian/libenet-dev.install b/debian/libenet-dev.install
index e0cc692..e3abbff 100644
--- a/debian/libenet-dev.install
+++ b/debian/libenet-dev.install
@@ -1,3 +1,3 @@
 usr/include/enet
-usr/lib/libenet.so
-usr/lib/pkgconfig
+usr/lib/*/libenet.so
+usr/lib/*/pkgconfig
diff --git a/debian/libenet1a.install b/debian/libenet1a.install
index f50b5f7..23d22fb 100644
--- a/debian/libenet1a.install
+++ b/debian/libenet1a.install
@@ -1 +1 @@
-usr/lib/libenet.so.*
+usr/lib/*/libenet.so.*

-- 
thin, simple and robust network communication layer on top of UDP



More information about the Pkg-games-commits mailing list