Your message dated Wed, 21 Dec 2011 19:02:37 +0000
with message-id <[email protected]>
and subject line Bug#652873: fixed in sdl-net1.2 1.2.7-5
has caused the Debian Bug report #652873,
regarding please mark libsdl-net1.2-dev Multi-Arch: same
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 ---
Source: sdl-net1.2
Source-Version: 1.2.7-5

We believe that the bug you reported is fixed in the latest version of
sdl-net1.2, which is due to be installed in the Debian FTP archive:

libsdl-net1.2-dev_1.2.7-5_amd64.deb
  to main/s/sdl-net1.2/libsdl-net1.2-dev_1.2.7-5_amd64.deb
libsdl-net1.2_1.2.7-5_amd64.deb
  to main/s/sdl-net1.2/libsdl-net1.2_1.2.7-5_amd64.deb
sdl-net1.2_1.2.7-5.debian.tar.gz
  to main/s/sdl-net1.2/sdl-net1.2_1.2.7-5.debian.tar.gz
sdl-net1.2_1.2.7-5.dsc
  to main/s/sdl-net1.2/sdl-net1.2_1.2.7-5.dsc



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Manuel A. Fernandez Montecelo <[email protected]> (supplier of updated 
sdl-net1.2 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 21 Dec 2011 18:43:32 +0000
Source: sdl-net1.2
Binary: libsdl-net1.2 libsdl-net1.2-dev
Architecture: source amd64
Version: 1.2.7-5
Distribution: unstable
Urgency: low
Maintainer: Debian SDL packages maintainers 
<[email protected]>
Changed-By: Manuel A. Fernandez Montecelo <[email protected]>
Description: 
 libsdl-net1.2 - Network library for Simple DirectMedia Layer 1.2, libraries
 libsdl-net1.2-dev - Network library for Simple DirectMedia Layer 1.2, 
development fil
Closes: 652873
Changes: 
 sdl-net1.2 (1.2.7-5) unstable; urgency=low
 .
   * Add also 'Multi-Arch: same' to -dev package, since the headers are all
     architecture-independent. Thanks to Steve Langasek. (Closes: #652873)
Checksums-Sha1: 
 6c1fefd14c17059d161a34bd11363e1e9ec85046 1507 sdl-net1.2_1.2.7-5.dsc
 2e649cf973332561740b4a604326f6f23013205d 6699 sdl-net1.2_1.2.7-5.debian.tar.gz
 4e75849cb902ad73b244d46be466ed7d19cd990e 14072 libsdl-net1.2_1.2.7-5_amd64.deb
 dd00d98353c5f73db2eb0654824775e8ee12f8df 25146 
libsdl-net1.2-dev_1.2.7-5_amd64.deb
Checksums-Sha256: 
 2b74f87e2504ccb07592f13f89b27bd6093930a21487a31409d239142236d637 1507 
sdl-net1.2_1.2.7-5.dsc
 89d689bab495a08cf17a3be0544f2cf6d9e819f7c6943283b07d4622c4e051b6 6699 
sdl-net1.2_1.2.7-5.debian.tar.gz
 c0641fee24ff925f15b9f068ac11be533f776a8f1a37b5fac6b23206856ca3d4 14072 
libsdl-net1.2_1.2.7-5_amd64.deb
 2366661a578d99071b7b64b9adf04a586ffb47a70801e1576bb178cbfbeeb7d2 25146 
libsdl-net1.2-dev_1.2.7-5_amd64.deb
Files: 
 4c2d02466fd07e6e90b93f3fbbee16ec 1507 libs optional sdl-net1.2_1.2.7-5.dsc
 01a0e048a2fe18a3ea92dbca16d81aeb 6699 libs optional 
sdl-net1.2_1.2.7-5.debian.tar.gz
 f623f7558c31d1c1593cf4a5d1a3e078 14072 libs optional 
libsdl-net1.2_1.2.7-5_amd64.deb
 a386b6ca7ab1892573632c2198127f3e 25146 libdevel optional 
libsdl-net1.2-dev_1.2.7-5_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk7yK2UACgkQK4B7+/vnTpoRxACeONJCb5o7vz56hjGcfvWI8wgM
vicAnA5wGGNQyYoPGqhYOvjMLpgXqWAX
=kuQC
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to