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

Reply via email to