Your message dated Sun, 03 Jun 2012 23:17:11 +0000
with message-id <[email protected]>
and subject line Bug#646302: fixed in aalib 1.4p5-39.1
has caused the Debian Bug report #646302,
regarding Please transition aalib 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.)


-- 
646302: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646302
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: aalib
Version: 1.4p5-39
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu precise ubuntu-patch

Hi Bart,

Please find attached a patch to aalib to transition it to use the multiarch
library paths as described at
<http://wiki.debian.org/Multiarch/Implementation>.  This patch is being
applied in Ubuntu precise.

This is a priority for Ubuntu because libaa1 is a dependency of
gstreamer0.10-plugins-good, needed by wine1.3; however, in Debian the wine
doesn't appear to use gstreamer, so I don't know of any particular urgency
for this change.

The changelog entry for this upload to Ubuntu is as follows:

  * Build for multiarch.
    - libaa1-dev can't be marked multi-arch: same because it includes
      /usr/bin/aa-config, which embeds arch-specific library paths.  This
      tool needs to be fixed, or dropped in favor of pkg-config, before
      libaa1-dev can be M-A: same.

Note that in preparing the upload I've also trimmed out one of the .la sed
commands from debian/rules, since it's redundant now that dependency_libs is
being completely emptied.

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       2008-04-23 23:14:34 +0000
+++ debian/compat       2011-10-22 22:56:46 +0000
@@ -1 +1 @@
-7
+9

=== modified file 'debian/control'
--- debian/control      2011-09-14 07:16:38 +0000
+++ debian/control      2011-10-22 23:20:46 +0000
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Bart Martens <[email protected]>
-Build-Depends: dpkg-dev (>= 1.14.9), debhelper (>= 7), libslang2-dev, 
libx11-dev, libxt-dev, libncurses5-dev, libgpmg1-dev [linux-any], autoconf, 
libtool (>= 1.3.5), automake | automake1.10, dpkg-dev (>= 1.9.0), texinfo, patch
+Build-Depends: dpkg-dev (>= 1.14.9), debhelper (>= 8.1.3~), libslang2-dev, 
libx11-dev, libxt-dev, libncurses5-dev, libgpmg1-dev [linux-any], autoconf, 
libtool (>= 1.3.5), automake | automake1.10, dpkg-dev (>= 1.9.0), texinfo, patch
 Standards-Version: 3.9.2
 Homepage: http://aa-project.sourceforge.net/aalib/
 
@@ -22,8 +22,10 @@
 
 Package: libaa1
 Architecture: any
+Multi-Arch: same
 Provides: aalib1
 Replaces: aalib1
+Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: ASCII art library
  AAlib is a portable ASCII art graphics library. Internally, it works like
@@ -46,6 +48,7 @@
 
 Package: libaa1-dbg
 Architecture: any
+Multi-Arch: same
 Section: debug
 Priority: extra
 Depends: libaa1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}

=== modified file 'debian/libaa1-dev.install'
--- debian/libaa1-dev.install   2005-12-18 16:58:45 +0000
+++ debian/libaa1-dev.install   2011-10-22 22:57:27 +0000
@@ -1,6 +1,6 @@
-usr/lib/libaa.so
-usr/lib/libaa.a
-usr/lib/libaa.la
+usr/lib/*/libaa.so
+usr/lib/*/libaa.a
+usr/lib/*/libaa.la
 usr/bin/aalib-config
 usr/include/
 usr/share/man/man3/

=== modified file 'debian/libaa1.install'
--- debian/libaa1.install       2005-12-18 16:58:45 +0000
+++ debian/libaa1.install       2011-10-22 22:57:27 +0000
@@ -1,2 +1,2 @@
-usr/lib/libaa.so.1.*
-usr/lib/libaa.so.1
+usr/lib/*/libaa.so.1.*
+usr/lib/*/libaa.so.1

=== modified file 'debian/rules'
--- debian/rules        2011-09-14 07:16:38 +0000
+++ debian/rules        2011-10-22 22:58:54 +0000
@@ -37,15 +37,9 @@
        dh_link -plibaa1-dbg /usr/share/doc/libaa1 /usr/share/doc/libaa1-dbg
        dh install --remaining -v
 
-       # Remove -lgpm from libaa.la
-       sed s/-lgpm// debian/libaa1-dev/usr/lib/libaa.la > \
-                     debian/libaa1-dev/usr/lib/libaa.la.new
-       mv -f debian/libaa1-dev/usr/lib/libaa.la.new \
-             debian/libaa1-dev/usr/lib/libaa.la
-
        # Empty dependency_libs field 
http://wiki.debian.org/ReleaseGoals/LAFileRemoval
        # fixes non-empty-dependency_libs-in-la-file
-       sed -i "/dependency_libs/ s/'.*'/''/" debian/libaa1-dev/usr/lib/libaa.la
+       sed -i "/dependency_libs/ s/'.*'/''/" 
debian/libaa1-dev/usr/lib/*/libaa.la
 
 binary-arch: install
        dh_strip -Nlibaa-bin --dbg-package=libaa1-dbg


--- End Message ---
--- Begin Message ---
Source: aalib
Source-Version: 1.4p5-39.1

We believe that the bug you reported is fixed in the latest version of
aalib, which is due to be installed in the Debian FTP archive:

aalib_1.4p5-39.1.diff.gz
  to main/a/aalib/aalib_1.4p5-39.1.diff.gz
aalib_1.4p5-39.1.dsc
  to main/a/aalib/aalib_1.4p5-39.1.dsc
libaa-bin_1.4p5-39.1_amd64.deb
  to main/a/aalib/libaa-bin_1.4p5-39.1_amd64.deb
libaa1-dbg_1.4p5-39.1_amd64.deb
  to main/a/aalib/libaa1-dbg_1.4p5-39.1_amd64.deb
libaa1-dev_1.4p5-39.1_amd64.deb
  to main/a/aalib/libaa1-dev_1.4p5-39.1_amd64.deb
libaa1_1.4p5-39.1_amd64.deb
  to main/a/aalib/libaa1_1.4p5-39.1_amd64.deb



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.
Wookey <[email protected]> (supplier of updated aalib 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, 16 May 2012 16:48:15 +0000
Source: aalib
Binary: libaa1-dev libaa1 libaa-bin libaa1-dbg
Architecture: source amd64
Version: 1.4p5-39.1
Distribution: unstable
Urgency: low
Maintainer: Bart Martens <[email protected]>
Changed-By: Wookey <[email protected]>
Description: 
 libaa-bin  - sample programs using aalib
 libaa1     - ASCII art library
 libaa1-dbg - ASCII art library, debugging symbols
 libaa1-dev - ASCII art library, development kit
Closes: 646302
Changes: 
 aalib (1.4p5-39.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Add multiarch support (from Steve Langasek) (Closes: #646302)
Checksums-Sha1: 
 15d4c8e88b7a4ff4a13976044a82b0344b71d669 1329 aalib_1.4p5-39.1.dsc
 548ad325169c289446d4b8d23c098926ac5adb68 13858 aalib_1.4p5-39.1.diff.gz
 77fe3d26c1373941b09f000bc30f957dd09201f7 145520 libaa1-dev_1.4p5-39.1_amd64.deb
 30630eba9322d923be0756fcda44c1c355e7e73d 63778 libaa1_1.4p5-39.1_amd64.deb
 342762135b8eb800b761c7c1b07d3498ae12a25d 11002 libaa-bin_1.4p5-39.1_amd64.deb
 fb0f0d23a962fd8f36a8643ba9f8e5ca4d57a076 75518 libaa1-dbg_1.4p5-39.1_amd64.deb
Checksums-Sha256: 
 d2e8b9340a5cb1f19aba4adfd53c5189f72d51c9464a6a25fbcd62147a1231ac 1329 
aalib_1.4p5-39.1.dsc
 7fcd10eebc44840a2f1958b38344fa0a13ac868645bbbea81866b72a48e15515 13858 
aalib_1.4p5-39.1.diff.gz
 1156c724d578c5fc6b72abf825c64a5f361d04a6c84312ff156698f440eb5027 145520 
libaa1-dev_1.4p5-39.1_amd64.deb
 8934a01cb00c8c15f4f4009081403e9529d02db96f582b33f62a42b112fba213 63778 
libaa1_1.4p5-39.1_amd64.deb
 0c10d845e0912105dec7a11873aa780d72e0a72479f855221fd4f140188ff35b 11002 
libaa-bin_1.4p5-39.1_amd64.deb
 9b0558527f7f6c4647189f83ec95cb3cf2fd48fdbe5f6b84f9439a7ef73360c1 75518 
libaa1-dbg_1.4p5-39.1_amd64.deb
Files: 
 a1f1e43ef677bada6abcefacc17a4cae 1329 libs optional aalib_1.4p5-39.1.dsc
 80a910c407b1d22f80a1413fef036a6c 13858 libs optional aalib_1.4p5-39.1.diff.gz
 e374ef3e1f1e9d34f09f4881b9a38827 145520 libdevel optional 
libaa1-dev_1.4p5-39.1_amd64.deb
 8888944569c498a20f32cdd663e2704f 63778 libs optional 
libaa1_1.4p5-39.1_amd64.deb
 ea0daef396050002709b2705ea83f7d6 11002 text optional 
libaa-bin_1.4p5-39.1_amd64.deb
 58613851b26cfde7cbbfc3cd3acf0345 75518 debug extra 
libaa1-dbg_1.4p5-39.1_amd64.deb

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

iD8DBQFPy+tbIWclcBdP7jURAqErAKCe0RSaff4UxBV1iIPLBrAGJHKO0QCfQWr6
18ryWcleLFq+dGzlKo+KdcE=
=leQg
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to