Your message dated Sun, 26 Oct 2014 21:25:58 +0100
with message-id <[email protected]>
and subject line Re: Bug#760908: Bug#754132: libmcrypt: add autoreconf during
the build to enable new architectures
has caused the Debian Bug report #754132,
regarding libmcrypt: add autoreconf during the build to enable new architectures
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.)
--
754132: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=754132
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libmcrypt
Severity: normal
Tags: patch
User: [email protected]
Usertags: ppc64el
Dear Maintainer,
This is a simple patch that enables the build this package to call
autoreconf scripts. With this change, the package could be built on
the new ppc64el architecture. This patch follows the instructions at:
https://wiki.debian.org/qa.debian.org/FTBFS#A2014-01-21_using_dh-autoreconf_during_the_build
Thanks,
Paulo
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)
Kernel: Linux 3.13.0 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
>From a844052193b29e0c726d9d145e586d42ba3a9707 Mon Sep 17 00:00:00 2001
From: Paulo Flabiano Smorigo <[email protected]>
Date: Mon, 7 Jul 2014 20:30:43 +0000
Subject: [PATCH] add autoreconf
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index b2cf9ac..a9409e6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh "$@"
+ dh "$@" --with autoreconf
# Upstream bug: halfly ./configure finished directory tar.gz'd up as orig.tar.gz
override_dh_auto_clean:
--
1.9.rc1
--- End Message ---
--- Begin Message ---
On Sun, Oct 26, 2014 at 09:21:59PM +0100, Hector Oron wrote:
> Hello,
>
> 2014-10-26 19:05 GMT+01:00 gregor herrmann <[email protected]>:
>
> > I guess both #760908 and #754132 should be closed with version
> > 2.5.8-3.3, right?
>
> Yes, that is correct.
Closing the reports as the fix is already in the archive.
--
Hector Oron
signature.asc
Description: Digital signature
--- End Message ---