[Debian-on-mobile-maintainers] [Git][DebianOnMobile-team/libaxc][debian/master] 2 commits: d/patches: add 001_makefile-fix-ftcbfs.patch (Closes: #993455)

Henry-Nicolas Tourneur (@hntourne) gitlab at salsa.debian.org
Wed Sep 1 18:26:04 BST 2021



Henry-Nicolas Tourneur pushed to branch debian/master at Debian On Mobile / libaxc


Commits:
92c074e7 by Henry-Nicolas Tourneur at 2021-09-01T17:11:52+00:00
d/patches: add 001_makefile-fix-ftcbfs.patch (Closes: #993455)

- - - - -
af8c12ce by Henry-Nicolas Tourneur at 2021-09-01T17:12:13+00:00
d/changelog: document changes and release

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/001_makefile-fix-ftcbfs.patch
- + debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+axc (0.3.5-2) unstable; urgency=medium
+
+  * d/patches: add 001_makefile-fix-ftcbfs.patch (Closes: #993455)
+
+ -- Henry-Nicolas Tourneur <debian at nilux.be>  Wed, 01 Sep 2021 17:12:01 +0000
+
 axc (0.3.5-1) unstable; urgency=medium
 
   * New upstream version 0.3.5


=====================================
debian/patches/001_makefile-fix-ftcbfs.patch
=====================================
@@ -0,0 +1,16 @@
+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
=====================================
@@ -0,0 +1 @@
+001_makefile-fix-ftcbfs.patch



View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/libaxc/-/compare/158cef6e5bbdbf952679da56af2ab53e91dd4ad0...af8c12ce008c9a2dcc456e33f75cac1e2bac67bd

-- 
View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/libaxc/-/compare/158cef6e5bbdbf952679da56af2ab53e91dd4ad0...af8c12ce008c9a2dcc456e33f75cac1e2bac67bd
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/20210901/3ec8c442/attachment-0001.htm>


More information about the Debian-on-mobile-maintainers mailing list