tags 548925 + patch tags 548925 + pending tags 726387 + pending thanks Dear maintainer,
I've prepared an NMU for log4cxx (versioned as 0.10.0-1.3) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Regards, -- Colin Watson [[email protected]]
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 <[email protected]> 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 diff -u log4cxx-0.10.0/debian/changelog log4cxx-0.10.0/debian/changelog --- log4cxx-0.10.0/debian/changelog +++ log4cxx-0.10.0/debian/changelog @@ -1,3 +1,11 @@ +log4cxx (0.10.0-1.3) unstable; urgency=low + + * Non-maintainer upload. + * Use the autotools-dev dh addon to update config.guess/config.sub for new + ports (closes: #548925, #726387). + + -- Colin Watson <[email protected]> Thu, 14 Nov 2013 13:55:37 +0000 + log4cxx (0.10.0-1.2) unstable; urgency=low * Non-maintainer upload.

