]> www.average.org Git - loctrkd.git/commitdiff
some cleanup of debianization
authorEugene Crosser <crosser@average.org>
Mon, 2 May 2022 21:43:12 +0000 (23:43 +0200)
committerEugene Crosser <crosser@average.org>
Mon, 2 May 2022 21:43:12 +0000 (23:43 +0200)
debian/control
debian/copyright
debian/postinst

index 537b22020ab8ebf2c2630ccb38e83f0cd765da1f..a8ba49bc2b305ac6440b8dcbbf2be8729ae080fb 100644 (file)
@@ -14,6 +14,8 @@ Build-Depends: debhelper-compat (= 12),
 Package: python3-gps303
 Architecture: all
 Section: python
-Depends: ${misc:Depends},
+Depends: adduser,
+         ${misc:Depends},
          ${python3:Depends}
 Description: Suite of modules to collect reports from xz303 GPS trackers
+ Consists of collector, storagae, lookaside, and termconfig
index 7c3c203553479ab40e39a10d65ce105111165eb5..7f40f0442913766a776de70809e923b9c1fdd9d4 100644 (file)
@@ -1 +1,21 @@
 Licese: MIT
+
+Copyright (c) 2022 Eugene Crosser
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
index 59483bdbe07e4657496f4ede8f7b6b892807bf88..668ac08c773948657a1c256b0d8e29c615cf86cd 100644 (file)
@@ -1,5 +1,6 @@
 #!/bin/sh
 
+set -e
 adduser --system --group --home /var/lib/gps303 gps303
 
 #DEBHELPER#