Skip to content
GitLab
Explore
Sign in
Register
Commits on Source
2
Fix build dir name for tests
· 476a01e8
Andreas Tille
authored
Feb 04, 2019
476a01e8
Upload to unstable
· d442bf38
Andreas Tille
authored
Feb 04, 2019
d442bf38
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
d442bf38
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.
...
...
debian/rules
View file @
d442bf38
...
...
@@ -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' \
$< > $@
...
...