add man page and fix litian warnings
This commit is contained in:
parent
371a68d879
commit
46bc673773
16
debian/control
vendored
16
debian/control
vendored
@ -1,7 +1,7 @@
|
||||
Source: guh
|
||||
Section: utils
|
||||
Priority: optional
|
||||
Maintainer: Simon Stuerz <simon.stuerz@guh.guru>
|
||||
Maintainer: Simon Stuerz <simon.stuerz@guh.io>
|
||||
Build-Depends: debhelper (>= 9.0.0),
|
||||
dpkg-dev (>= 1.16.1~),
|
||||
hardening-wrapper,
|
||||
@ -24,7 +24,7 @@ Section: metapackages
|
||||
Depends: ${misc:Depends},
|
||||
guhd (= ${binary:Version}),
|
||||
guh-plugins (= ${binary:Version}),
|
||||
Description: An open source IoT server - meta package
|
||||
Description:An open source IoT server - meta package
|
||||
guh is an open source IoT (Internet of Things) server,
|
||||
which allows to control a lot of different devices from many different
|
||||
manufacturers. With the powerful rule engine you are able to connect any
|
||||
@ -46,7 +46,7 @@ Depends: libqt5network5,
|
||||
libguh1 (= ${binary:Version}),
|
||||
${shlibs:Depends},
|
||||
${misc:Depends}
|
||||
Description: An open source IoT server - daemon
|
||||
Description:An open source IoT server - daemon
|
||||
guh is an open source IoT (Internet of Things) server,
|
||||
which allows to control a lot of different devices from many different
|
||||
manufacturers. With the powerful rule engine you are able to connect any
|
||||
@ -59,7 +59,7 @@ Architecture: any
|
||||
Section: debug
|
||||
Depends: guh (= ${binary:Version}),
|
||||
${misc:Depends}
|
||||
Description: An open source IoT server - debug symbols
|
||||
Description:An open source IoT server - debug symbols
|
||||
guh is an open source IoT (Internet of Things) server,
|
||||
which allows to control a lot of different devices from many different
|
||||
manufacturers. With the powerful rule engine you are able to connect any
|
||||
@ -71,7 +71,7 @@ Section: doc
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Recommends: guh (= ${binary:Version})
|
||||
Description: Documentation for the guh package (on-site) - documentation
|
||||
Description:Documentation for the guh package (on-site) - documentation
|
||||
guh is an open source home automation server, which allows to control
|
||||
a lot of different devices from many different manufacturers. With the
|
||||
powerful rule engine you are able to connect any device available in
|
||||
@ -94,7 +94,7 @@ Architecture: any
|
||||
Depends: guh (= ${binary:Version}),
|
||||
${shlibs:Depends},
|
||||
${misc:Depends}
|
||||
Description: Tests and mock plugin for the guh daemon - tests
|
||||
Description:Tests and mock plugin for the guh daemon - tests
|
||||
guh is an open source IoT (Internet of Things) server,
|
||||
which allows to control a lot of different devices from many different
|
||||
manufacturers. With the powerful rule engine you are able to connect any
|
||||
@ -129,7 +129,7 @@ Depends: libguh1 (= ${binary:Version}),
|
||||
libqt5websockets5-dev,
|
||||
libavahi-client-dev,
|
||||
libavahi-common-dev
|
||||
Description: An open source IoT server - development files
|
||||
Description:An open source IoT server - development files
|
||||
guh is an open source IoT (Internet of Things) server,
|
||||
which allows to control a lot of different devices from many different
|
||||
manufacturers. With the powerful rule engine you are able to connect any
|
||||
@ -145,7 +145,7 @@ Depends: libguh1 (= ${binary:Version}),
|
||||
${misc:Depends}
|
||||
Recommends:
|
||||
nmap
|
||||
Description: Plugins for guh IoT server
|
||||
Description:Plugins for guh IoT server
|
||||
guh is an open source IoT (Internet of Things) server,
|
||||
which allows to control a lot of different devices from many different
|
||||
manufacturers. With the powerful rule engine you are able to connect any
|
||||
|
||||
1
debian/manpages
vendored
1
debian/manpages
vendored
@ -1 +1,2 @@
|
||||
debian/guhd.1
|
||||
debian/guh-generateplugininfo.1
|
||||
|
||||
@ -1,3 +0,0 @@
|
||||
include(guh.pri)
|
||||
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
<context>
|
||||
<name>main</name>
|
||||
<message>
|
||||
<location filename="../server/main.cpp" line="147"/>
|
||||
<location filename="../server/main.cpp" line="152"/>
|
||||
<source>
|
||||
guh ( /[guːh]/ ) is an open source IoT (Internet of Things) server,
|
||||
which allows to control a lot of different devices from many different
|
||||
@ -23,12 +23,12 @@ Szenen undVerhaltensweisen des Systems festzulegen.
|
||||
</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../server/main.cpp" line="159"/>
|
||||
<location filename="../server/main.cpp" line="164"/>
|
||||
<source>Run guhd in the foreground, not as daemon.</source>
|
||||
<translation>Starte guhd im Vordergrund, nicht als Service.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../server/main.cpp" line="162"/>
|
||||
<location filename="../server/main.cpp" line="167"/>
|
||||
<source>Debug categories to enable. Prefix with "No" to disable. Warnings from all categories will be printed unless explicitly muted with "NoWarnings".
|
||||
|
||||
Categories are:</source>
|
||||
@ -36,12 +36,12 @@ Categories are:</source>
|
||||
Es gibt folgende Kategorien:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../server/main.cpp" line="179"/>
|
||||
<location filename="../server/main.cpp" line="184"/>
|
||||
<source>Enables all debug categories. This parameter overrides all debug category parameters.</source>
|
||||
<translation>Aktiviere alle Debug-Kategorien. Dieser Parameter überschreibt alle anderen Debug-Kategorien Parameter.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../server/main.cpp" line="199"/>
|
||||
<location filename="../server/main.cpp" line="203"/>
|
||||
<source>No such debug category:</source>
|
||||
<translation>Diese Debug-Kategorie existiert nicht:</translation>
|
||||
</message>
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
<context>
|
||||
<name>main</name>
|
||||
<message>
|
||||
<location filename="../server/main.cpp" line="147"/>
|
||||
<location filename="../server/main.cpp" line="152"/>
|
||||
<source>
|
||||
guh ( /[guːh]/ ) is an open source IoT (Internet of Things) server,
|
||||
which allows to control a lot of different devices from many different
|
||||
@ -23,12 +23,12 @@ for your environment.
|
||||
</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../server/main.cpp" line="159"/>
|
||||
<location filename="../server/main.cpp" line="164"/>
|
||||
<source>Run guhd in the foreground, not as daemon.</source>
|
||||
<translation>Run guhd in the foreground, not as daemon.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../server/main.cpp" line="162"/>
|
||||
<location filename="../server/main.cpp" line="167"/>
|
||||
<source>Debug categories to enable. Prefix with "No" to disable. Warnings from all categories will be printed unless explicitly muted with "NoWarnings".
|
||||
|
||||
Categories are:</source>
|
||||
@ -37,12 +37,12 @@ Categories are:</source>
|
||||
Categories are:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../server/main.cpp" line="179"/>
|
||||
<location filename="../server/main.cpp" line="184"/>
|
||||
<source>Enables all debug categories. This parameter overrides all debug category parameters.</source>
|
||||
<translation>Enables all debug categories. This parameter overrides all debug category parameters.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../server/main.cpp" line="199"/>
|
||||
<location filename="../server/main.cpp" line="203"/>
|
||||
<source>No such debug category:</source>
|
||||
<translation>No such debug category:</translation>
|
||||
</message>
|
||||
|
||||
Reference in New Issue
Block a user