Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
debhelper 11
· e5aa2ef6
Andreas Tille
authored
Jan 08, 2019
e5aa2ef6
Point Vcs fields to salsa.debian.org
· 0b0cb636
Andreas Tille
authored
Jan 08, 2019
0b0cb636
Standards-Version: 4.3.0
· 1cc48227
Andreas Tille
authored
Jan 08, 2019
1cc48227
Drop unneeded Testsuite: autopkgtest
· ebcf20e2
Andreas Tille
authored
Jan 08, 2019
ebcf20e2
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
ebcf20e2
libhat-trie (0.1.2-2) UNRELEASED; urgency=medium
* Team upload.
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.3.0
* Drop unneeded Testsuite: autopkgtest
-- Andreas Tille <tille@debian.org> Tue, 08 Jan 2019 14:48:46 +0100
libhat-trie (0.1.2-1) unstable; urgency=medium
* Skip big endian archs for building.
...
...
debian/compat
View file @
ebcf20e2
9
11
debian/control
View file @
ebcf20e2
Source: libhat-trie
Section: science
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Sascha Steinbiss <satta@debian.org>
Build-Depends: debhelper (>= 9),
dh-autoreconf
Standards-Version: 3.9.8
Testsuite: autopkgtest
Vcs-Browser: https://
anonscm
.debian.org/
cgit/debian-med
/libhat-trie
.git
Vcs-Git: https://
anonscm
.debian.org/
git/debian-med
/libhat-trie.git
Section: science
Priority: optional
Build-Depends: debhelper (>= 11~)
Standards-Version: 4.3.0
Vcs-Browser: https://
salsa
.debian.org/
med-team
/libhat-trie
Vcs-Git: https://
salsa
.debian.org/
med-team
/libhat-trie.git
Homepage: https://github.com/dcjones/hat-trie
Package: libhat-trie0
...
...
@@ -27,7 +25,6 @@ Description: HAT-trie, an extremely efficient (space and time) modern variant of
if you simply want to maintain a set of unique strings.
Package: libhat-trie-dev
Provides: libhat-trie-dev
Architecture: amd64 arm64 armel armhf i386 mips64el mipsel ppc64el sh4 kfreebsd-amd64 kfreebsd-i386
Multi-Arch: same
Section: libdevel
...
...
@@ -35,6 +32,7 @@ Depends: ${shlibs:Depends},
${misc:Depends},
libhat-trie0 (= ${binary:Version})
Pre-Depends: ${misc:Pre-Depends}
Provides: libhat-trie-dev
Description: Development headers and static libraries for HAT-trie library
This package provides development headers and static libraries for libhat-trie,
an ANSI C99 implementation of the HAT-trie data structure of Askitis and
...
...
debian/rules
View file @
ebcf20e2
...
...
@@ -4,7 +4,7 @@
export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
%:
dh $@
--with autoreconf
dh $@
override_dh_auto_configure:
dh_auto_configure -- --enable-debugging --enable-shared=yes
...
...