[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#734230: marked as done (libpcapnav: use dh-autoreconf instead of autotools-dev to fix FTBFS on ppc64el)



Your message dated Sun, 05 Jul 2015 04:34:03 +0000
with message-id <E1ZBbcx-0002Ly-Sy@franck.debian.org>
and subject line Bug#734230: fixed in libpcapnav 0.8-3
has caused the Debian Bug report #734230,
regarding libpcapnav: use dh-autoreconf instead of autotools-dev 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 owner@bugs.debian.org
immediately.)


-- 
734230: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=734230
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: libpcapnav
Version: 0.8-1
Severity: normal
Tags: patch
User: ubuntu-devel@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 instead of just config.{sub,guess} updates with
autotools-dev. This is because we need new libtool macros for ppc64el.

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

  * Use dh-autoreconf instead of autotools-dev to fix FTBFS on ppc64el.

Thanks for considering the patch.

Logan Rosen



-- System Information:
Debian Release: wheezy/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.12.0-7-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 -u libpcapnav-0.8/debian/rules libpcapnav-0.8/debian/rules
--- libpcapnav-0.8/debian/rules
+++ libpcapnav-0.8/debian/rules
@@ -15,12 +15,7 @@
 
 config.status:
 	dh_testdir
-ifneq "$(wildcard /usr/share/misc/config.sub)" ""
-	cp -f /usr/share/misc/config.sub config.sub
-endif
-ifneq "$(wildcard /usr/share/misc/config.guess)" ""
-	cp -f /usr/share/misc/config.guess config.guess
-endif
+	dh_autoreconf
 	./configure $(CROSS) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
 
 build: build-stamp
@@ -34,7 +29,7 @@
 	dh_testroot
 	rm -f build-stamp
 	[ ! -f Makefile ] || $(MAKE) distclean
-	rm -f config.sub config.guess
+	dh_autoreconf_clean
 	dh_clean
 
 install: build
diff -u libpcapnav-0.8/debian/control libpcapnav-0.8/debian/control
--- libpcapnav-0.8/debian/control
+++ libpcapnav-0.8/debian/control
@@ -1,7 +1,7 @@
 Source: libpcapnav
 Priority: optional
 Maintainer: Joao Eriberto Mota Filho <eriberto@eriberto.pro.br>
-Build-Depends: debhelper (>= 7), autotools-dev, libpcap0.8-dev
+Build-Depends: debhelper (>= 7), dh-autoreconf, libpcap0.8-dev
 Standards-Version: 3.8.2
 Section: libs
 Homepage: http://netdude.sourceforge.net

--- End Message ---
--- Begin Message ---
Source: libpcapnav
Source-Version: 0.8-3

We believe that the bug you reported is fixed in the latest version of
libpcapnav, 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 734230@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Joao Eriberto Mota Filho <eriberto@debian.org> (supplier of updated libpcapnav 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 ftpmaster@ftp-master.debian.org)


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

Format: 1.8
Date: Thu, 02 Jul 2015 10:26:56 -0300
Source: libpcapnav
Binary: libpcapnav0-dev libpcapnav0
Architecture: source amd64
Version: 0.8-3
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Joao Eriberto Mota Filho <eriberto@debian.org>
Description:
 libpcapnav0 - wrapper to libpcap that allows arbitrary navigation
 libpcapnav0-dev - development files for libpcapnav
Closes: 734230
Changes:
 libpcapnav (0.8-3) unstable; urgency=medium
 .
   * QA upload.
   * Migrations:
       - debian/copyright to 1.0 format.
       - debian/rules to new (reduced) format.
       - DebSrc to 3.0 version.
       - DH level to 9.
       - manpage uses txt2man now (moved from debian/contrib to debian/manpage).
       - manpage moved from level 3 to 1.
       - Using dh-autoreconf. (Closes: #734230)
   * Moved upstream docs to right place.
   * debian/control:
       - Added ${misc:Depends} to Depends fields.
       - Bumped Standards-Version to 9.
       - Improved the short description.
   * debian/libpcapnav0.install: updated the path of the libraries.
   * debian/libpcapnav0-dev.docs: added the AUTHORS file.
   * debian/libpcapnav0-dev.doc-base: added to register HTML docs.
   * debian/libpcapnav0-dev.install:
       - No longer providing .la files.
       - Updated the path of the libraries.
   * debian/libpcapnav0-dev.manpages: created to install a manpage.
   * debian/watch: improved.
Checksums-Sha1:
 5a0e47b5775ac81f79619af3fab184120b9ffef5 1795 libpcapnav_0.8-3.dsc
 5060af10549885f61d0d42e6d353c98c62a5589b 4340 libpcapnav_0.8-3.debian.tar.xz
 a7be06a89be65ae67079e3224015a3add9e09360 43918 libpcapnav0-dev_0.8-3_amd64.deb
 0f8f230a3e10082114b225142cda1859f29e74b3 15308 libpcapnav0_0.8-3_amd64.deb
Checksums-Sha256:
 4ba6cb8c8681d009336a7a2a0fe03e232937daed6f54d11f2c83f31a02a0dac3 1795 libpcapnav_0.8-3.dsc
 6ac306cf102134d9ba5d9c36a991b317cbdb882faa37224ab22edada04d0ecfd 4340 libpcapnav_0.8-3.debian.tar.xz
 a20beee85558453ddb0492d3a7a10a34d0c88c73e4d220c20503c1f9c2a25b9f 43918 libpcapnav0-dev_0.8-3_amd64.deb
 e2444b2567ee1b7e381116fc2602a14606153f56cad026e1b4efedf68cdcc368 15308 libpcapnav0_0.8-3_amd64.deb
Files:
 31d8a8a6f380a3d98a5283235dc91a5e 1795 libs optional libpcapnav_0.8-3.dsc
 62cbd53176d122f0a75a82da0ad48039 4340 libs optional libpcapnav_0.8-3.debian.tar.xz
 4480f545e3d89f671bdaec30ef3d8188 43918 libdevel optional libpcapnav0-dev_0.8-3_amd64.deb
 fef8e29bf9d1d373e8b5c50a28cb4054 15308 libs optional libpcapnav0_0.8-3_amd64.deb

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

iQIcBAEBAgAGBQJVl147AAoJEN5juccE6+nv3DMP/2ctbRvVf2syN16yr468I1zD
xJpPs1eShAGcDpWBqikbzRDOvAT5kvZJ9ria/VEXZ0vCgng+tiTu3h3DxfDVXwYF
uGF2y/yGMrm3IpLI2ieDofJ86pXLtQI4PFE4UU9OUvPvgfdS5oQ0U6Z6pOrTKrR4
IU3N8lJylu7Fjq2q6VC7/AgWOhJIZ6BfEkQaWZhe6ss90cLcU21INJfgboar0GpB
rfS0ZR0JEX9rapNU/b4pjOg75X/MFWgcgp7xFhp1DRiyO6fMnBrDad1BhLvm0k8I
5TGfY+Y37Y+QrbHXHKiXkG89lH/XdoaH1eTKnm616VUQ6FeqXAMH1lAlSzVSikXP
XXU5UbQ6ago7eX4330Vzze5uSr/NHkZZQOSo3dcFDwZ+h5YCs5kYybW4+Gg0L+Yp
fj6naiG369OxhwcEI8ncxMda/1hPEuDVglogwFVIgAvNM+ygj0Z1JgG5JSIOyqLB
XfBMcKZ/XH5VlCYZKpcwLLgnTKhX5lmIRCM1x6grwG0EOKG1/xZoyeyFPrbPkAT1
Pe/jqM/+NHSCQ7j/RhVi4yoNLqxC2IzVAdFTl+phDiG/eUZfE1mmqvg//3DXgsY7
9z39/4Q+bhEL5/X8FlV5WcbD1454on9nV5ZjYYvcy8czAF7z2WXWwZ8YJEbPlgdp
h3B+oEP2L8ggNC2NS+yC
=Unpe
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: