Package: xchat Version: 2.4.3-0.1 Followup-For: Bug #313559 Please find attached the patch of the NMU.
-- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.11.7 Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to fr_FR.UTF-8) Versions of packages xchat depends on: ii libatk1.0-0 1.10.1-2 The ATK accessibility toolkit ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an ii libglib2.0-0 2.6.5-1 The GLib library of C routines ii libgtk2.0-0 2.6.8-1 The GTK+ graphical user interface ii libpango1.0-0 1.8.1-1 Layout and rendering of internatio ii libperl5.8 5.8.7-3 Shared Perl library ii libssl0.9.7 0.9.7g-1 SSL shared libraries ii libx11-6 4.3.0.dfsg.1-14 X Window System protocol client li ii python2.3 2.3.5-6 An interactive high-level object-o ii tcl8.4 8.4.9-1 Tcl (the Tool Command Language) v8 ii xchat-common 2.4.3-0.1 Common files for X-Chat ii xlibs 4.3.0.dfsg.1-14 X Keyboard Extension (XKB) configu xchat recommends no packages. -- debconf information: * xchat/ascii_warning:
diff -u xchat-2.4.3/debian/changelog xchat-2.4.3/debian/changelog --- xchat-2.4.3/debian/changelog +++ xchat-2.4.3/debian/changelog @@ -1,3 +1,11 @@ +xchat (2.4.3-0.2) unstable; urgency=low + + * Non-maintainer upload. + * Update config.{guess,sub} from autotools-dev before running configure + (closes: bug#313559). + + -- Aurelien Jarno <[EMAIL PROTECTED]> Sat, 2 Jul 2005 12:10:01 +0200 + xchat (2.4.3-0.1) unstable; urgency=medium * Non-maintainer upload. diff -u xchat-2.4.3/debian/control xchat-2.4.3/debian/control --- xchat-2.4.3/debian/control +++ xchat-2.4.3/debian/control @@ -3,7 +3,7 @@ Priority: optional Maintainer: Davide Puricelli (evo) <[EMAIL PROTECTED]> Standards-Version: 3.6.1 -Build-Depends: debhelper (>> 4), bison, libssl-dev, libglib2.0-dev, libgtk2.0-dev (>= 2.0.6-1), libperl-dev, gettext (>= 0.10.37-1), libtool, zlib1g-dev, perl (>= 5.8), python2.3-dev, tcl8.4-dev +Build-Depends: debhelper (>> 4), bison, libssl-dev, libglib2.0-dev, libgtk2.0-dev (>= 2.0.6-1), libperl-dev, gettext (>= 0.10.37-1), libtool, zlib1g-dev, perl (>= 5.8), python2.3-dev, tcl8.4-dev, autotools-dev Package: xchat Architecture: any diff -u xchat-2.4.3/debian/rules xchat-2.4.3/debian/rules --- xchat-2.4.3/debian/rules +++ xchat-2.4.3/debian/rules @@ -30,6 +30,7 @@ configure: configure-stamp configure-stamp: + cp -f /usr/share/misc/config.{sub,guess} . CFLAGS="$(CFLAGS)" ./configure --prefix=/usr --sysconfdir=/etc --enable-python --enable-ipv6 \ --enable-japanese-conv --disable-mmx --enable-openssl --enable-zvt --enable-tcl=/usr/lib/tcl8.4 --enable-textfe touch configure-stamp @@ -46,6 +47,7 @@ dh_testdir dh_testroot [ ! -f Makefile ] || $(MAKE) distclean + rm -f config.{sub,guess} rm -f xchat xchat-gnome xchat-text rm -f po/*.gmo rm -f build-stamp install-stamp configure-stamp po/stamp-cat-id \