Package: cwidget
Version: 0.5.16-3.4
Severity: important
Tags: patch
User: debian-...@lists.debian.org
Usertags: arm64

cwidget's config.guess/config.sub are out of date for the forthcoming
arm64 port.  The attached patch sets things up so that you don't have to
be bothered by this type of bug for future ports.

  * Use the autotools-dev dh addon to update config.guess/config.sub for
    arm64.

diff -u cwidget-0.5.16/debian/rules cwidget-0.5.16/debian/rules
--- cwidget-0.5.16/debian/rules
+++ cwidget-0.5.16/debian/rules
@@ -12,6 +12,7 @@
 
 configure: configure-stamp
 configure-stamp:
+       dh_autotools-dev_updateconfig
        ./configure --prefix=/usr $(shell dpkg-buildflags --export=configure)
 
        touch configure-stamp
@@ -44,6 +45,7 @@
        [ ! -f Makefile ] || $(MAKE) distclean
 
        -rm -r doc/ikiwiki/.ikiwiki
+       dh_autotools-dev_restoreconfig
        dh_clean
 
 
diff -u cwidget-0.5.16/debian/control cwidget-0.5.16/debian/control
--- cwidget-0.5.16/debian/control
+++ cwidget-0.5.16/debian/control
@@ -6,7 +6,7 @@
 Vcs-Browser: http://git.debian.org/?p=cwidget/debian/.git;a=summary
 Maintainer: Daniel Burrows <dburr...@debian.org>
 Build-Depends: debhelper (>= 5.0.0), libsigc++-2.0-dev,
- libncursesw5-dev, gettext, g++ (>= 4:3.2.2-0), libcppunit-dev
+ libncursesw5-dev, gettext, g++ (>= 4:3.2.2-0), libcppunit-dev, autotools-dev
 Build-Depends-Indep: doxygen, ikiwiki (>= 1.34), libhtml-scrubber-perl, 
perlmagick
 Standards-Version: 3.7.2.2
 

Thanks,

-- 
Colin Watson                                       [cjwat...@ubuntu.com]


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to