Tomasz Buchert pushed to branch master at Debian Med / libdivsufsort
Commits: 6e1e7f3e by Tomasz Buchert at 2018-02-16T17:50:50+01:00 fix insecure-copyright-format-uri - - - - - 44a03504 by Tomasz Buchert at 2018-02-16T17:51:07+01:00 switch to dh compat 11 - - - - - 790b22d1 by Tomasz Buchert at 2018-02-16T17:51:11+01:00 wrap-and-sort - - - - - 5 changed files: - debian/compat - debian/control - debian/copyright - debian/libdivsufsort-dev.docs - debian/libdivsufsort-dev.install Changes: ===================================== debian/compat ===================================== --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -10 +11 ===================================== debian/control ===================================== --- a/debian/control +++ b/debian/control @@ -3,8 +3,7 @@ Maintainer: Debian Med Packaging Team <[email protected]. Uploaders: Fabian Klötzl <[email protected]> Section: libs Priority: optional -Build-Depends: debhelper (>= 10), - cmake +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 @@ -13,8 +12,7 @@ Homepage: https://github.com/y-256/libdivsufsort Package: libdivsufsort3 Architecture: any Multi-Arch: same -Depends: ${shlibs:Depends}, - ${misc: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 @@ -28,8 +26,8 @@ Architecture: any Multi-Arch: same Section: libdevel Depends: libdivsufsort3 (= ${binary:Version}), - ${shlibs:Depends}, - ${misc:Depends} + ${misc:Depends}, + ${shlibs:Depends} Description: libdivsufsort header files The libdivsufsort project provides a fast, lightweight, and robust C API library to construct the suffix array and the Burrows-Wheeler ===================================== debian/copyright ===================================== --- a/debian/copyright +++ b/debian/copyright @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: libdivsufsort Source: https://github.com/y-256/libdivsufsort/archive/2.0.1.tar.gz @@ -25,7 +25,6 @@ License: MIT OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE + CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, + TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - ===================================== debian/libdivsufsort-dev.docs ===================================== --- a/debian/libdivsufsort-dev.docs +++ b/debian/libdivsufsort-dev.docs @@ -1,2 +1,2 @@ -examples README +examples ===================================== debian/libdivsufsort-dev.install ===================================== --- a/debian/libdivsufsort-dev.install +++ b/debian/libdivsufsort-dev.install @@ -1,3 +1,3 @@ usr/include/* -usr/lib/*/pkgconfig usr/lib/*/*.so +usr/lib/*/pkgconfig View it on GitLab: https://salsa.debian.org/med-team/libdivsufsort/compare/63eedc89746555da5c44da1e26e733ec2ab83255...790b22d18180b394247624b6a4c3b40fc1d8ba7b --- View it on GitLab: https://salsa.debian.org/med-team/libdivsufsort/compare/63eedc89746555da5c44da1e26e733ec2ab83255...790b22d18180b394247624b6a4c3b40fc1d8ba7b You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
