resolve lintian issues by not delivering map-server for now debian/1.8.7-2
authorBdale Garbee <bdale@gag.com>
Tue, 9 Oct 2018 15:56:02 +0000 (09:56 -0600)
committerBdale Garbee <bdale@gag.com>
Tue, 9 Oct 2018 15:56:02 +0000 (09:56 -0600)
debian/changelog
debian/patches/elide-map-server.patch [new file with mode: 0644]
debian/patches/series

index cbc2cc36ffca11978985dae5fb47bb5a353fe528..461f840464fc1436f530318de11ad87969e79fa9 100644 (file)
@@ -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 (file)
index 0000000..d031032
--- /dev/null
@@ -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
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..d6428175d39ddeef9ea4479a0c7d6ce456764aef 100644 (file)
@@ -0,0 +1 @@
+elide-map-server.patch