[Debian-on-mobile-maintainers] [Git][DebianOnMobile-team/libaxc][debian/master] Import Debian changes 0.3.7-1.1
Evangelos Ribeiro Tzaras (@devrtz)
gitlab at salsa.debian.org
Mon Mar 17 03:44:19 GMT 2025
Evangelos Ribeiro Tzaras pushed to branch debian/master at Debian On Mobile / libaxc
Commits:
e401331c by Andreas Metzler at 2025-03-17T02:52:00+01:00
Import Debian changes 0.3.7-1.1
axc (0.3.7-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Use pkg-config to locate libgcrypt. Closes: #1070903
- - - - -
4 changed files:
- debian/changelog
- debian/control
- + debian/patches/01_locate_gcrypt_with_pkg-config.diff
- + debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+axc (0.3.7-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Use pkg-config to locate libgcrypt. Closes: #1070903
+
+ -- Andreas Metzler <ametzler at debian.org> Sun, 07 Jul 2024 15:34:28 +0200
+
axc (0.3.7-1) unstable; urgency=medium
* New upstream version 0.3.7
=====================================
debian/control
=====================================
@@ -24,7 +24,6 @@ Section: libs
Depends:
${misc:Depends},
${shlibs:Depends},
-Multi-Arch: same
Description: client library for libsignal-protocol-c
Client lib for libsignal-c, implementing the needed database and crypto
interfaces using SQLite and gcrypt. Initially, the library's name was
=====================================
debian/patches/01_locate_gcrypt_with_pkg-config.diff
=====================================
@@ -0,0 +1,20 @@
+Description: Use pkg-config to locate libgcrypt
+ libgcrypt-config is scheduled for removal.
+Author: Andreas Metzler <ametzler at debian.org>
+Origin: vendor
+Last-Update: 2024-05-11
+Bug-Debian: https://bugs.debian.org/1070903
+
+--- axc-0.3.7.orig/Makefile
++++ axc-0.3.7/Makefile
+@@ -24,8 +24,8 @@ SQLITE3_LDFLAGS ?= $(shell $(PKG_CONFIG)
+ SIGNAL_CFLAGS ?= $(shell $(PKG_CONFIG) --cflags libsignal-protocol-c)
+ SIGNAL_LDFLAGS ?= $(shell $(PKG_CONFIG) --libs libsignal-protocol-c)
+
+-LIBGCRYPT_CONFIG ?= libgcrypt-config
+-LIBGCRYPT_LDFLAGS ?= $(shell $(LIBGCRYPT_CONFIG) --libs)
++LIBGCRYPT_CFLAGS ?= $(shell $(PKG_CONFIG) --cflags libgcrypt)
++LIBGCRYPT_LDFLAGS ?= $(shell $(PKG_CONFIG) --libs libgcrypt)
+
+
+ SDIR = src
=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+01_locate_gcrypt_with_pkg-config.diff
View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/libaxc/-/commit/e401331c156a6deb15852ff84edd2e2cfb485215
--
View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/libaxc/-/commit/e401331c156a6deb15852ff84edd2e2cfb485215
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/20250317/531fd22a/attachment-0001.htm>
More information about the Debian-on-mobile-maintainers
mailing list