[med-svn] [Git][med-team/blasr][master] 3 commits: Fix copyright
Shruti Sridhar (@shruti_sridhar)
gitlab at salsa.debian.org
Sun Aug 1 09:30:26 BST 2021
Shruti Sridhar pushed to branch master at Debian Med / blasr
Commits:
981a89f6 by Shruti Sridhar at 2021-08-01T13:50:38+05:30
Fix copyright
- - - - -
758f601d by Shruti Sridhar at 2021-08-01T13:51:41+05:30
Disable salsa ci for i386
- - - - -
f4a7ef7b by Shruti Sridhar at 2021-08-01T13:53:43+05:30
Append LDFLAGS in d/rules
- - - - -
3 changed files:
- debian/copyright
- debian/rules
- debian/salsa-ci.yml
Changes:
=====================================
debian/copyright
=====================================
@@ -16,6 +16,7 @@ License: PacBio-BSD-3-Clause
Files: debian/tests/data
Copyright: Shruti Sridhar <shruti.sridhar99 at gmail.com>
+License: PacBio-BSD-3-Clause
License: PacBio-BSD-3-Clause
Redistribution and use in source and binary forms, with or without
=====================================
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" CPPFLAGS="-isystem $(HDF5_INC)" meson -Dtests=false -Dprefix=/usr build .
+ LDFLAGS="-L$(HTSLIB_LIB) -L$(HDF5_LIB) -lhdf5_cpp -lhdf5 -L$(LDFLAGS)" CPPFLAGS="-isystem $(HDF5_INC)" meson -Dtests=false -Dprefix=/usr build .
bax2bam: utils/bax2bax/bin/bax2bam
utils/bax2bax/bin/bax2bam:
=====================================
debian/salsa-ci.yml
=====================================
@@ -1,4 +1,8 @@
---
include:
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
- - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
+ - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.
+
+ #i386 CI disabled due to unavailable libpb*-dev for i386 architecture
+ variables:
+ SALSA_CI_DISABLE_BUILD_PACKAGE_I386: "true"
View it on GitLab: https://salsa.debian.org/med-team/blasr/-/compare/65276bd00ee42fda9bfae89d5416db5455ff224f...f4a7ef7baa95dae449414bc624c2e8b2a51a7450
--
View it on GitLab: https://salsa.debian.org/med-team/blasr/-/compare/65276bd00ee42fda9bfae89d5416db5455ff224f...f4a7ef7baa95dae449414bc624c2e8b2a51a7450
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/20210801/8c1a1e0b/attachment-0001.htm>
More information about the debian-med-commit
mailing list