- pbbam (0.7.4+ds-1+rpi1) stretch-staging; urgency=medium
++pbbam (0.19.0+dfsg-4+rpi1) buster-staging; urgency=medium
+
++ [changes brought forward from 0.7.4+ds-1+rpi1 by Peter Michael Green <plugwash@raspbian.org> at Sun, 30 Jul 2017 13:11:07 +0000]
+ * Disable testsuite.
+
- -- Peter Michael Green <plugwash@raspbian.org> Sun, 30 Jul 2017 13:11:07 +0000
++ -- Raspbian forward porter <root@raspbian.org> Thu, 14 Feb 2019 04:03:11 +0000
++
+ pbbam (0.19.0+dfsg-4) unstable; urgency=medium
+
+ * Team upload.
+
+ [ Steve Langasek ]
+ * Fix autopkgtest on different architectures
+
+ [ Andreas Tille ]
+ * Cleanup d/rules
+ * No "Provides: libpbbam" due to ABI incompatibility
+
+ -- Andreas Tille <tille@debian.org> Wed, 06 Feb 2019 09:16:06 +0100
+
+ pbbam (0.19.0+dfsg-3) unstable; urgency=medium
+
+ * Team upload.
+
+ [ Steve Langasek ]
+ * Fix build dir name for tests
+ Closes: #909071
+
+ -- Andreas Tille <tille@debian.org> Mon, 04 Feb 2019 11:50:20 +0100
+
+ pbbam (0.19.0+dfsg-2) unstable; urgency=medium
+
+ * Team upload.
+
+ [ Steve Langasek ]
+ * Provide generated files to autopkgtest
+ Closes: #921122
+
+ [ Andreas Tille ]
+ * debhelper 12
+ * Standards-Version: 4.3.0
+ * Secure URI in copyright format
+ * Remove trailing whitespace in debian/copyright
+
+ -- Andreas Tille <tille@debian.org> Sun, 03 Feb 2019 08:00:29 +0100
+
+ pbbam (0.19.0+dfsg-1) unstable; urgency=medium
+
+ * Team upload.
+ * New upstream version
+ * Fix samtools call in tests
+ * d/control: Bump (fake) SOVERSION (=release version)
+
+ -- Andreas Tille <tille@debian.org> Wed, 10 Oct 2018 12:45:02 +0200
+
+ pbbam (0.18.0+dfsg-2) unstable; urgency=medium
+
+ * Team upload.
+ * Missing Breaks+Replaces: libpbbam (<< 0.18)
+ Closes: #910206
+ * No needs-recommends restrictions, just Test-Depends: samtools
+
+ -- Andreas Tille <tille@debian.org> Wed, 03 Oct 2018 22:24:56 +0200
+
+ pbbam (0.18.0+dfsg-1) unstable; urgency=medium
+
+ [ Andreas Tille ]
+ * Team upload.
+ * New upstream version
+ * Upstream is now tagging releases -> adapt watch file
+ * Upstream switched from cmake to meson
+ * debhelper 11
+ * Point Vcs fields to salsa.debian.org
+ * Standards-Version: 4.2.1
+ * Use d-shlibs
+ * Remove unneeded trigger
+ * Respect DEB_BUILD_OPTIONS in override_dh_auto_test
+ * hardening=+all
+ * Add Breaks/Provides/Replaces libpbbam
+
+ [ Fabian Kloetzl ]
+ * fix dependency check for meson
+
+ -- Andreas Tille <tille@debian.org> Thu, 06 Sep 2018 14:29:53 +0200
pbbam (0.7.4+ds-1) unstable; urgency=medium
generated_data_dir = $(CURDIR)/gendata
%:
- dh $@
-
- override_dh_auto_configure:
- dh_auto_configure -- \
- -DPacBioBAM_build_shared=ON \
- -DPacBioBAM_build_tests=OFF \
- -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) \
- -DCMAKE_SKIP_RPATH=ON \
- -DHTSLIB_INCLUDE_DIRS=/usr/include \
- -DHTSLIB_LIBRARIES="-lssl -lcrypto -lhts" \
- -DCMAKE_SHARED_LINKER_FLAGS="$(LDFLAGS)"
- # -DPacBioBAM_wrap_python=ON \
- # -DPacBioBAM_wrap_r=ON
+ dh $@ --buildsystem=meson
override_dh_auto_test: $(subst .t.in,.deb.t,$(wildcard tests/src/cram/pb*.t.in))
- #mkdir -p $(generated_data_dir)
- #python tests/scripts/generate_data.py $(CURDIR)/tests/data $(generated_data_dir)
- #BINDIR=`find $$PWD -name bin -type d`; \
- #LIBDIR=`find $$PWD -name lib -type d`; \
- #PATH="$$BINDIR:$(PATH)" LD_LIBRARY_PATH="$$LIBDIR:$(LD_LIBRARY_PATH)" \
- #cram -v $^
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
++ifeq (testsuitedisabled,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+ dh_auto_configure -O--buildsystem=meson
+ mkdir -p $(generated_data_dir)
+ python tests/scripts/generate_data.py $(CURDIR)/tests/data $(generated_data_dir)
+ # Fix broken PATH
+ synthetic_movie_all_path=`find $$PWD -name synthetic_movie_all.subreadset.xml` ; \
+ sed -i -e "s?.GENERATEDDATADIR/synthetic_movie_all.subreadset.xml?$${synthetic_movie_all_path}?" tests/src/cram/pbbamify*
+ BINDIR=`dirname $$(find $$PWD -name pbmerge -type f -executable)`; \
+ LIBDIR=`find $$PWD -name lib -type d`; \
+ PATH="$$BINDIR:$(PATH)" LD_LIBRARY_PATH="$$LIBDIR:$(LD_LIBRARY_PATH)" \
+ cram -v --preserve-env $^
+ endif
override_dh_installchangelogs:
dh_installchangelogs CHANGELOG.md