Rename to nymea-zigbee
This commit is contained in:
parent
11c15c5322
commit
eb2af4c9a4
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -1,4 +1,4 @@
|
|||||||
qtzigbee (0.0.1) xenial; urgency=medium
|
nymea-zigbee (0.0.1) bionic; urgency=medium
|
||||||
|
|
||||||
* Initial release.
|
* Initial release.
|
||||||
|
|
||||||
|
|||||||
18
debian/control
vendored
18
debian/control
vendored
@ -1,10 +1,10 @@
|
|||||||
Source: qtzigbee
|
Source: nymea-zigbee
|
||||||
Section: utils
|
Section: utils
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Simon Stuerz <simon.stuerz@guh.io>
|
Maintainer: Simon Stuerz <simon.stuerz@guh.io>
|
||||||
Standards-Version: 3.9.7
|
Standards-Version: 3.9.7
|
||||||
Homepage: https://guh.io
|
Homepage: https://nymea.io
|
||||||
Vcs-Git: https://github.com/guh/guh.git
|
Vcs-Git: https://github.com/guh/nymea.git
|
||||||
Build-Depends: debhelper (>= 9.0.0),
|
Build-Depends: debhelper (>= 9.0.0),
|
||||||
dpkg-dev (>= 1.16.1~),
|
dpkg-dev (>= 1.16.1~),
|
||||||
qt5-default,
|
qt5-default,
|
||||||
@ -20,14 +20,14 @@ Section: net
|
|||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Depends: ${shlibs:Depends},
|
Depends: ${shlibs:Depends},
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
libqtzigbee1 (= ${binary:Version}),
|
libnymea-zigbee1 (= ${binary:Version}),
|
||||||
libncurses5
|
libncurses5
|
||||||
Description: Zigbee bridge controller Qt5 - tool
|
Description: Zigbee bridge controller Qt5 - tool
|
||||||
Command line tool written in Qt for interacting with the NXP Zigbee controller.
|
Command line tool written in Qt for interacting with the NXP Zigbee controller.
|
||||||
.
|
.
|
||||||
This package will install the zigbee-cli tool.
|
This package will install the zigbee-cli tool.
|
||||||
|
|
||||||
Package: libqtzigbee1
|
Package: libnymea-zigbee1
|
||||||
Section: libs
|
Section: libs
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends},
|
Depends: ${shlibs:Depends},
|
||||||
@ -39,21 +39,21 @@ Description: Qt 5 based library for Zigbee
|
|||||||
Qt 5 based library for Zigbee.
|
Qt 5 based library for Zigbee.
|
||||||
|
|
||||||
|
|
||||||
Package: libqtzigbee1-dev
|
Package: libnymea-zigbee1-dev
|
||||||
Section: libdevel
|
Section: libdevel
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: libqtzigbee1 (= ${binary:Version}),
|
Depends: libnymea-zigbee1 (= ${binary:Version}),
|
||||||
${shlibs:Depends},
|
${shlibs:Depends},
|
||||||
${misc:Depends}
|
${misc:Depends}
|
||||||
Description: Qt 5 based library for Zigbee - development files
|
Description: Qt 5 based library for Zigbee - development files
|
||||||
Development files for Qt 5 based Zigbee library.
|
Development files for Qt 5 based Zigbee library.
|
||||||
|
|
||||||
|
|
||||||
Package: libqtzigbee1-dbg
|
Package: libnymea-zigbee1-dbg
|
||||||
Priority: extra
|
Priority: extra
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Section: debug
|
Section: debug
|
||||||
Depends: libqtzigbee1 (= ${binary:Version}),
|
Depends: libnymea-zigbee1 (= ${binary:Version}),
|
||||||
${shlibs:Depends},
|
${shlibs:Depends},
|
||||||
${misc:Depends}
|
${misc:Depends}
|
||||||
Description: Qt 5 based library for Zigbee - debug symbols
|
Description: Qt 5 based library for Zigbee - debug symbols
|
||||||
|
|||||||
2
debian/libnymea-zigbee1-dev.install
vendored
Normal file
2
debian/libnymea-zigbee1-dev.install
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
usr/lib/libnymea-zigbee1.so
|
||||||
|
usr/include/nymea-zigbee/* usr/include/nymea-zigbee/
|
||||||
3
debian/libnymea-zigbee1.install
vendored
Normal file
3
debian/libnymea-zigbee1.install
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
usr/lib/libnymea-zigbee1.so.1
|
||||||
|
usr/lib/libnymea-zigbee1.so.1.0
|
||||||
|
usr/lib/libnymea-zigbee1.so.1.0.0
|
||||||
2
debian/libqtzigbee1-dev.install
vendored
2
debian/libqtzigbee1-dev.install
vendored
@ -1,2 +0,0 @@
|
|||||||
usr/lib/libqtzigbee1.so
|
|
||||||
usr/include/qtzigbee/* usr/include/qtzigbee/
|
|
||||||
3
debian/libqtzigbee1.install
vendored
3
debian/libqtzigbee1.install
vendored
@ -1,3 +0,0 @@
|
|||||||
usr/lib/libqtzigbee1.so.1
|
|
||||||
usr/lib/libqtzigbee1.so.1.0
|
|
||||||
usr/lib/libqtzigbee1.so.1.0.0
|
|
||||||
2
debian/rules
vendored
2
debian/rules
vendored
@ -17,7 +17,7 @@ include /usr/share/dpkg/buildflags.mk
|
|||||||
dh $@ --buildsystem=qmake --parallel
|
dh $@ --buildsystem=qmake --parallel
|
||||||
|
|
||||||
override_dh_strip:
|
override_dh_strip:
|
||||||
dh_strip --dbg-package=libqtzigbee1-dbg
|
dh_strip --dbg-package=libnymea-zigbee1-dbg
|
||||||
|
|
||||||
override_dh_auto_build:
|
override_dh_auto_build:
|
||||||
make -j$(DEB_PARALLEL_JOBS)
|
make -j$(DEB_PARALLEL_JOBS)
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
include(../config.pri)
|
include(../config.pri)
|
||||||
|
|
||||||
TARGET = qtzigbee1
|
TARGET = nymea-zigbee1
|
||||||
TEMPLATE = lib
|
TEMPLATE = lib
|
||||||
|
|
||||||
target.path = /usr/lib
|
target.path = /usr/lib
|
||||||
@ -35,7 +35,7 @@ INSTALLS += target
|
|||||||
|
|
||||||
# install header file with relative subdirectory
|
# install header file with relative subdirectory
|
||||||
for(header, HEADERS) {
|
for(header, HEADERS) {
|
||||||
path = /usr/include/qtzigbee/$${dirname(header)}
|
path = /usr/include/nymea-zigbee/$${dirname(header)}
|
||||||
eval(headers_$${path}.files += $${header})
|
eval(headers_$${path}.files += $${header})
|
||||||
eval(headers_$${path}.path = $${path})
|
eval(headers_$${path}.path = $${path})
|
||||||
eval(INSTALLS *= headers_$${path})
|
eval(INSTALLS *= headers_$${path})
|
||||||
@ -1,5 +1,5 @@
|
|||||||
TEMPLATE = subdirs
|
TEMPLATE = subdirs
|
||||||
CONFIG += ordered
|
CONFIG += ordered
|
||||||
|
|
||||||
SUBDIRS += libqtzigbee zigbee-cli
|
SUBDIRS += libnymea-zigbee zigbee-cli
|
||||||
|
|
||||||
@ -5,9 +5,9 @@ CONFIG -= app_bundle
|
|||||||
|
|
||||||
TARGET = zigbee-cli
|
TARGET = zigbee-cli
|
||||||
|
|
||||||
LIBS += -L$$buildDir/libqtzigbee -lqtzigbee1 -lreadline
|
LIBS += -L$$buildDir/libnymea-zigbee -lnymea-zigbee1 -lreadline
|
||||||
|
|
||||||
INCLUDEPATH += ../libqtzigbee/
|
INCLUDEPATH += ../libnymea-zigbee/
|
||||||
|
|
||||||
target.path = /usr/bin
|
target.path = /usr/bin
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|||||||
Reference in New Issue
Block a user