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 /debian/patches | |
parent | edc84be24c24bb78f76950469368225d29412543 (diff) |
resolve lintian issues by not delivering map-server for nowdebian/1.8.7-2
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/elide-map-server.patch | 10 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 11 insertions, 0 deletions
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 |