Your message dated Sat, 06 Feb 2016 03:51:59 +0000
with message-id <e1artuh-0007as...@franck.debian.org>
and subject line Bug#735963: fixed in ucto 0.8.0-2
has caused the Debian Bug report #735963,
regarding ucto: use dh-autoreconf to fix FTBFS on ppc64el
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.)


-- 
735963: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=735963
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: ucto
Version: 0.5.3-3.1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu trusty ubuntu-patch

Dear Maintainer,

For the ppc64el architecture in Ubuntu, since this package uses libtool, a full
autoreconf is necessary. This is because we need new libtool macros for
ppc64el.

In Ubuntu, the attached patch was applied to achieve the following:

  * Use dh-autoreconf to fix FTBFS on ppc64el.

Thanks for considering the patch.

Logan Rosen



-- System Information:
Debian Release: jessie/sid
  APT prefers trusty-updates
  APT policy: (500, 'trusty-updates'), (500, 'trusty-security'), (500, 
'trusty'), (100, 'trusty-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.13.0-4-generic (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru ucto-0.5.3/debian/control ucto-0.5.3/debian/control
--- ucto-0.5.3/debian/control	2013-12-27 00:18:51.000000000 -0500
+++ ucto-0.5.3/debian/control	2014-01-18 18:04:58.000000000 -0500
@@ -1,9 +1,9 @@
 Source: ucto
 Section: science
 Priority: extra
 Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
 Uploaders: Joost van Baal-Ilić <joos...@debian.org>, Ko van der Sloot <ko.vandersl...@uvt.nl>
-Build-Depends: cdbs, debhelper (>= 7), pkg-config, libxml2-dev, libicu-dev, libfolia-dev, libticcutils2-dev
+Build-Depends: cdbs, debhelper (>= 7), pkg-config, libxml2-dev, libicu-dev, libfolia-dev, libticcutils2-dev, dh-autoreconf
 Standards-Version: 3.9.3
 Homepage: http://ilk.uvt.nl/
 Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/ucto/trunk
diff -Nru ucto-0.5.3/debian/rules ucto-0.5.3/debian/rules
--- ucto-0.5.3/debian/rules	2012-03-21 01:19:39.000000000 -0400
+++ ucto-0.5.3/debian/rules	2014-01-17 02:58:42.000000000 -0500
@@ -5,4 +5,5 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
 

--- End Message ---
--- Begin Message ---
Source: ucto
Source-Version: 0.8.0-2

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

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 735...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Joost van Baal-Ilić <joos...@debian.org> (supplier of updated ucto 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...@ftp-master.debian.org)


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

Format: 1.8
Date: Sat, 06 Feb 2016 02:54:44 +0100
Source: ucto
Binary: ucto libucto-dev libucto2
Architecture: source amd64
Version: 0.8.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 
<debian-science-maintainers@lists.alioth.debian.org>
Changed-By: Joost van Baal-Ilić <joos...@debian.org>
Description:
 libucto-dev - Unicode Tokenizer - development
 libucto2   - Unicode Tokenizer - runtime
 ucto       - Unicode Tokenizer
Closes: 735963 782103
Changes:
 ucto (0.8.0-2) unstable; urgency=medium
 .
   * debian/control, debian/copyright: Upstream has moved from Tilburg to
     Nijmegen: Homepage moved from http://ilk.uvt.nl/ucto/ to
     http://languagemachines.github.io/ucto/; adjusted description.
   * debian/control: add Replaces, Breaks: ucto (<< 0.5.5-1) to Package
     libucto2, in order to properly deal with the move of /etc/ucto in 0.5.5-1.
     Fixes "libucto2: fails to upgrade from 'sid' - trying to overwrite
     /etc/ucto/tokconfig-en", thanks Andreas Beckmann (Closes: #782103).
 .
 ucto (0.8.0-1) unstable; urgency=low
 .
   * New upstream release (missed: 0.6.0, 0.7.0).
   * debian/control: new homepage, mention funding.
   * .gitignore: added.
   * debian/control, debian/rules: use dh-autoreconf so that 'debian/rules
     clean' does what we want.  This also fixes "ucto: use dh-autoreconf to fix
     FTBFS on ppc64el"; thanks Logan Rosen (Closes: #735963).
   * enable multiarch:
     - debian/control: change "Build-Depends: cdbs,
       debhelper (>= 7)" to more strict "Build-Depends: cdbs (>= 0.4.93~),
       debhelper (>= 8.1.3)"
     - debian/rules: Add DEB_CONFIGURE_EXTRA_FLAGS +=
       --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
     - debian/libucto*.install: change usr/lib to usr/lib/*
     - debian/control: Package libucto2 marked as Multi-Arch: same.
     Thanks
     https://wiki.debian.org/Multiarch/Implementation
     section #cdbs_with_autotools_and_debhelper .
Checksums-Sha1:
 95c69e3e10c30156f9e9e7e2fbdf6295f41b9772 1812 ucto_0.8.0-2.dsc
 60654ad6bbb425c5cd32b538713f6cd093f7a360 4312 ucto_0.8.0-2.debian.tar.xz
 220b8394fea79ca544e5199507bfbc931170d70c 92810 libucto-dev_0.8.0-2_amd64.deb
 f986eadd953ae2b17699c40b7fdbd9e1be821845 396578 
libucto2-dbgsym_0.8.0-2_amd64.deb
 19372969e9553a3eb56b2871826269bdaab7187d 96864 libucto2_0.8.0-2_amd64.deb
 458f9b43933fc61dc1a0e6ad5e2bb21cb9b9766a 141794 ucto-dbgsym_0.8.0-2_amd64.deb
 eb59ad4947ca458f31881e84c6fabdc3b3d289ee 40266 ucto_0.8.0-2_amd64.deb
Checksums-Sha256:
 53474d85666d3f21b3c137763bb6db22b0fae7efb29a81d502b8f68df1cf7c0f 1812 
ucto_0.8.0-2.dsc
 1f4052ca070961cc66e54858bc07c3a5079a0fd05c6c6cc0d2ee723de3e379f1 4312 
ucto_0.8.0-2.debian.tar.xz
 439bcb3d65fbe14e3941a25c800dbebdacb45f54c87bb1b067fd49225d814b18 92810 
libucto-dev_0.8.0-2_amd64.deb
 b791a7870817807c8a20b53efae8d83a70fe18a347dd74337e11fcd635e4ef97 396578 
libucto2-dbgsym_0.8.0-2_amd64.deb
 0c384c4a61236d113d3afc0844a4983a6eb764644a001b24e71c265983e5f20f 96864 
libucto2_0.8.0-2_amd64.deb
 cdafb727786c3b41f642c6b4f31d2ef151c88637d9a4179d21140eb7a9a7f54d 141794 
ucto-dbgsym_0.8.0-2_amd64.deb
 de7666d504e6244b07df2aec3602264c5bae1d9f883bc7b4d58fa70c1f5eefe3 40266 
ucto_0.8.0-2_amd64.deb
Files:
 48be96429e42838703861bf27ee49172 1812 science extra ucto_0.8.0-2.dsc
 66cda5941e8e0a6756536cada2981f26 4312 science extra ucto_0.8.0-2.debian.tar.xz
 609ec0a61647d15a9c27873e85bebfc5 92810 libdevel extra 
libucto-dev_0.8.0-2_amd64.deb
 ace4bcba10140700761d30faac22f4cf 396578 debug extra 
libucto2-dbgsym_0.8.0-2_amd64.deb
 aefd5b906e8dabf70ae6a99a36c5d380 96864 libs extra libucto2_0.8.0-2_amd64.deb
 afb3485ab2d89b6f1366bd2f82322da9 141794 debug extra 
ucto-dbgsym_0.8.0-2_amd64.deb
 6fd9b1f3598f14c15708785413fe7c87 40266 science extra ucto_0.8.0-2_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAEBAgAGBQJWtVwqAAoJEDNRenKl5rDIxJkH/i9V0qBYjDOIvLJY32OV1ARH
D6sacXsFLn4o4anpuGuCKNGovZi9i4edP2GN6tzFxAC5FPNk82Nzz8lhra8m7nGM
gKLnA2BALGU9RRYI31/VGAuRZWcopgUD+bCqIyPBgaTAgqnAShX4fKOBq6wY3jmv
TAfFnZfpPsoVhqVI0Rm02FrJIDI5xUpQVI1VnrsZR+31ONnMCpVo0pJP4+Ga3eMW
kG/M58cyadzCV9SA48NcVpKs3/L9olRiXBqCH/r58VI4kybzt4YzmcSL0xI4CGp/
iS6k7soyqI7JjqD6YCwJV+ZvaSXw3FhtqGAVRer89+XVQZB6d/+rn3fApCAgE7g=
=x+uY
-----END PGP SIGNATURE-----

--- End Message ---
-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to