[med-svn] [Git][med-team/blasr][master] 2 commits: Make build cross-buildable
Nilesh Patra (@nilesh)
gitlab at salsa.debian.org
Sat Aug 21 21:26:25 BST 2021
Nilesh Patra pushed to branch master at Debian Med / blasr
Commits:
d632810e by Nilesh Patra at 2021-08-22T01:49:03+05:30
Make build cross-buildable
- - - - -
2a8fa30e by Nilesh Patra at 2021-08-22T01:50:51+05:30
Upload to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+blasr (5.3.3+dfsg-7) unstable; urgency=medium
+
+ * Team Upload.
+ * Fix FTCBFS: (Closes: #983631)
+ + Annotate python3 dependency with :any.
+ + Let dh_auto_configure pass a crossfile to meson.
+ Thank you, Helmut Grohne!
+
+ -- Nilesh Patra <nilesh at debian.org> Sun, 22 Aug 2021 01:49:16 +0530
+
blasr (5.3.3+dfsg-6) unstable; urgency=medium
* Team Upload.
=====================================
debian/control
=====================================
@@ -4,7 +4,7 @@ Uploaders: Andreas Tille <tille at debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
- python3,
+ python3:any,
meson,
cmake,
pkg-config,
=====================================
debian/rules
=====================================
@@ -33,7 +33,7 @@ export DEB_CXXFLAGS_MAINT_PREPEND = $(CPPFLAGS) -I$(PBDATA_ROOT_DIR)
dh $@ --buildsystem=meson
override_dh_auto_configure:
- LDFLAGS="-L$(HTSLIB_LIB) -L$(HDF5_LIB) -lhdf5_cpp -lhdf5 $(LDFLAGS)" CPPFLAGS="-isystem $(HDF5_INC)" meson -Dtests=false -Dprefix=/usr build .
+ LDFLAGS="-L$(HTSLIB_LIB) -L$(HDF5_LIB) -lhdf5_cpp -lhdf5 $(LDFLAGS)" CPPFLAGS="-isystem $(HDF5_INC)" dh_auto_configure -- -Dtests=false
bax2bam: utils/bax2bax/bin/bax2bam
utils/bax2bax/bin/bax2bam:
@@ -47,7 +47,3 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
override_dh_auto_test:
echo Tests require data not available in the source distribution
endif
-
-override_dh_auto_build:
- ln -s build obj-$(DEB_BUILD_GNU_TYPE)
- dh_auto_build
View it on GitLab: https://salsa.debian.org/med-team/blasr/-/compare/46f80f3e43c139d791b0d17b708303ebc2da600e...2a8fa30ecc9a3629ee55b69e32edcd3b620cc536
--
View it on GitLab: https://salsa.debian.org/med-team/blasr/-/compare/46f80f3e43c139d791b0d17b708303ebc2da600e...2a8fa30ecc9a3629ee55b69e32edcd3b620cc536
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/20210821/9fd8b5ac/attachment-0001.htm>
More information about the debian-med-commit
mailing list