Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Point Vcs fields to salsa.debian.org
· 0d7b640a
Andreas Tille
authored
Sep 20, 2018
0d7b640a
Standards-Version: 4.2.1
· 085479c6
Andreas Tille
authored
Sep 20, 2018
085479c6
Upload to unstable
· 05a0dfa7
Andreas Tille
authored
Sep 20, 2018
05a0dfa7
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
05a0dfa7
libdivsufsort (2.0.1-4) unstable; urgency=medium
* Team upload.
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.2.1
-- Andreas Tille <tille@debian.org> Thu, 20 Sep 2018 21:39:26 +0200
libdivsufsort (2.0.1-3) unstable; urgency=medium
* Team upload.
...
...
debian/control
View file @
05a0dfa7
...
...
@@ -3,16 +3,18 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.
Uploaders: Fabian Klötzl <kloetzl@evolbio.mpg.de>
Section: libs
Priority: optional
Build-Depends: cmake, debhelper (>= 11)
Standards-Version: 4.0.0
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/libdivsufsort.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/libdivsufsort.git
Build-Depends: cmake,
debhelper (>= 11)
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/med-team/libdivsufsort
Vcs-Git: https://salsa.debian.org/med-team/libdivsufsort.git
Homepage: https://github.com/y-256/libdivsufsort
Package: libdivsufsort3
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Depends: ${misc:Depends},
${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: fast suffix array construction
The libdivsufsort project provides a fast, lightweight, and robust
...
...