Your message dated Sat, 06 Dec 2008 21:17:11 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#507198: fixed in linbox 1.1.6~rc0-3
has caused the Debian Bug report #507198,
regarding linbox: Should use DEB_AUTO_UPDATE_LIBTOOL = pre
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.)


-- 
507198: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=507198
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: linbox
Version: 1.1.6~rc0-2
Severity: normal
Tags: patch
User: [EMAIL PROTECTED]
Usertags: origin-ubuntu jaunty ubuntu-patch

Hi,

Your package currently uses "DEB_AUTO_UPDATE_LIBTOOL = 1" in
debian/rules to run libtoolize at build time. However cdbs only
runs libtoolize if the value is "pre" or "post". Attached is
the simple patch to make this work. Please consider applying it.

Thanks,

James
diff -u linbox-1.1.6~rc0/debian/rules linbox-1.1.6~rc0/debian/rules
--- linbox-1.1.6~rc0/debian/rules
+++ linbox-1.1.6~rc0/debian/rules
@@ -3,7 +3,7 @@
 DEB_AUTO_UPDATE_AUTOCONF = 2.50
 DEB_AUTO_UPDATE_AUTOMAKE = 1.10
 DEB_AUTO_UPDATE_ACLOCAL = 1.10
-DEB_AUTO_UPDATE_LIBTOOL = 1
+DEB_AUTO_UPDATE_LIBTOOL = pre
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
diff -u linbox-1.1.6~rc0/debian/changelog linbox-1.1.6~rc0/debian/changelog

--- End Message ---
--- Begin Message ---
Source: linbox
Source-Version: 1.1.6~rc0-3

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

liblinbox-dev_1.1.6~rc0-3_i386.deb
  to pool/main/l/linbox/liblinbox-dev_1.1.6~rc0-3_i386.deb
liblinbox0_1.1.6~rc0-3_i386.deb
  to pool/main/l/linbox/liblinbox0_1.1.6~rc0-3_i386.deb
linbox_1.1.6~rc0-3.diff.gz
  to pool/main/l/linbox/linbox_1.1.6~rc0-3.diff.gz
linbox_1.1.6~rc0-3.dsc
  to pool/main/l/linbox/linbox_1.1.6~rc0-3.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.
Tim Abbott <[EMAIL PROTECTED]> (supplier of updated linbox 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: Thu, 04 Dec 2008 21:53:12 -0500
Source: linbox
Binary: liblinbox-dev liblinbox0
Architecture: source i386
Version: 1.1.6~rc0-3
Distribution: unstable
Urgency: low
Maintainer: Tim Abbott <[EMAIL PROTECTED]>
Changed-By: Tim Abbott <[EMAIL PROTECTED]>
Description: 
 liblinbox-dev - Library for exact linear algebra, development files
 liblinbox0 - Library for exact linear algebra, shared library
Closes: 507198
Changes: 
 linbox (1.1.6~rc0-3) unstable; urgency=low
 .
   * Fix DEB_AUTO_UPDATE_LIBTOOL usage (Closes: #507198).
Checksums-Sha1: 
 a132bbaf64a105f380bca4a9f538258981de7a79 1313 linbox_1.1.6~rc0-3.dsc
 446b686048b8b130e6bf02ff6310b0a8ea7e52bd 3164 linbox_1.1.6~rc0-3.diff.gz
 5fe54ff97a8777743ab16ed74bfbf05f5da12eee 1742368 
liblinbox-dev_1.1.6~rc0-3_i386.deb
 a901eaeae8cebea99f9d6abd3e0ab03999eb321b 600294 liblinbox0_1.1.6~rc0-3_i386.deb
Checksums-Sha256: 
 cebf22545690d652af05ccaaf4febe6cdf64bdc501550876346e5cadeae429f1 1313 
linbox_1.1.6~rc0-3.dsc
 6d9863b49f9c2438ad723347d9146cfb0fa18835607a61cf1edce7c04d865e3f 3164 
linbox_1.1.6~rc0-3.diff.gz
 00e2cf14c2de88e667cfe27b59764f2faf17a2afc0d957d7e9598ba6741f1bc9 1742368 
liblinbox-dev_1.1.6~rc0-3_i386.deb
 8a2e98385f2fc7684b8173ef55277e1fb691f6ad3ff55b0097b960c27231910a 600294 
liblinbox0_1.1.6~rc0-3_i386.deb
Files: 
 cee55e0585d223bcd378978267e53c62 1313 math optional linbox_1.1.6~rc0-3.dsc
 82ecaf9d84eef3bdc2c47d2995a7bee6 3164 math optional linbox_1.1.6~rc0-3.diff.gz
 85c6e8b68c01c2f26b7832d45a371905 1742368 libdevel optional 
liblinbox-dev_1.1.6~rc0-3_i386.deb
 98b423c6b1784b2306196e8f52de8957 600294 libs optional 
liblinbox0_1.1.6~rc0-3_i386.deb

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

iEYEARECAAYFAkk652sACgkQd73XuVITgboVQwCfXln1HQzobpIr5TH3tWNwR5JF
n5AAoI9FbhOFpfyE9mDuWC+LjSY1GqUG
=qKFP
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to