[med-svn] [Git][med-team/arb][master] 3 commits: Add patch to fix FTBFS with new glibc, add flags to use libtirpc-dev (Closes: #998237)
Nilesh Patra (@nilesh)
gitlab at salsa.debian.org
Fri Nov 5 21:49:39 GMT 2021
Nilesh Patra pushed to branch master at Debian Med / arb
Commits:
a0a2f008 by Nilesh Patra at 2021-11-06T03:02:12+05:30
Add patch to fix FTBFS with new glibc, add flags to use libtirpc-dev (Closes: #998237)
- - - - -
dbdfc951 by Nilesh Patra at 2021-11-06T03:02:12+05:30
Add B-D on libtirpc-dev
- - - - -
d4605223 by Nilesh Patra at 2021-11-06T03:09:19+05:30
Upload to unstable
- - - - -
4 changed files:
- debian/changelog
- debian/control
- + debian/patches/100_use_tirpc.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,5 +1,6 @@
-arb (6.0.6-5) UNRELEASED; urgency=medium
+arb (6.0.6-5) unstable; urgency=medium
+ * Team Upload.
[ Jelmer Vernooij ]
* Trim trailing whitespace.
* Use secure copyright file specification URI.
@@ -15,7 +16,16 @@ arb (6.0.6-5) UNRELEASED; urgency=medium
[ Elmar Pruesse ]
* Fix stripping of static libs
- -- Andreas Tille <tille at debian.org> Sun, 31 Mar 2019 21:53:19 +0200
+ [ Steffen Möller ]
+ * Update metadata with ref to conda
+ * Update metadata - updated bio.tools ref to lowercase
+
+ [ Nilesh Patra ]
+ * Add patch to fix FTBFS with new glibc, add flags to
+ use libtirpc-dev (Closes: #998237)
+ * Add B-D on libtirpc-dev
+
+ -- Nilesh Patra <nilesh at debian.org> Sat, 06 Nov 2021 02:25:36 +0530
arb (6.0.6-4) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -16,6 +16,7 @@ Build-Depends: chrpath,
libmotif-dev,
libpng-dev,
libtiff-dev,
+ libtirpc-dev,
libxaw7-dev,
libxml2-utils,
libxpm-dev,
=====================================
debian/patches/100_use_tirpc.patch
=====================================
@@ -0,0 +1,37 @@
+Description: Append relevant flags to cxxflags and lfags to build with tirpc
+Author: Nilesh Patra <nilesh at debian.org>
+Last-Update: 2021-11-06
+--- a/Makefile
++++ b/Makefile
+@@ -523,7 +523,7 @@
+ # add CFLAGS + CPPFLAGS from environment for DEBIAN build
+ ifeq ($(DEBIAN),1)
+ cflags := $(CFLAGS) $(cflags)
+- cxxflags += $(CPPFLAGS)
++ cxxflags += $(CPPFLAGS) -I/usr/include/tirpc
+ endif
+
+ ifeq ('$(USE_GCC_47_OR_HIGHER)','yes')
+@@ -563,7 +563,7 @@
+ # make -j9 "TIMED_TARGET=perl" clean_timed_target | grep '^\[' | sort
+
+ CORE_LIB=-lCORE
+-ARBDB_LIB=-lARBDB $(CORE_LIB)
++ARBDB_LIB=-lARBDB $(CORE_LIB) -ltirpc
+ LIBS = $(ARBDB_LIB) $(SYSLIBS)
+
+ GUI_LIBS_PREFIX:=
+--- a/TEMPLATES/cxxforward.h
++++ b/TEMPLATES/cxxforward.h
+@@ -28,7 +28,11 @@
+ # define ARB_ENABLE_Cxx11_FEATURES
+ // # define ARB_ENABLE_Cxx14_FEATURES // not needed yet
+ # else
++# if (__cplusplus == 201703L)
++# define ARB_ENABLE_Cxx11_FEATURES
++# else
+ # error Unknown C++ standard defined in __cplusplus
++# endif
+ # endif
+ # endif
+ # endif
=====================================
debian/patches/series
=====================================
@@ -7,3 +7,4 @@
70_skip_compler_version_check.patch
80_enable_new_dtags.patch
90_do_not_create_MAFFT_symlinks.patch
+100_use_tirpc.patch
View it on GitLab: https://salsa.debian.org/med-team/arb/-/compare/bf398e6966f7579393bc8cbc845a88b088832165...d4605223d282a712a0905feef4cc962e7d033ea8
--
View it on GitLab: https://salsa.debian.org/med-team/arb/-/compare/bf398e6966f7579393bc8cbc845a88b088832165...d4605223d282a712a0905feef4cc962e7d033ea8
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-med-commit/attachments/20211105/6c1aceb2/attachment-0001.htm>
More information about the debian-med-commit
mailing list