Your message dated Wed, 21 Dec 2011 11:23:08 +0100
with message-id <[email protected]>
and subject line Re: Bug#652873: sdl-net1.2: Please transition sdl-net1.2 for
multiarch
has caused the Debian Bug report #652873,
regarding sdl-net1.2: Please transition sdl-net1.2 for multiarch
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
652873: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=652873
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: sdl-net1.2
Version: 1.2.7-3
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu precise ubuntu-patch
Hi folks,
In Ubuntu, the attached patch has been applied to make sdl-net1.2 compatible
with multiarch, as described at
<http://wiki.debian.org/Multiarch/Implementation>.
This library is used by some third-party binary-only packages in the wild,
and is also obviously used by a number of free applications, so it's useful
to have this library co-installable in a multiarch configuration.
Thanks for considering the patch.
--
Steve Langasek Give me a lever long enough and a Free OS
Debian Developer to set it on, and I can move the world.
Ubuntu Developer http://www.debian.org/
[email protected] [email protected]
=== modified file 'debian/compat'
--- debian/compat 2011-12-04 10:12:42 +0000
+++ debian/compat 2011-12-21 08:53:08 +0000
@@ -1 +1 @@
-8
+9
=== modified file 'debian/control'
--- debian/control 2011-12-04 10:12:42 +0000
+++ debian/control 2011-12-21 09:01:40 +0000
@@ -1,11 +1,12 @@
Source: sdl-net1.2
Section: libs
Priority: optional
-Maintainer: Debian SDL packages maintainers <[email protected]>
+Maintainer: Ubuntu Developers <[email protected]>
+XSBC-Original-Maintainer: Debian SDL packages maintainers <[email protected]>
Uploaders: Mike Furr <[email protected]>, Manuel A. Fernandez Montecelo <[email protected]>
DM-Upload-Allowed: yes
Standards-Version: 3.9.2
-Build-Depends: debhelper (>= 8.0.0),
+Build-Depends: debhelper (>= 8.1.3~),
dh-autoreconf,
dpkg-dev (>= 1.16.1~),
libsdl1.2-dev (>= 1.2.14),
@@ -17,6 +18,8 @@
Package: libsdl-net1.2
Section: libs
Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends},
${misc:Depends}
Description: Network library for Simple DirectMedia Layer 1.2, libraries
@@ -29,6 +32,7 @@
Package: libsdl-net1.2-dev
Section: libdevel
Architecture: any
+Multi-Arch: same
Depends: ${misc:Depends},
libc6-dev,
libsdl-net1.2 (= ${binary:Version}),
=== modified file 'debian/libsdl-net1.2-dev.install'
--- debian/libsdl-net1.2-dev.install 2011-12-04 10:12:42 +0000
+++ debian/libsdl-net1.2-dev.install 2011-12-21 08:54:28 +0000
@@ -1,4 +1,4 @@
usr/include
-usr/lib/lib*.a
-usr/lib/lib*.so
-usr/lib/pkgconfig
+usr/lib/*/lib*.a
+usr/lib/*/lib*.so
+usr/lib/*/pkgconfig
=== modified file 'debian/libsdl-net1.2.install'
--- debian/libsdl-net1.2.install 2011-12-04 10:12:42 +0000
+++ debian/libsdl-net1.2.install 2011-12-21 08:54:11 +0000
@@ -1 +1 @@
-usr/lib/lib*.so.*
+usr/lib/*/lib*.so.*
--- End Message ---
--- Begin Message ---
Version: 1.2.7-4
sdl-net1.2 has already been converted for multiarch in version 1.2.7-4.
--- End Message ---