Your message dated Tue, 28 Jan 2014 06:49:17 +0000
with message-id <[email protected]>
and subject line Bug#726278: fixed in gloox 1.0.9-2
has caused the Debian Bug report #726278,
regarding gloox: run dh-autoreconf to update config.{sub,guess} and
{libtool,aclocal}.m4
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.)
--
726278: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=726278
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gloox
Version: 1.0-1.1
Severity: important
Tags: patch
User: [email protected]
Usertags: arm64
gloox's config.guess/config.sub are out of date for the forthcoming
arm64 port. The attached patch sets things up so that you don't have to
be bothered by this type of bug for future ports, and removes a patch
that this approach renders obsolete.
* Use the autotools-dev dh addon to update config.guess/config.sub for
arm64.
diff -u gloox-1.0/debian/rules gloox-1.0/debian/rules
--- gloox-1.0/debian/rules
+++ gloox-1.0/debian/rules
@@ -36,6 +36,7 @@
config.status: configure
dh_testdir
+ dh_autotools-dev_updateconfig
CFLAGS="$(CFLAGS) -Wl,-z,defs" ./configure --host=$(DEB_HOST_GNU_TYPE) \
--build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr \
--mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
@@ -69,6 +70,7 @@
rm -rf api
[ ! -f Makefile ] || $(MAKE) distclean
+ dh_autotools-dev_restoreconfig
dh_clean
install: install-indep install-arch
diff -u gloox-1.0/debian/patches/00list gloox-1.0/debian/patches/00list
--- gloox-1.0/debian/patches/00list
+++ gloox-1.0/debian/patches/00list
@@ -3 +2,0 @@
-relibtoolize.dpatch
reverted:
--- gloox-1.0/debian/patches/relibtoolize.dpatch
+++ gloox-1.0.orig/debian/patches/relibtoolize.dpatch
@@ -1,128 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## relibtoolize.dpatch by Jose Carlos Garcia Sogo <[email protected]>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
-
-@DPATCH@
-diff -urNad gloox~/config.sub gloox/config.sub
---- gloox~/config.sub 2010-01-17 12:12:56.000000000 +0100
-+++ gloox/config.sub 2010-01-17 12:16:56.897859948 +0100
-@@ -178,6 +178,10 @@
- os=-sco5v6
- basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
- ;;
-+ -sco6)
-+ os=-sco5v6
-+ basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
-+ ;;
- -sco5)
- os=-sco3.2v5
- basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
-@@ -198,6 +202,10 @@
- # Don't forget version if it is 3.2v4 or newer.
- basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
- ;;
-+ -sco5v6*)
-+ # Don't forget version if it is 3.2v4 or newer.
-+ basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
-+ ;;
- -sco*)
- os=-sco3.2v2
- basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
-@@ -304,6 +312,9 @@
- ms1)
- basic_machine=mt-unknown
- ;;
-+ ms1)
-+ basic_machine=mt-unknown
-+ ;;
-
- # We use `pc' rather than `unknown'
- # because (1) that's what they normally are, and
-@@ -727,6 +738,10 @@
- basic_machine=arm-unknown
- os=-mingw32ce
- ;;
-+ mingw32ce)
-+ basic_machine=arm-unknown
-+ os=-mingw32ce
-+ ;;
- miniframe)
- basic_machine=m68000-convergent
- ;;
-@@ -755,6 +770,9 @@
- ms1-*)
- basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
- ;;
-+ ms1-*)
-+ basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
-+ ;;
- mvs)
- basic_machine=i370-ibm
- os=-mvs
-@@ -876,6 +894,12 @@
- pc98-*)
- basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
- ;;
-+ pc98)
-+ basic_machine=i386-pc
-+ ;;
-+ pc98-*)
-+ basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
-+ ;;
- pentium | p5 | k5 | k6 | nexgen | viac3)
- basic_machine=i586-pc
- ;;
-@@ -936,6 +960,10 @@
- basic_machine=i386-pc
- os=-rdos
- ;;
-+ rdos)
-+ basic_machine=i386-pc
-+ os=-rdos
-+ ;;
- rom68k)
- basic_machine=m68k-rom68k
- os=-coff
-@@ -966,6 +994,10 @@
- basic_machine=mipsisa32-sde
- os=-elf
- ;;
-+ sde)
-+ basic_machine=mipsisa32-sde
-+ os=-elf
-+ ;;
- sei)
- basic_machine=mips-sei
- os=-seiux
-@@ -980,6 +1012,9 @@
- sh5el)
- basic_machine=sh5le-unknown
- ;;
-+ sh5el)
-+ basic_machine=sh5le-unknown
-+ ;;
- sh64)
- basic_machine=sh64-unknown
- ;;
-@@ -1484,6 +1519,9 @@
- mep-*)
- os=-elf
- ;;
-+ mep-*)
-+ os=-elf
-+ ;;
- mips*-cisco)
- os=-elf
- ;;
-@@ -1505,6 +1543,9 @@
- *-haiku)
- os=-haiku
- ;;
-+ *-haiku)
-+ os=-haiku
-+ ;;
- *-ibm)
- os=-aix
- ;;
Thanks,
--
Colin Watson [[email protected]]
--- End Message ---
--- Begin Message ---
Source: gloox
Source-Version: 1.0.9-2
We believe that the bug you reported is fixed in the latest version of
gloox, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Vincent Cheng <[email protected]> (supplier of updated gloox 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: SHA256
Format: 1.8
Date: Mon, 27 Jan 2014 22:16:13 -0800
Source: gloox
Binary: libgloox-dev libgloox11 libgloox-dbg libgloox-doc
Architecture: source amd64 all
Version: 1.0.9-2
Distribution: experimental
Urgency: medium
Maintainer: Vincent Cheng <[email protected]>
Changed-By: Vincent Cheng <[email protected]>
Description:
libgloox-dbg - C++ jabber/xmpp library (debug symbols)
libgloox-dev - C++ jabber/xmpp library (devel)
libgloox-doc - C++ jabber/xmpp library (API documentation)
libgloox11 - C++ jabber/xmpp library
Closes: 726278 735987
Changes:
gloox (1.0.9-2) experimental; urgency=medium
.
* Run dh-autoreconf instead of autotools-dev. (Closes: #726278, #735987)
Checksums-Sha1:
0ef21e3216ccb066456234e9bde7843acc95c651 2048 gloox_1.0.9-2.dsc
31fa42313e85ccff0260c2e0ae7acf393be96fbb 5156 gloox_1.0.9-2.debian.tar.xz
7fa593e85002d9458762a393a4e3ee2627abf83f 570072 libgloox-dev_1.0.9-2_amd64.deb
7ce4749d3fed4719ff96ca91474f932764bc9370 389090 libgloox11_1.0.9-2_amd64.deb
2b8e91f3bec7a02f497b6534be847f70755689d2 3839940 libgloox-dbg_1.0.9-2_amd64.deb
527aa8866593eaeb2c8b8aaa716715de72098f8a 1736074 libgloox-doc_1.0.9-2_all.deb
Checksums-Sha256:
9c5d155d63184a5111e3b3e54fe5cf1b8969387b105af5ff5e421e2eb4e16ba7 2048
gloox_1.0.9-2.dsc
ba508d45ce623372dd107a619ed0e79c6ebf78c89d461f85f792ce2fd4a17697 5156
gloox_1.0.9-2.debian.tar.xz
76a3f8110067e36a11b6a18346f03d5536f0120c4154b1060133fc12859eaecf 570072
libgloox-dev_1.0.9-2_amd64.deb
0188dc8ad620724508ebbb58641fe06a2770234d93960a9ad3762be9dd5ee7f9 389090
libgloox11_1.0.9-2_amd64.deb
225f6fb73a1ad0801581a32e52f4d68dc9b6623f4b683d3e6e88ccc78b800714 3839940
libgloox-dbg_1.0.9-2_amd64.deb
cce937b0e20921b451271367528444a680931d98d0c6df2313207f5b25993596 1736074
libgloox-doc_1.0.9-2_all.deb
Files:
3bffea3d1173657cc76b24f9d2e6e46a 2048 libs optional gloox_1.0.9-2.dsc
83a77201094775ee836fbf5b152f28e6 5156 libs optional gloox_1.0.9-2.debian.tar.xz
e30a8434850807ae53b0d2513889c055 570072 libdevel optional
libgloox-dev_1.0.9-2_amd64.deb
992d3d35903186219c89f79fe093baea 389090 libs optional
libgloox11_1.0.9-2_amd64.deb
70689552e1c2abb08d85b26c0a4a6207 3839940 debug extra
libgloox-dbg_1.0.9-2_amd64.deb
9587d434dd45d2a7414ac35bb0cfa4fe 1736074 doc extra libgloox-doc_1.0.9-2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJS500aAAoJEI7tzBuqHzL/Zq0P/ieUkd/p624faxBF3UxDzzHs
6GA/oMRsZZJUgJ+7yXX9Uh8ptcdsnBW1xAwNZkRNur8iOoGhEZyrMVMHPS0kOgso
a1/ljY6LP9zYiAlkwY5luS8as7ow1ZG8e9f+9K6CwMYmqSlZ0LrJB5lQNZlp56j3
OZncotp4DgHkVngoR6oft25UD/anCXu3XA/slvarGte8LELrTjDsJ6qjblK5UByA
hBzvu9un0KZI8WNESAxfeyeYUWz7iKhmK/0F/7PgPRLCKRehaRlQcnXSyWLq3f+V
uuzEM9s3xmLC8mJyAGdm4ln19yKF+yVwFqRI8WIZZFIvuBUUJjLC7FYtdxZtMXCw
acDQ88GS9YOtq5dBYoShep71VUkYUgYWSZ47R7woF35/sDjrcTk61X3zbR2Nzw80
kUNeojhG/9suCrJgsdbrnz7dgiPAQBpHluueoO8iLt8heWVAwMJtGgZDRNrFqhJb
SoWdM8Tu6+dLcwngtN6o7OuH26eF2SgZk3JSAdOeILci+hnNcSSMubT9lKi8Lfl+
PViUMFeTtIyKJn8KlBYKA5RX6bisAkK/ePWz/bOSOZQosPSmJ7cfwAm9vYeLWHau
ZhNNeRoSSb4M+d7Tj1UAGKgn+DVaBFDwzTKpqxkH2oskx6vgQGnn5sQt4/Ty3xkz
7SEPOx7OYPJZbaeENfDp
=ol6u
-----END PGP SIGNATURE-----
--- End Message ---