Package: log4cxx Version: 0.10.0-1.2 Severity: important Tags: patch User: debian-...@lists.debian.org Usertags: arm64
log4cxx'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 log4cxx-0.10.0/debian/rules log4cxx-0.10.0/debian/rules --- log4cxx-0.10.0/debian/rules +++ log4cxx-0.10.0/debian/rules @@ -32,6 +32,7 @@ configure: configure-stamp configure-stamp: patch-stamp dh_testdir + dh_autotools-dev_updateconfig # After the patches have been applied we need to clean up the timestamps # of some files, otherwise we get some ugly warnings because make tries @@ -62,6 +63,7 @@ # Add here commands to clean up after the build process. [ ! -f Makefile ] || $(MAKE) distclean + dh_autotools-dev_restoreconfig dh_clean clean: clean-patched unpatch diff -u log4cxx-0.10.0/debian/control log4cxx-0.10.0/debian/control --- log4cxx-0.10.0/debian/control +++ log4cxx-0.10.0/debian/control @@ -3,7 +3,7 @@ Priority: optional Maintainer: Matthew Vernon <suner...@vernshome.net> Homepage: http://logging.apache.org/log4cxx/index.html -Build-Depends: debhelper (>= 5), dpatch, zlib1g-dev, doxygen, graphviz, gsfonts, c++-compiler, libapr1-dev, libaprutil1-dev +Build-Depends: debhelper (>= 5), dpatch, zlib1g-dev, doxygen, graphviz, gsfonts, c++-compiler, libapr1-dev, libaprutil1-dev, autotools-dev Standards-Version: 3.8.0 Package: liblog4cxx10-dev Thanks, -- Colin Watson [cjwat...@debian.org] -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org