Skip to content

Commits on Source 2

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.
......
......@@ -55,7 +55,7 @@ override_dh_auto_clean:
-e 's|@PacBioBAM_TestsDir@|$(CURDIR)/tests|g' \
-e 's|@PacBioBAM_VERSION@|$(DEB_VERSION_UPSTREAM)|g' \
-e 's|@GeneratedTestDataDir@|$(generated_data_dir)|g' \
-e 's|+dfsg||g' -e 's|\(/build/$(DEB_SOURCE)-[0-9.]\+\)/|\1+dfsg/|' \
-e '/@PG/s|+dfsg||g' \
-e 's/$$SAMTOOLS/samtools/g' \
$< > $@
......