Your message dated Wed, 22 Mar 2017 17:14:35 +0000
with message-id <[email protected]>
and subject line unblock hyantesite
has caused the Debian Bug report #858450,
regarding unblock: hyantesite/1.3.0-1.1
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.)
--
858450: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=858450
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
Please unblock package hyantesite
unblock hyantesite/1.3.0-1.1
diffstat for hyantesite_1.3.0-1 hyantesite_1.3.0-1.1
changelog | 8 ++++++++
control | 2 +-
rules | 12 +++---------
3 files changed, 12 insertions(+), 10 deletions(-)
diff -u hyantesite-1.3.0/debian/rules hyantesite-1.3.0/debian/rules
--- hyantesite-1.3.0/debian/rules
+++ hyantesite-1.3.0/debian/rules
@@ -35,13 +35,7 @@
config.status: configure
dh_testdir
- # Add here commands to configure the package.
-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 --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE)
--prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
CFLAGS="$(CFLAGS)" --enable-doc
@@ -63,8 +57,8 @@
# Add here commands to clean up after the build process.
test ! -f Makefile || $(MAKE) distclean
- rm -f config.sub config.guess
-
+ dh_autoreconf_clean
+
dh_clean
# restore deleted file that would be ignored by dpkg-source when git is
diff -u hyantesite-1.3.0/debian/changelog hyantesite-1.3.0/debian/changelog
--- hyantesite-1.3.0/debian/changelog
+++ hyantesite-1.3.0/debian/changelog
@@ -1,3 +1,11 @@
+hyantesite (1.3.0-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Apply patch from Aurelien Jarno to use dh_autoreconf,
+ fixing FTBFS on arm64. (Closes: #727899)
+
+ -- Adrian Bunk <[email protected]> Wed, 22 Mar 2017 14:19:13 +0200
+
hyantesite (1.3.0-1) unstable; urgency=low
* new upstream release
diff -u hyantesite-1.3.0/debian/control hyantesite-1.3.0/debian/control
--- hyantesite-1.3.0/debian/control
+++ hyantesite-1.3.0/debian/control
@@ -2,7 +2,7 @@
Priority: extra
Maintainer: Debian Science Maintainers
<[email protected]>
Uploaders: serge guelton <[email protected]>
-Build-Depends: debhelper (>= 7), autotools-dev, doxygen, help2man, dpkg (>=
1.15.4) | install-info
+Build-Depends: debhelper (>= 7), dh-autoreconf, doxygen, help2man, dpkg (>=
1.15.4) | install-info
Standards-Version: 3.9.3
Section: science
Vcs-Svn: svn://svn.debian.org/debian-science/packages/hyantesite
--- End Message ---
--- Begin Message ---
Unblocked.
--- End Message ---