Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (5)
debhelper 11
· 9c142353
Andreas Tille
authored
Jul 29, 2018
9c142353
Point Vcs fields to salsa.debian.org
· 59620f14
Andreas Tille
authored
Jul 29, 2018
59620f14
Standards-Version: 4.1.5
· 48c6f1fe
Andreas Tille
authored
Jul 29, 2018
48c6f1fe
Drop unneeded Testsuite: autopkgtest
· bb034b2a
Andreas Tille
authored
Jul 29, 2018
bb034b2a
Upload to unstable
· a2b0b230
Andreas Tille
authored
Jul 29, 2018
a2b0b230
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
a2b0b230
minimap (0.2-4) unstable; urgency=medium
* Team upload.
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.1.5
* Drop unneeded Testsuite: autopkgtest
-- Andreas Tille <tille@debian.org> Sun, 29 Jul 2018 04:05:52 +0200
minimap (0.2-3) unstable; urgency=medium
* Add missing header files.
...
...
debian/compat
View file @
a2b0b230
9
11
debian/control
View file @
a2b0b230
...
...
@@ -3,13 +3,12 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.
Uploaders: Sascha Steinbiss <satta@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>=
9
),
Build-Depends: debhelper (>=
11~
),
d-shlibs,
zlib1g-dev
Standards-Version: 3.9.8
Testsuite: autopkgtest
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/minimap.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/minimap.git
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/med-team/minimap
Vcs-Git: https://salsa.debian.org/med-team/minimap.git
Homepage: https://github.com/lh3/minimap
Package: minimap
...
...
@@ -30,8 +29,8 @@ Description: tool for approximate mapping of long biosequences such as DNA reads
existing tools.
Package: libminimap0
Section: libs
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends},
zlib1g
...
...
@@ -44,8 +43,8 @@ Description: library for approximate mapping of long biosequences
programs.
Package: libminimap-dev
Section: libdevel
Architecture: any
Section: libdevel
Depends: ${shlibs:Depends},
${misc:Depends},
libminimap0 (= ${binary:Version}),
...
...