[Debian-on-mobile-maintainers] [Git][DebianOnMobile-team/libaxc][debian/master] 4 commits: New upstream version 0.3.6
Henry-Nicolas Tourneur (@hntourne)
gitlab at salsa.debian.org
Fri Sep 17 16:59:26 BST 2021
Henry-Nicolas Tourneur pushed to branch debian/master at Debian On Mobile / libaxc
Commits:
6bb7488f by Henry-Nicolas Tourneur at 2021-09-17T15:53:53+00:00
New upstream version 0.3.6
- - - - -
0df78895 by Henry-Nicolas Tourneur at 2021-09-17T15:54:01+00:00
Update upstream source from tag 'upstream/0.3.6'
Update to upstream version '0.3.6'
with Debian dir 2fffe4cde72bd8dd1889090743cfdbf7ef3adb9b
- - - - -
1a44b437 by Henry-Nicolas Tourneur at 2021-09-17T15:54:51+00:00
d/patches: remove upstreamed patches
- - - - -
f8edd214 by Henry-Nicolas Tourneur at 2021-09-17T15:55:29+00:00
d/changelog: release new version 0.3.6
- - - - -
6 changed files:
- CHANGELOG.md
- Makefile
- README.md
- debian/changelog
- − debian/patches/001_makefile-fix-ftcbfs.patch
- − debian/patches/series
Changes:
=====================================
CHANGELOG.md
=====================================
@@ -1,5 +1,9 @@
# Changelog
+## [0.3.6] - 2021-09-06
+### Fixed
+- `pkg_config` can now be set from env like the rest of the tools. ([#28](https://github.com/gkdr/axc/pull/28)) (thanks, [@henry-nicolas](https://github.com/henry-nicolas) and Helmut Grohne!)
+
## [0.3.5] - 2021-08-21
### Fixed
- Added missing symlinks `libaxc.so.$(VER_MAJ)` and `libaxc.so`. ([#24](https://github.com/gkdr/axc/pull/24)) (thanks, [@hartwork](https://github.com/hartwork)!)
=====================================
Makefile
=====================================
@@ -8,7 +8,7 @@ CMAKE ?= cmake
CMAKE_FLAGS = -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_FLAGS=-fPIC
ARCH := $(shell gcc -print-multiarch)
VER_MAJ = 0
-VERSION = 0.3.5
+VERSION = 0.3.6
AX_DIR=./lib/libsignal-protocol-c
AX_BDIR=$(AX_DIR)/build/src
@@ -44,7 +44,7 @@ PKGCFG_L=$(GLIB_LDFLAGS) \
$(LIBGCRYPT_LDFLAGS)
REQPKG=libsignal-protocol-c
-REQPKG:=$(shell pkg-config --exists $(REQPKG) && echo '$(REQPKG)')
+REQPKG:=$(shell $(PKG_CONFIG) --exists $(REQPKG) && echo '$(REQPKG)')
ifneq ($(REQPKG),)
PKGCFG_C += $(SIGNAL_CFLAGS)
PKGCFG_L += $(SIGNAL_LDFLAGS)
=====================================
README.md
=====================================
@@ -1,4 +1,4 @@
-# axc 0.3.5
+# axc 0.3.6
Client lib for [libsignal-c](https://github.com/WhisperSystems/libsignal-protocol-c), implementing the needed database and crypto interfaces using SQLite and gcrypt.
Initially, the library's name was _libaxolotl_, hence the name.
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+axc (0.3.6-1) unstable; urgency=medium
+
+ * New upstream version 0.3.6
+ * d/patches: remove upstreamed patches
+
+ -- Henry-Nicolas Tourneur <debian at nilux.be> Fri, 17 Sep 2021 15:55:04 +0000
+
axc (0.3.5-2) unstable; urgency=medium
* d/patches: add 001_makefile-fix-ftcbfs.patch (Closes: #993455)
=====================================
debian/patches/001_makefile-fix-ftcbfs.patch deleted
=====================================
@@ -1,16 +0,0 @@
-Author: Henry-Nicolas Tourneur <debian at nilux.be>
-Forwarded: https://github.com/gkdr/axc/pull/28
-Description: This patch fixes an FTCBFS, avoiding hard coded pkg-config call.
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- a/Makefile
-+++ b/Makefile
-@@ -44,7 +44,7 @@ PKGCFG_L=$(GLIB_LDFLAGS) \
- $(LIBGCRYPT_LDFLAGS)
-
- REQPKG=libsignal-protocol-c
--REQPKG:=$(shell pkg-config --exists $(REQPKG) && echo '$(REQPKG)')
-+REQPKG:=$(shell $(PKG_CONFIG) --exists $(REQPKG) && echo '$(REQPKG)')
- ifneq ($(REQPKG),)
- PKGCFG_C += $(SIGNAL_CFLAGS)
- PKGCFG_L += $(SIGNAL_LDFLAGS)
=====================================
debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-001_makefile-fix-ftcbfs.patch
View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/libaxc/-/compare/af8c12ce008c9a2dcc456e33f75cac1e2bac67bd...f8edd214cd4b9c94859ae380f09fd9d18364325e
--
View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/libaxc/-/compare/af8c12ce008c9a2dcc456e33f75cac1e2bac67bd...f8edd214cd4b9c94859ae380f09fd9d18364325e
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-on-mobile-maintainers/attachments/20210917/6360f41b/attachment-0001.htm>
More information about the Debian-on-mobile-maintainers
mailing list