From 5b43a9396c74dc5b980c2c458859272e5800e9c9 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Tue, 9 Oct 2018 09:56:02 -0600 Subject: [PATCH] resolve lintian issues by not delivering map-server for now --- debian/changelog | 8 ++++++++ debian/patches/elide-map-server.patch | 10 ++++++++++ debian/patches/series | 1 + 3 files changed, 19 insertions(+) create mode 100644 debian/patches/elide-map-server.patch diff --git a/debian/changelog b/debian/changelog index cbc2cc36..461f8404 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +altos (1.8.7-2) unstable; urgency=medium + + * elide map-server from set of directories built and installed by + default. Eventually, we'll refactor to put that in a new binary + package... + + -- Bdale Garbee Tue, 09 Oct 2018 09:55:40 -0600 + altos (1.8.7-1) unstable; urgency=medium [ Bdale Garbee ] diff --git a/debian/patches/elide-map-server.patch b/debian/patches/elide-map-server.patch new file mode 100644 index 00000000..d0310325 --- /dev/null +++ b/debian/patches/elide-map-server.patch @@ -0,0 +1,10 @@ +diff --git a/Makefile.am b/Makefile.am +index 89fdd6c9..4f47417e 100644 +--- a/Makefile.am ++++ b/Makefile.am +@@ -1,4 +1,4 @@ +-SUBDIRS=ao-tools src doc icon altoslib libaltos altosuilib altosui micropeak ao-utils altosdroid telegps map-server ++SUBDIRS=ao-tools src doc icon altoslib libaltos altosuilib altosui micropeak ao-utils altosdroid telegps + + EXTRA_DIST = ChangeLog + diff --git a/debian/patches/series b/debian/patches/series index e69de29b..d6428175 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -0,0 +1 @@ +elide-map-server.patch -- 2.30.2