From: Bdale Garbee Date: Tue, 9 Oct 2018 15:56:02 +0000 (-0600) Subject: resolve lintian issues by not delivering map-server for now X-Git-Tag: debian/1.8.7-2 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=5b43a9396c74dc5b980c2c458859272e5800e9c9;hp=edc84be24c24bb78f76950469368225d29412543 resolve lintian issues by not delivering map-server for now --- 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