[med-svn] [libdivsufsort] 02/02: cme fix dpkg-control

Andreas Tille tille at debian.org
Sat Dec 31 19:50:31 UTC 2016


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository libdivsufsort.

commit 6e709d4b15cc4d29b6fec5e175c427bbc9a2a446
Author: Andreas Tille <tille at debian.org>
Date:   Sat Dec 31 20:49:11 2016 +0100

    cme fix dpkg-control
---
 debian/changelog |  3 +++
 debian/control   | 21 ++++++++++++---------
 2 files changed, 15 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 97f05c3..41261c9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,9 @@ libdivsufsort (2.0.1-3) UNRELEASED; urgency=medium
   * debhelper 10
   * d/watch: version=4
 
+  [ Andreas Tille ]
+  * cme fix dpkg-control
+
  -- Andreas Tille <tille at debian.org>  Sat, 31 Dec 2016 20:47:34 +0100
 
 libdivsufsort (2.0.1-2) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 84b6d86..e987a23 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,21 @@
 Source: libdivsufsort
-Section: libs
-Priority: optional
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 Uploaders: Fabian Klötzl <kloetzl at evolbio.mpg.de>
-Build-Depends: debhelper (>= 10), cmake
+Section: libs
+Priority: optional
+Build-Depends: debhelper (>= 10),
+               cmake
 Standards-Version: 3.9.8
-Vcs-Browser: http://anonscm.debian.org/cgit/debian-med/libdivsufsort.git/tree/
-Vcs-Git: git://anonscm.debian.org/debian-med/libdivsufsort.git
+Vcs-Browser: http://anonscm.debian.org/cgit/debian-med/libdivsufsort.git
+Vcs-Git: https://anonscm.debian.org/git/debian-med/libdivsufsort.git
 Homepage: https://github.com/y-256/libdivsufsort
 
 Package: libdivsufsort3
 Architecture: any
-Pre-Depends: ${misc:Pre-Depends}
 Multi-Arch: same
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Pre-Depends: ${misc:Pre-Depends}
 Description: fast suffix array construction
  The libdivsufsort project provides a fast, lightweight, and robust
  C API library to construct the suffix array and the Burrows-Wheeler
@@ -25,11 +27,12 @@ Package: libdivsufsort-dev
 Architecture: any
 Multi-Arch: same
 Section: libdevel
-Depends: libdivsufsort3 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: libdivsufsort3 (= ${binary:Version}),
+         ${shlibs:Depends},
+         ${misc: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
  transformed string for any input string of a constant-size alphabet.
  .
  This package installs files needed for development.
-

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libdivsufsort.git



More information about the debian-med-commit mailing list