diff --git a/debian/changelog b/debian/changelog index 3392e92..2ccb440 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ - Don't explicitly enable autoreconf, enabled by default - Drop dh-autoreconf build dependency * Update copyright fle. + * Refresh patches. -- Bas Couwenberg Sun, 02 Aug 2020 17:05:40 +0200 diff --git a/debian/patches/00-disable_tests.patch b/debian/patches/00-disable_tests.patch index 6094bdf..690a7e5 100644 --- a/debian/patches/00-disable_tests.patch +++ b/debian/patches/00-disable_tests.patch @@ -10,38 +10,8 @@ -SUBDIRS = headers src tests examples +SUBDIRS = headers src examples - EXTRA_DIST = makefile.vc nmake.opt mainpage.doxy - ---- a/Makefile.in -+++ b/Makefile.in -@@ -358,7 +358,7 @@ top_build_prefix = @top_build_prefix@ - top_builddir = @top_builddir@ - top_srcdir = @top_srcdir@ - ACLOCAL_AMFLAGS = -I m4 --SUBDIRS = headers src tests examples -+SUBDIRS = headers src examples - EXTRA_DIST = makefile.vc nmake.opt mainpage.doxy - AUTOMAKE_OPTIONS = dist-zip foreign - pkgconfigdir = $(libdir)/pkgconfig ---- a/configure -+++ b/configure -@@ -17008,7 +17008,7 @@ if test "x$enable_gcov" = "xyes"; then - GCOV_FLAGS="-lgcov" - fi - --ac_config_files="$ac_config_files Makefile headers/Makefile src/Makefile tests/Makefile examples/Makefile Doxyfile readosm.pc" -+ac_config_files="$ac_config_files Makefile headers/Makefile src/Makefile examples/Makefile Doxyfile readosm.pc" - - - -@@ -18256,7 +18256,6 @@ do - "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; - "headers/Makefile") CONFIG_FILES="$CONFIG_FILES headers/Makefile" ;; - "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; -- "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;; - "examples/Makefile") CONFIG_FILES="$CONFIG_FILES examples/Makefile" ;; - "Doxyfile") CONFIG_FILES="$CONFIG_FILES Doxyfile" ;; - "readosm.pc") CONFIG_FILES="$CONFIG_FILES readosm.pc" ;; + EXTRA_DIST = makefile.vc nmake.opt makefile64.vc nmake64.opt \ + mainpage.doxy config-msvc.h --- a/configure.ac +++ b/configure.ac @@ -55,7 +55,6 @@ fi