[med-svn] [Git][med-team/vg][master] 7 commits: try without gperftools
Michael R. Crusoe
gitlab at salsa.debian.org
Tue Feb 25 18:53:07 GMT 2020
Michael R. Crusoe pushed to branch master at Debian Med / vg
Commits:
9cce33a4 by Michael R. Crusoe at 2020-02-24T11:24:08+01:00
try without gperftools
- - - - -
2a6c16ee by Michael R. Crusoe at 2020-02-24T11:24:08+01:00
autopkgtests: skip if the vg or libvcflib-tools package is not avialable
- - - - -
927e0423 by Michael R. Crusoe at 2020-02-24T11:24:09+01:00
vg-docs: mark Multi-Arch: foreign
- - - - -
6a5e427a by Michael R. Crusoe at 2020-02-24T11:24:28+01:00
routine-update: Standards-Version: 4.5.0
- - - - -
ef122278 by Michael R. Crusoe at 2020-02-24T11:32:14+01:00
Drop unnecessary dependency on dh-autoreconf.
Fixes: lintian: useless-autoreconf-build-depends
See-also: https://lintian.debian.org/tags/useless-autoreconf-build-depends.html
- - - - -
820edd73 by Michael R. Crusoe at 2020-02-25T19:51:08+01:00
Put vg-docs package in the "doc" section
- - - - -
98099fc2 by Michael R. Crusoe at 2020-02-25T19:51:10+01:00
release 1.21.0+ds2-4
- - - - -
4 changed files:
- debian/changelog
- debian/control
- debian/rules
- debian/tests/control
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+vg (1.21.0+ds2-4) unstable; urgency=medium
+
+ * Try without gperftools
+ * autopkgtests: skip if the vg or libvcflib-tools package is not avialable
+ * vg-docs: mark Multi-Arch: foreign
+ * Standards-Version: 4.5.0 (routine-update)
+ * Drop unnecessary dependency on dh-autoreconf.
+ * Put vg-docs package in the "doc" section
+
+ -- Michael R. Crusoe <michael.crusoe at gmail.com> Sat, 15 Feb 2020 09:42:27 +0100
+
vg (1.21.0+ds2-3) unstable; urgency=medium
* Only run the tests on arch dependent builds
=====================================
debian/control
=====================================
@@ -31,7 +31,6 @@ Build-Depends: debhelper-compat (= 12),
bison,
flex,
gawk,
- libgoogle-perftools-dev,
liblz4-dev,
liblzma-dev,
libcairo2-dev,
@@ -64,7 +63,7 @@ Build-Depends: debhelper-compat (= 12),
# redland-utils, # not needed?
Build-Depends-Indep: doxygen <!nodoc>,
graphviz <!nodoc>
-Standards-Version: 4.4.1
+Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/med-team/vg
Vcs-Git: https://salsa.debian.org/med-team/vg.git
Homepage: https://github.com/vgteam/vg#vg
@@ -93,6 +92,8 @@ Description: tools for working with genome variation graphs
Package: vg-docs
Architecture: all
+Section: doc
+Multi-Arch: foreign
Depends: ${misc:Depends}
Description: tools for working with genome variation graphs -- docs
variation graph data structures, interchange formats, alignment, genotyping,
=====================================
debian/rules
=====================================
@@ -14,7 +14,7 @@ prefix=$(CURDIR)/debian/$(DEB_SOURCE)/usr
libexecdir=$(prefix)/lib/$(DEB_SOURCE)
%:
- dh $@ --with autoreconf
+ dh $@
override_dh_autoreconf:
dh_autoreconf --sourcedirectory=$(CURDIR)/deps/vowpal_wabbit
=====================================
debian/tests/control
=====================================
@@ -1,3 +1,3 @@
Test-Command: vg test
Depends: vg, libvcflib-tools
-Restrictions: allow-stderr
+Restrictions: allow-stderr, skip-not-installable
View it on GitLab: https://salsa.debian.org/med-team/vg/-/compare/b3a2be41686d481ee396afd626b8ea50a5635e56...98099fc2f6ea468623beec40e8636aa10b2734b7
--
View it on GitLab: https://salsa.debian.org/med-team/vg/-/compare/b3a2be41686d481ee396afd626b8ea50a5635e56...98099fc2f6ea468623beec40e8636aa10b2734b7
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/20200225/a05a1614/attachment-0001.html>
More information about the debian-med-commit
mailing list