diff options
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/patches/elide-map-server.patch | 10 | ||||
-rw-r--r-- | debian/patches/series | 1 |
3 files changed, 19 insertions, 0 deletions
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 <bdale@gag.com> 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 |