[med-svn] [Git][med-team/libhat-trie][master] 4 commits: debhelper 11
Andreas Tille
gitlab at salsa.debian.org
Tue Jan 8 13:55:42 GMT 2019
Andreas Tille pushed to branch master at Debian Med / libhat-trie
Commits:
e5aa2ef6 by Andreas Tille at 2019-01-08T13:48:47Z
debhelper 11
- - - - -
0b0cb636 by Andreas Tille at 2019-01-08T13:49:16Z
Point Vcs fields to salsa.debian.org
- - - - -
1cc48227 by Andreas Tille at 2019-01-08T13:49:16Z
Standards-Version: 4.3.0
- - - - -
ebcf20e2 by Andreas Tille at 2019-01-08T13:55:15Z
Drop unneeded Testsuite: autopkgtest
- - - - -
4 changed files:
- debian/changelog
- debian/compat
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+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 at 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
=====================================
@@ -1 +1 @@
-9
+11
=====================================
debian/control
=====================================
@@ -1,14 +1,12 @@
Source: libhat-trie
-Section: science
-Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Sascha Steinbiss <satta at 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
=====================================
@@ -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
View it on GitLab: https://salsa.debian.org/med-team/libhat-trie/compare/225198f8e302477854ec1b21a75fc74ba959b93d...ebcf20e205a4284276e6c8da381d19f11058cc92
--
View it on GitLab: https://salsa.debian.org/med-team/libhat-trie/compare/225198f8e302477854ec1b21a75fc74ba959b93d...ebcf20e205a4284276e6c8da381d19f11058cc92
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20190108/e7b9d0d4/attachment-0001.html>
More information about the debian-med-commit
mailing list