[med-svn] [hat-trie] 06/07: wording and VCS
Sascha Steinbiss
satta at debian.org
Wed Jun 22 17:12:31 UTC 2016
This is an automated email from the git hooks/post-receive script.
satta pushed a commit to branch master
in repository hat-trie.
commit 5609a411868656fe6e220626147fc349d7917f9d
Author: Sascha Steinbiss <satta at debian.org>
Date: Wed Jun 22 17:10:43 2016 +0000
wording and VCS
---
debian/control | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/debian/control b/debian/control
index a573539..fb2e75a 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 9),
dh-autoreconf
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/hat-trie.git
-Vcs-Git: git://anonscm.debian.org/debian-med/hat-trie.git
+Vcs-Git: https://anonscm.debian.org/git/debian-med/hat-trie.git
Homepage: https://github.com/dcjones/hat-trie
Package: libhat-trie0
@@ -18,8 +18,8 @@ Depends: ${shlibs:Depends},
${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: HAT-trie, an extremely efficient (space and time) modern variant of tries
- This a ANSI C99 implementation of the HAT-trie data structure of Askitis and
- Sinha, an extremely efficient (space and time) modern variant of tries.
+ This is an ANSI C99 implementation of the HAT-trie data structure of Askitis
+ and Sinha, an extremely efficient (space and time) modern variant of tries.
.
The version implemented here maps arrays of bytes to words (i.e., unsigned
longs), which can be used to store counts, pointers, etc, or not used at all
@@ -46,4 +46,7 @@ Depends: ${shlibs:Depends},
libhat-trie0 (= ${binary:Version})
Pre-Depends: ${misc:Pre-Depends}
Description: Development headers and static libraries for HAT-trie library
- This package provides development headers and static libraries for libhat-trie.
+ This package provides development headers and static libraries for libhat-trie,
+ an ANSI C99 implementation of the HAT-trie data structure of Askitis and
+ Sinha, which is an extremely efficient (space and time) modern variant of
+ tries.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/hat-trie.git
More information about the debian-med-commit
mailing list