Your message dated Fri, 16 Sep 2011 15:17:19 +0000
with message-id <e1r4aaj-0001ya...@franck.debian.org>
and subject line Bug#636084: fixed in oopango 1.0-2
has caused the Debian Bug report #636084,
regarding FTBFS with lua 5.1.4-10
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 ow...@bugs.debian.org
immediately.)


-- 
636084: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=636084
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: oopango
Severity: serious
Tags: patch

The package fails to build from source with the lua5.1.pc shipped in 
lua5.1 version 5.1.4-10. This patch fixes that issue, makes the library
multi-arch compliant and removes the .la file from the -dev package.

diff -Nru oopango-1.0/debian/changelog oopango-1.0/debian/changelog
--- oopango-1.0/debian/changelog        2011-05-09 14:23:09.000000000 +0200
+++ oopango-1.0/debian/changelog        2011-07-30 19:11:48.000000000 +0200
@@ -1,3 +1,14 @@
+oopango (1.0-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Multi-Arch support 
+  * lua5.1/oopango.so symlink to liboocairo.so.0.0.0 and not liboopango.so
+    so that the -dev package is not required to run 'require "oopango"'
+    from the lua interpreter
+  * kill .la file (Closes: #633243) 
+
+ -- Enrico Tassi <gareuselesi...@debian.org>  Sat, 30 Jul 2011 19:11:03 +0200
+
 oopango (1.0-1) unstable; urgency=low
 
   * Initial release (Closes: #595037)
diff -Nru oopango-1.0/debian/control oopango-1.0/debian/control
--- oopango-1.0/debian/control  2011-05-09 14:37:17.000000000 +0200
+++ oopango-1.0/debian/control  2011-07-30 18:48:15.000000000 +0200
@@ -12,6 +12,8 @@
 
 Package: liblua5.1-oopango0
 Architecture: any
+Multi-Arch: same
+Pre-Depends: multiarch-support
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: provides Lua with full access to the Pango text rendering API
  Provides Lua with full access to the Pango text rendering API. It can be
@@ -20,6 +22,7 @@
 
 Package: liblua5.1-oopango-dev
 Architecture: any
+Multi-Arch: same
 Section: libdevel
 Depends: ${misc:Depends}, liblua5.1-oopango0 (= ${binary:Version})
 Description: Pango API for Lua - development files
diff -Nru oopango-1.0/debian/liblua5.1-oopango0.install 
oopango-1.0/debian/liblua5.1-oopango0.install
--- oopango-1.0/debian/liblua5.1-oopango0.install       2011-05-09 
14:34:28.000000000 +0200
+++ oopango-1.0/debian/liblua5.1-oopango0.install       2011-07-30 
18:47:39.000000000 +0200
@@ -1,3 +1,3 @@
-usr/lib/liboopango.so.0.0.0
-usr/lib/liboopango.so.0
-usr/lib/lua
+usr/lib/*/liboopango.so.0.0.0
+usr/lib/*/liboopango.so.0
+usr/lib/*/lua
diff -Nru oopango-1.0/debian/liblua5.1-oopango-dev.install 
oopango-1.0/debian/liblua5.1-oopango-dev.install
--- oopango-1.0/debian/liblua5.1-oopango-dev.install    2011-05-09 
14:27:10.000000000 +0200
+++ oopango-1.0/debian/liblua5.1-oopango-dev.install    2011-07-30 
18:47:27.000000000 +0200
@@ -1,4 +1,3 @@
 usr/include
 usr/lib/pkgconfig
-usr/lib/liboopango.so
-usr/lib/liboopango.la
\ No newline at end of file
+usr/lib/*/liboopango.so
diff -Nru oopango-1.0/debian/patches/debian-changes-1.0-1.1 
oopango-1.0/debian/patches/debian-changes-1.0-1.1
--- oopango-1.0/debian/patches/debian-changes-1.0-1.1   1970-01-01 
01:00:00.000000000 +0100
+++ oopango-1.0/debian/patches/debian-changes-1.0-1.1   2011-07-30 
19:11:52.000000000 +0200
@@ -0,0 +1,31 @@
+Description: Upstream changes introduced in version 1.0-1.1
+ This patch has been created by dpkg-source during the package build.
+ Here's the last changelog entry, hopefully it gives details on why
+ those changes were made:
+ .
+ oopango (1.0-1.1) unstable; urgency=low
+ .
+   * Non-maintainer upload.
+   * Multi-Arch support
+   * lua5.1/oopango.so symlink to liboocairo.so.0.0.0 and not liboopango.so
+     so that the -dev package is not required to run 'require "oopango"'
+     from the lua interpreter
+   * kill .la file (Closes: #633243)
+ .
+ The person named in the Author field signed this changelog entry.
+Author: Enrico Tassi <gareuselesi...@debian.org>
+Bug-Debian: http://bugs.debian.org/633243
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
diff -Nru oopango-1.0/debian/patches/series oopango-1.0/debian/patches/series
--- oopango-1.0/debian/patches/series   2011-05-09 14:30:49.000000000 +0200
+++ oopango-1.0/debian/patches/series   2011-07-30 18:42:32.000000000 +0200
@@ -1 +1,2 @@
 debian-changes-1.0-1
+debian-changes-1.0-1.1
diff -Nru oopango-1.0/debian/rules oopango-1.0/debian/rules
--- oopango-1.0/debian/rules    2010-11-04 11:32:54.000000000 +0100
+++ oopango-1.0/debian/rules    2011-07-30 19:01:52.000000000 +0200
@@ -15,3 +15,7 @@
 override_dh_auto_configure:
        autoreconf --install
        dh_auto_configure
+
+override_dh_install:
+       cp -a debian/tmp/usr/lib/*.so* debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/
+       dh_install

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.39-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-- 
Enrico Tassi



--- End Message ---
--- Begin Message ---
Source: oopango
Source-Version: 1.0-2

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

liblua5.1-oopango-dev_1.0-2_amd64.deb
  to main/o/oopango/liblua5.1-oopango-dev_1.0-2_amd64.deb
liblua5.1-oopango0_1.0-2_amd64.deb
  to main/o/oopango/liblua5.1-oopango0_1.0-2_amd64.deb
oopango_1.0-2.debian.tar.gz
  to main/o/oopango/oopango_1.0-2.debian.tar.gz
oopango_1.0-2.dsc
  to main/o/oopango/oopango_1.0-2.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 636...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julien Danjou <a...@debian.org> (supplier of updated oopango 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 ftpmas...@debian.org)


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

Format: 1.8
Date: Fri, 16 Sep 2011 16:52:16 +0200
Source: oopango
Binary: liblua5.1-oopango0 liblua5.1-oopango-dev
Architecture: source amd64
Version: 1.0-2
Distribution: unstable
Urgency: low
Maintainer: Julien Danjou <a...@debian.org>
Changed-By: Julien Danjou <a...@debian.org>
Description: 
 liblua5.1-oopango-dev - Pango API for Lua - development files
 liblua5.1-oopango0 - provides Lua with full access to the Pango text rendering 
API
Closes: 633243 636084
Changes: 
 oopango (1.0-2) unstable; urgency=low
 .
   [ Matthias Klose ]
   * Apply patch from Enrico Tassi to fix FTBFS. Closes: #636084
   * Fix oopango.so symlink.
   * Multi-Arch support
   * lua5.1/oopango.so symlink to liboocairo.so.0.0.0 and not liboopango.so
     so that the -dev package is not required to run 'require "oopango"'
     from the lua interpreter
   * kill .la file (Closes: #633243)
 .
   [ Julien Danjou ]
   * Bump standards version
   * Fix boilerplate in copyright file
Checksums-Sha1: 
 533cc320f462042952a6f1387f9b2895101bfbc1 1919 oopango_1.0-2.dsc
 57e558961a7d76e65fffbf8ed5001a4bb5776363 3567 oopango_1.0-2.debian.tar.gz
 fcd4b663ef6ec60923dce4557884453367022d7d 11776 
liblua5.1-oopango0_1.0-2_amd64.deb
 913c9c51175afd81bb622166d64e12bde29d286c 3226 
liblua5.1-oopango-dev_1.0-2_amd64.deb
Checksums-Sha256: 
 c683056465a9e221420ec9c8aa3ac4247285344b4d7ac3abfb32b31ca18c7b74 1919 
oopango_1.0-2.dsc
 4b26be00e0a1163116170862761a52ac45bc9f7513cbd0fbcf0bcf87d4c3020b 3567 
oopango_1.0-2.debian.tar.gz
 d863c7fa086e9f2fa383b8064f776de90e58972adc0be093d7ccc1866d9c2254 11776 
liblua5.1-oopango0_1.0-2_amd64.deb
 d14b7a0a7a3575b2741d158285ab2afa9fdb32ef45e2c58b0d96dab44906bb6e 3226 
liblua5.1-oopango-dev_1.0-2_amd64.deb
Files: 
 55941aaa919928de4b0828e6f7c6f5c7 1919 interpreters optional oopango_1.0-2.dsc
 12f3d792488cb036b2c70c4e16ca7614 3567 interpreters optional 
oopango_1.0-2.debian.tar.gz
 327ca87b0a007c8d2da8e439ef6bb14c 11776 interpreters optional 
liblua5.1-oopango0_1.0-2_amd64.deb
 a246728496fdea519d53213d125b4c63 3226 libdevel optional 
liblua5.1-oopango-dev_1.0-2_amd64.deb

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

iQIcBAEBAgAGBQJOc2MxAAoJEGEbqVCLeKXCP0cP/0qigPVrz02V2vmwwykhn6WK
/FRDIKnecO5nfIUebrz3QxNI8hw6wmAxTtKQdRZZfW5sAlfxhF0i1qu80+i48Pce
GjU6ZG2LSkiYzdf4whrhbfpYjBj1T1vKTCBERR8Yq6fHBRUDOqNo/R+Jc1njnjhF
lrB5JsrXjNdqgtQRdlf8leuEgUzksIP0WpumtIXI3Tp3CQl2SObS/5UbspIMo5ha
k/9dn12dirjAbbUonMXnG2vRGO4dn/dgXwn5n6zv7556kN3WTq4sjvI0I0JHNHL6
JKEVqdqVnuVoZptTqy3qE0BBQZuCClSTGtbFqrwqs9udXajke/Nnz2KX6LMwRoXo
fnMIE0jadfw0qiXjZfTQAT7oy8dgirz0EML8Ox2TeFMd18lnV36j3km+qXJUj2pg
qoircgaHyrjKhgOVh+7JXKQLsdtm36mE9/w5dUJE2xUqNFemwDuLatR0rGfu+min
oZc/J6Ti6/5bVVxRK63sUykFdHDx5N9DWdJkMm9FLk6LrxuZ3wA+G22W0eDnHhWF
H5V4QBWy9TcV3fQ4i6n48D2o7kmUeTZrk7BmqLXkfCO/yurVKEqVoyuZp4YE6w3m
PDhp9FboeHhDW0OYPsCHAdATA4q9Fr9CfwD/ukin7n4724YOBYJY7wL1WvI/8UXw
lfpWxpDFI0EnUn5P/FIy
=j6Y2
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to