diff options
author | Bdale Garbee <bdale@gag.com> | 2018-10-09 09:56:02 -0600 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2018-10-09 09:56:02 -0600 |
commit | 5b43a9396c74dc5b980c2c458859272e5800e9c9 (patch) | |
tree | 4bcc1da1524fe3f51b5a694286024f7224229c66 | |
parent | edc84be24c24bb78f76950469368225d29412543 (diff) |
resolve lintian issues by not delivering map-server for nowdebian/1.8.7-2
-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 |