Your message dated Thu, 16 Jan 2014 11:19:21 +0000
with message-id <[email protected]>
and subject line Bug#726278: fixed in gloox 1.0-2
has caused the Debian Bug report #726278,
regarding gloox: config.guess/config.sub out of date for arm64
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-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: Thu, 16 Jan 2014 01:11:18 -0800
Source: gloox
Binary: libgloox-dev libgloox8 libgloox-dbg libgloox-doc
Architecture: source amd64 all
Version: 1.0-2
Distribution: unstable
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)
 libgloox8  - C++ jabber/xmpp library
Closes: 670541 726278 735436
Changes: 
 gloox (1.0-2) unstable; urgency=medium
 .
   * Adopt package. (Closes: #735436)
   * Acknowledge NMU, thanks to Luk Claes.
   * Add multi-arch support.
   * Remove deprecated dpatch and upgrade to packaging format "3.0 quilt":
     - Update to Standards-Version to 3.9.5 and debhelper to 9.
     - Number patches, update with "quilt refresh" to make them apply cleanly
       and move disregarded patches under debian/patches/unused directory.
     - Fix copyright-refers-to-symlink-license (Lintian).
     - Fix package-has-a-duplicate-build-relation (Lintian).
     - Fix wrong-section-according-to-package-name (Lintian); use debug.
     - Fix binary-control-field-duplicates-source (Lintian).
     - Fix no-homepage-field (Lintian).
     - Thanks to Jari Aalto for the patch. (Closes: #670541)
   * Update debian/rules to use short style dh sequencer.
     - Use autotools-dev dh addon to update config.guess/config.sub for arm64.
       (Closes: #726278)
   * Add DEP-3 headers to remaining patches.
   * Update debian/copyright to use DEP-5 syntax.
   * Update Vcs-* links to point to collab-maint.
   * Remove redundant README.Debian.
   * Update watch file.
Checksums-Sha1: 
 a04aaeb6bdcbe1b50e4284f523b32d9b2ba74e3e 2032 gloox_1.0-2.dsc
 10dc8daf5ac97171eeb9384b89145593c662220a 5350 gloox_1.0-2.debian.tar.gz
 d24666345bdbbf4c2385748b020f4863f5bc834c 514480 libgloox-dev_1.0-2_amd64.deb
 5db4596747ae9cf9e326e6a1e770ee702dc7e3ff 353704 libgloox8_1.0-2_amd64.deb
 17b7be51046da2fa686164d3cb5821296c805ea8 3472734 libgloox-dbg_1.0-2_amd64.deb
 765a92f9f6ebc38b55c011f5d230a548064d9560 1550710 libgloox-doc_1.0-2_all.deb
Checksums-Sha256: 
 35a4d9be99d51548f32563308ad861b37bd55ea3b39ce11091b20727d8ac5475 2032 
gloox_1.0-2.dsc
 58ff10f44f41b5283c1412bcb662c37de651a239355a497c59e46f80b8afb2fb 5350 
gloox_1.0-2.debian.tar.gz
 c5c91866101edad970b66bbdaccad50170e9f6a537a00613d970f791c8efafb2 514480 
libgloox-dev_1.0-2_amd64.deb
 c5b749bb4bf2d72c44eb3761246ad04510db25dc69b31bcc479e120f99347aa9 353704 
libgloox8_1.0-2_amd64.deb
 ec26edda90addf1d49fba576b1068a4a0691eeb544c252025f649cd296fc834c 3472734 
libgloox-dbg_1.0-2_amd64.deb
 7f1d41945668941caea373147a5ffea54f3f09a3b25e07bb71d104453d5a58f9 1550710 
libgloox-doc_1.0-2_all.deb
Files: 
 20815e70cbc95c2790300adcb031ca73 2032 libs optional gloox_1.0-2.dsc
 8d95ff6781e00d8cd5161e64b7bc8431 5350 libs optional gloox_1.0-2.debian.tar.gz
 50ba58b9c6d6b11e22b3612ab712d78c 514480 libdevel optional 
libgloox-dev_1.0-2_amd64.deb
 013cf14fa0b98a610af97102a7d2890d 353704 libs optional libgloox8_1.0-2_amd64.deb
 8dbc4861cbdb5878e35e9df0a5b65448 3472734 debug extra 
libgloox-dbg_1.0-2_amd64.deb
 041767c6dae3b87de7f1c21bee439e1a 1550710 doc optional 
libgloox-doc_1.0-2_all.deb

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

iQIcBAEBCAAGBQJS17qIAAoJEI7tzBuqHzL/lfYP/03gF9BayBCm/K5Jz27NZioN
auCS0YiANDMKMgAupIk+3NIBJUtT5injqGnyTgxpH6rw9onqlcEsfuKSZzIYYHwU
vZolboBvPFlmXBYvf8XEfM1d91DWnJqo3UREUaH6sYXfslXqJTzgmsMlwybB5j3x
/KTPzm6/U+/rgmjJZBFN9bPoTRQ1Tb1pcpaGSgQHkwkUPqF35ADqWLCWVyY2ZiJx
rOCwAIRuTTIrw7RwYdYtASSWV7IYXGJPlWFKbEofPN/BpRLpSzKwKn/Vu1kiqS7q
hf6MQTEwENo+6v//F9iNoH5xp1sSGtgCOS25+hGCuahawJHkE+AL/AYDaWj5+45h
S6EYUYDZVEIRilxU0VFt2PMRkfeb1F1wv2cYaZE8SeYwwNXoHnQnv1SrAIxDVY8l
X8gXwHWa/eEQ2skfJCO2ojz2ljvEklqOIGiigUoWNSSBoJLa+wk0/gpp4R5e/nM9
JndE4UpHMJzkBhQgvZWmylgGidtje8o2RJTaz1f4CCoC2U0r3Jp4+Mjc9lgDoZnq
OZ5QG1bjp3XIVoIVjguMPq3VfWSQ1tVKbF4PR3tYg/MuZbkbsNE6eHuKPUajI0bG
ql57esqy07vh8FS93Hb/41o5CQpwW03ddrjvXk4Q/MLEmDReXKZon1EyjxNQspSu
Q//AMa2Pk/WjK115yNN5
=N5zw
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to