Skip to content
GitLab
Explore
Sign in
Register
Commits on Source
5
For the moment there is no such script run-unit-test
· 933ffe01
Andreas Tille
authored
Sep 06, 2019
933ffe01
debhelper-compat 12
· 943b390f
Andreas Tille
authored
Sep 06, 2019
943b390f
Standards-Version: 4.4.0
· a4ee0f37
Andreas Tille
authored
Sep 06, 2019
a4ee0f37
Remove trailing whitespace in debian/copyright
· b2ebeed9
Andreas Tille
authored
Sep 06, 2019
b2ebeed9
Revert automatic changes of `routine-update --force` in d/changelog
· 57db477f
Andreas Tille
authored
Sep 06, 2019
57db477f
Show whitespace changes
Inline
Side-by-side
debian/README.test
deleted
100644 → 0
View file @
a4128503
Notes
on
how
this
package
can
be
tested
.
────────────────────────────────────────
This
package
can
be
tested
by
running
the
provided
test
:
sh
run
-
unit
-
test
in
order
to
confirm
its
integrity
.
debian/compat
deleted
100644 → 0
View file @
a4128503
11
debian/control
View file @
57db477f
Source: vg
Section: science
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Michael R. Crusoe <michael.crusoe@gmail.com>
Build-Depends: debhelper (>= 11~),
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 12),
pv,
pigz,
bsdmainutils,
...
...
@@ -38,7 +38,6 @@ Build-Depends: debhelper (>= 11~),
liblzma-dev,
libcairo2-dev,
libpixman-1-dev,
libffi-dev,
libssw-dev,
librocksdb-dev,
libdeflate-dev,
...
...
@@ -48,7 +47,6 @@ Build-Depends: debhelper (>= 11~),
elfutils,
libdw-dev,
libelf-dev,
samtools,
libraptor2-dev,
libsparsehash-dev,
rapidjson-dev,
...
...
@@ -59,14 +57,15 @@ Build-Depends: debhelper (>= 11~),
# libhts-dev
# libsdsl-dev,
# libvw-dev,
Standards-Version: 4.
2
.0
Standards-Version: 4.
4
.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
Package: vg
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Depends: ${shlibs:Depends},
${misc:Depends}
Breaks: cgvg
Description: tools for working with genome variation graphs
variation graph data structures, interchange formats, alignment, genotyping,
...
...
debian/copyright
View file @
57db477f