Your message dated Sat, 09 Aug 2014 17:19:01 +0000
with message-id <[email protected]>
and subject line Bug#756569: fixed in pdmenu 1.3.3
has caused the Debian Bug report #756569,
regarding pdmenu: please use autotools-dev to update config.{guess, sub} (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 [email protected]
immediately.)
--
756569: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756569
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: pdmenu
Severity: normal
Tags: patch
User: [email protected]
Usertags: ppc64el
Dear Maintainer,
The package pdmenu fails to build from source on ppc64el because
config.{guess,sub}
are not being updated before configure is run.
Such files can be updated by using autotools-dev debhelper add-on.
The problem is that "make distclean" is being run in 'clean' target, which
forces configure to also run before anything else.
That is the reason I added autotools-dev within the same target.
Please see the attachment which contains these modifications.
They also allow dpkg-buildpackage to be run repeatedly without problems.
Thanks and regards.
Fernando
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)
Kernel: Linux 3.13-1-powerpc64le (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- pdmenu-1.3.2/debian/changelog 2011-08-23 17:29:28.000000000 +0000
+++ pdmenu-1.3.2ppc64el1/debian/changelog 2014-07-30 22:51:58.000000000 +0000
@@ -1,3 +1,9 @@
+pdmenu (1.3.2ppc64el1) UNRELEASED; urgency=medium
+
+ * Added autotools-dev to the build to update config.{guess,sub}
+
+ -- Fernando Seiti Furusato <[email protected]> Wed, 30 Jul 2014 22:51:44 +0000
+
pdmenu (1.3.2) unstable; urgency=low
* debian/rules: use dh
diff -Nru pdmenu-1.3.2/debian/control pdmenu-1.3.2ppc64el1/debian/control
--- pdmenu-1.3.2/debian/control 2011-08-23 17:28:01.000000000 +0000
+++ pdmenu-1.3.2ppc64el1/debian/control 2014-07-30 22:52:16.000000000 +0000
@@ -1,7 +1,7 @@
Source: pdmenu
Section: shells
Priority: optional
-Build-Depends: debhelper (>= 8), libslang2-dev (>= 1.4.4-3), libgpm-dev [!hurd-any !kfreebsd-any], gettext, dpkg-dev (>= 1.9.0)
+Build-Depends: debhelper (>= 8), autotools-dev, libslang2-dev (>= 1.4.4-3), libgpm-dev [!hurd-any !kfreebsd-any], gettext, dpkg-dev (>= 1.9.0)
Maintainer: Joey Hess <[email protected]>
Standards-Version: 3.9.2
Vcs-Git: git://git.kitenet.net/pdmenu
diff -Nru pdmenu-1.3.2/debian/rules pdmenu-1.3.2ppc64el1/debian/rules
--- pdmenu-1.3.2/debian/rules 2011-08-23 17:28:09.000000000 +0000
+++ pdmenu-1.3.2ppc64el1/debian/rules 2014-07-30 22:52:57.000000000 +0000
@@ -4,7 +4,7 @@
INSTALL_PROGRAM=install
%:
- dh $@
+ dh $@ --with autotools_dev
override_dh_auto_configure:
./configure $(GPMCONFIG) --prefix=/usr --sysconfdir=/etc \
@@ -14,11 +14,9 @@
# make test is interactive; skip it
override_dh_auto_clean:
+ dh_autotools-dev_updateconfig
if [ -e Makefile ]; then $(MAKE) distclean; fi
- -test -r /usr/share/misc/config.sub && \
- cp -f /usr/share/misc/config.sub autoconf/config.sub
- -test -r /usr/share/misc/config.guess && \
- cp -f /usr/share/misc/config.guess autoconf/config.guess
+ dh_autotools-dev_restoreconfig
override_dh_auto_install:
$(MAKE) INSTALL_PREFIX=debian/pdmenu \
--- End Message ---
--- Begin Message ---
Source: pdmenu
Source-Version: 1.3.3
We believe that the bug you reported is fixed in the latest version of
pdmenu, 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.
Joey Hess <[email protected]> (supplier of updated pdmenu 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: SHA1
Format: 1.8
Date: Sat, 09 Aug 2014 11:52:19 -0400
Source: pdmenu
Binary: pdmenu
Architecture: source
Version: 1.3.3
Distribution: unstable
Urgency: medium
Maintainer: Joey Hess <[email protected]>
Changed-By: Joey Hess <[email protected]>
Description:
pdmenu - simple console menu program
Closes: 756569
Changes:
pdmenu (1.3.3) unstable; urgency=medium
.
* Added autotools-dev to the build to update config.{guess,sub},
and do it before the clean target. Closes: #756569
Thanks, Fernando Seiti Furusato.
Checksums-Sha1:
dfa978371980468de49dad961e04e41879247ef7 1585 pdmenu_1.3.3.dsc
3046c85bfbd57fcb2e38273f937fef3d1b22debd 160840 pdmenu_1.3.3.tar.gz
Checksums-Sha256:
1a0e6b70bee90d5382a71b11ab98178eb2bddc714997b76e0fe478e612ae135a 1585
pdmenu_1.3.3.dsc
3dbf4496f906ea51a2d189914fa449c1c5cf4da520a54c727d8028c67a90df10 160840
pdmenu_1.3.3.tar.gz
Files:
713b925d233863a30b35a121dd45ff90 1585 shells optional pdmenu_1.3.3.dsc
e6d69d86193f3fc65918aaa1ad9d1b1d 160840 shells optional pdmenu_1.3.3.tar.gz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIVAwUBU+ZV3ckQ2SIlEuPHAQKW3xAAjmTfMNrqTTegMyW3hmePb6BFrEQlHUWN
4TRESGa49xRgwOMDSA0KNjnZbd5CrenHrixmD4V9oERozVwfkG7xsnI0UNPBSyM7
fLqO7Y7j5B635jTtueqCVO4DKmsOxLot03DI+Bj4wbRH9zKwWoZPHcn6u/yUnYWX
qRH04kGjmt/YhQ7ne08iAbTjM0i7qSiocEAqZBa78S/bxaGkUmH2H3Ejy6k8G4vc
6Bcsw+qc6zwlR1fc1lRyyc25S78ZzqoqLVqjDYkFSxrI6i0+qZ3Uz2I50MN08lpQ
uRaBtTVr8qhCa/a8IeQeF/StwqUVYK6QH8R88pjVgLCm8eld0Nhum7tbR5jQXUrl
WTZp4AAmk2OWvQKlmc2ZB1x0pQR0w3SZy/hvhoY8vcXnaFIbItcKwA5jyMGqhIf7
PMUEyi3Y2K817sx0XNyfjEJ4muGvxUiA17G8lRjbfW+ufs8DM8NgF4f5odjMk/og
DKYNQ3EtlcinYTsgBOPULvwtJn+xlBM5k0S4ZY3fEbKT9YxRwq+p1MepFY4Hn7Ph
RHHQ1ULaCbIKHrAbaJ4I2fks27XElDkOZsUR+cb5dnoI3CMuUkRvJTMEIyPuVKoz
UHk5vdUxM01n1vNY+qV0a3GB7sLhDg+3LPTascmOoITBHf9VuPinnbhyhFsT4Sv1
hNDjoXIRPUc=
=e7fb
-----END PGP SIGNATURE-----
--- End Message ---