Skip to content

Commit

Permalink
add Jenkinsfile and fix lintian errors (#9)
Browse files Browse the repository at this point in the history
* add Jenkinsfile and fix lintian errors
* add homepage to debian/control
  • Loading branch information
webconn authored Sep 3, 2021
1 parent bee6a6d commit a76f039
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
buildDebSbuild defaultTargets: 'wb6',
defaultRunLintian: true
5 changes: 5 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,15 @@ Section: misc
Priority: optional
Standards-Version: 3.9.2
Build-Depends: debhelper (>= 10), pkg-config, libwbmqtt1-dev (>= 1.0.10), libmodbus-dev (>= 3.0.3), libjsoncpp-dev, libgmock-dev, git
Homepage: https://github.com/wirenboard/wb-mqtt-mbgate

Package: wb-mqtt-mbgate
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libwbmqtt1 (>= 1.0.10), libmodbus5 (>= 3.0.3), libjsoncpp0 | libjsoncpp1,
python (>= 2.7), python-mosquitto (>= 1.3.4)
Breaks: wb-mqtt-homeui (<< 1.7)
Description: Wiren Board MQTT to Modbus gateway
wb-mqtt-mbgate is a service which acts as Modbus slave on
specific interface and provides access to Wiren Board MQTT
topics through Modbus. It supports both Modbus RTU on serial
ports and Modbus TCP.
Empty file added debian/copyright
Empty file.
3 changes: 3 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/usr/bin/make -f

override_dh_installinit:
dh_installinit --noscripts

%:
dh $@ --parallel

0 comments on commit a76f039

Please sign in to comment.