diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index cc50975..0000000 --- a/debian/changelog +++ /dev/null @@ -1,5 +0,0 @@ -can2mqtt (0.0~git20170626.4a0c700-1) UNRELEASED; urgency=medium - - * Initial release (Closes: TODO) - - -- Gerrit Beine Thu, 29 Aug 2019 07:13:14 +0000 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index b4de394..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -11 diff --git a/debian/control b/debian/control deleted file mode 100644 index 1ec7d50..0000000 --- a/debian/control +++ /dev/null @@ -1,32 +0,0 @@ -Source: can2mqtt -Section: devel -Priority: optional -Maintainer: Debian Go Packaging Team -Uploaders: Gerrit Beine -Build-Depends: debhelper (>= 11), - dh-golang, - golang-any, - golang-github-eclipse-paho.mqtt.golang-dev -Standards-Version: 4.2.1 -Homepage: https://github.com/gbeine/can2mqtt -Vcs-Browser: https://salsa.debian.org/go-team/packages/can2mqtt -Vcs-Git: https://salsa.debian.org/go-team/packages/can2mqtt.git -XS-Go-Import-Path: github.com/gbeine/can2mqtt -Testsuite: autopkgtest-pkg-go - -Package: can2mqtt -Architecture: any -Built-Using: ${misc:Built-Using} -Depends: ${misc:Depends}, - ${shlibs:Depends} -Description: CAN-Bus to MQTT-Bridge - can2mqtt can2mqtt is a small piece of software written in Go. Its - purpose is to be a bridge between a CAN-Bus and a MQTT-Broker. Those - are completely different worlds but they have similiaritys in the way - they are built. I think i don't have to speak about the differences - so i will just pick up the similiarities: In the CAN-world you have - so called CAN-Frames. Each CAN-Frame can contain up to eight bytes of - payload and CAN-Frame has an ID. In the MQTT-world you have topics and - messages. Each message has a specific topic. As you can see it should be - possible to map CAN-IDs to MQTT-Topics and their respective payload to - messages. diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index d145c49..0000000 --- a/debian/copyright +++ /dev/null @@ -1,41 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: can2mqtt -Source: https://github.com/gbeine/can2mqtt -Files-Excluded: - Godeps/_workspace - -Files: * -Copyright: 2017 C3Re -License: MIT - -Files: debian/* -Copyright: 2019 Gerrit Beine -License: MIT - -License: MIT - Copyright (c) 2017 C3Re - - 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. diff --git a/debian/docs b/debian/docs deleted file mode 100644 index b43bf86..0000000 --- a/debian/docs +++ /dev/null @@ -1 +0,0 @@ -README.md diff --git a/debian/files b/debian/files deleted file mode 100644 index abcf355..0000000 --- a/debian/files +++ /dev/null @@ -1,3 +0,0 @@ -can2mqtt-dbgsym_0.0~git20170626.4a0c700-1_armhf.deb debug optional automatic=yes -can2mqtt_0.0~git20170626.4a0c700-1_armhf.buildinfo devel optional -can2mqtt_0.0~git20170626.4a0c700-1_armhf.deb devel optional diff --git a/debian/rules b/debian/rules deleted file mode 100755 index 644abc1..0000000 --- a/debian/rules +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/make -f - -override_dh_auto_install: - dh_auto_install -- --no-source - -%: - dh $@ --buildsystem=golang --with=golang diff --git a/debian/source/format b/debian/source/format deleted file mode 100644 index 163aaf8..0000000 --- a/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (quilt) diff --git a/debian/watch b/debian/watch deleted file mode 100644 index 8b26b9e..0000000 --- a/debian/watch +++ /dev/null @@ -1,4 +0,0 @@ -version=4 -opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/can2mqtt-\$1\.tar\.gz/,\ -uversionmangle=s/(\d)[_\.\-\+]?(RC|rc|pre|dev|beta|alpha)[.]?(\d*)$/\$1~\$2\$3/ \ - https://github.com/gbeine/can2mqtt/tags .*/v?(\d\S*)\.tar\.gz