1.2.1 deb package

This commit is contained in:
Jason Rhinelander 2020-10-21 00:22:35 -03:00
parent 2ec37a7bac
commit e99f07bc6d
2 changed files with 12 additions and 2 deletions

10
debian/changelog vendored
View file

@ -1,3 +1,13 @@
lokimq (1.2.1-1~ubuntu2010) groovy; urgency=medium
* Update macos build to use 10.14 compatibility
* macOS 10.12 compatibility
* Test suite: use different ports for each test
* Fix var::get<I> to return references
* Stable release bump
-- Jason Rhinelander <jason@imaginary.ca> Wed, 21 Oct 2020 00:21:09 -0300
lokimq (1.2.0-1~ubuntu2010) groovy; urgency=medium
1.2.0 release.

4
debian/control vendored
View file

@ -9,7 +9,7 @@ Homepage: https://github.com/loki-project/loki-mq
Package: liblokimq-dev
Section: libdevel
Architecture: any
Depends: liblokimq1.2.0 (= ${binary:Version}), ${misc:Depends}, libzmq3-dev (>= 4.3)
Depends: liblokimq1.2.1 (= ${binary:Version}), ${misc:Depends}, libzmq3-dev (>= 4.3)
Description: zeromq-based Loki message passing library (headers)
This C++17 library contains an abstraction layer around ZeroMQ to support
integration with Loki authentication, RPC, and message passing. It is
@ -22,7 +22,7 @@ Description: zeromq-based Loki message passing library (headers)
This package contains the library headers and other development files needed
to build software using lokimq.
Package: liblokimq1.2.0
Package: liblokimq1.2.1
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: zeromq-based Loki message passing library