#929050 weex: use dh autoreconf to update configure, so that support new architectures

Package:
src:weex
Source:
weex
Submitter:
YunQiang Su
Date:
2021-12-07 10:33:04 UTC
Severity:
normal
Tags:
#929050#5
Date:
2019-05-16 03:37:25 UTC
From:
To:
+weex (2.8.3+d0mipsr6) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Run dh_autoreconf to update configure.
+
+ -- YunQiang Su <syq@debian.org>  Thu, 16 May 2019 03:29:50 +0000
+
 weex (2.8.3) unstable; urgency=medium

   * Fixed a compile bug with silently disable SSL support
diff -Nru weex-2.8.3/debian/control weex-2.8.3+d0mipsr6/debian/control
--- weex-2.8.3/debian/control   2014-11-05 16:36:06.000000000 +0000
+++ weex-2.8.3+d0mipsr6/debian/control  2019-05-16 03:29:50.000000000
+0000
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Ludovic Drolez <ldrolez@debian.org>
 Standards-Version: 3.9.6
-Build-Depends: debhelper (>= 2.2.18), gettext, dpkg-dev (>= 1.16.1~),
libssl-dev
+Build-Depends: debhelper (>= 2.2.18), gettext, dpkg-dev (>= 1.16.1~),
libssl-dev, dh-autoreconf

 Package: weex
 Architecture: any
diff -Nru weex-2.8.3/debian/rules weex-2.8.3+d0mipsr6/debian/rules
--- weex-2.8.3/debian/rules     2015-12-08 13:48:48.000000000 +0000
+++ weex-2.8.3+d0mipsr6/debian/rules    2019-05-16 03:29:50.000000000
+0000
@@ -11,6 +11,7 @@
 build: build-stamp
 build-stamp:
        dh_testdir
+       dh_autoreconf
        dh_auto_configure
        dh_auto_build
        #./configure --prefix=/usr --mandir=\$${prefix}/share/man
--infodir=\$${prefix}/share/info
@@ -25,6 +26,7 @@
        rm -f build-stamp
        # Add here commands to clean up after the build process.
        [ ! -f Makefile ] || $(MAKE) distclean
+       dh_autoreconf_clean
        dh_clean
        rm -f debian/files* po/weex.pot po/*.gmo

#929050#10
Date:
2019-06-05 09:08:16 UTC
From:
To:
Hello,

Thanks for your patch, I will update this soon!

Best regards,

Ludovic

#929050#15
Date:
2019-06-05 09:08:16 UTC
From:
To:
Hello,

Thanks for your patch, I will update this soon!

Best regards,

Ludovic

#929050#20
Date:
2021-12-07 10:01:15 UTC
From:
To:
Hi!

I've tried to use dh_autoreconf, but now the build fails.
Did you try a recent build with it?

Best regards,

Ludovic