[med-svn] [Git][med-team/libmurmurhash][master] 5 commits: Fix linking of autopkg tests with ld --as-needed.
Andreas Tille
gitlab at salsa.debian.org
Fri Aug 30 07:12:21 BST 2019
Andreas Tille pushed to branch master at Debian Med / libmurmurhash
Commits:
fc729d27 by Andreas Tille at 2019-08-30T06:08:14Z
Fix linking of autopkg tests with ld --as-needed.
- - - - -
2f0c295b by Andreas Tille at 2019-08-30T06:08:51Z
debhelper-compat 12
- - - - -
dccde24f by Andreas Tille at 2019-08-30T06:08:58Z
Standards-Version: 4.4.0
- - - - -
317b79c2 by Andreas Tille at 2019-08-30T06:08:58Z
Remove trailing whitespace in debian/changelog
- - - - -
dc552aee by Andreas Tille at 2019-08-30T06:10:49Z
Upload to unstable
- - - - -
4 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/tests/run-unit-test
Changes:
=====================================
debian/changelog
=====================================
@@ -1,8 +1,22 @@
+libmurmurhash (1.5-2) unstable; urgency=medium
+
+ [ Matthias Klose ]
+ * Team upload.
+ * Fix linking of autopkg tests with ld --as-needed.
+ Closes: #936088
+
+ [ Andreas Tille ]
+ * debhelper-compat 12
+ * Standards-Version: 4.4.0
+ * Remove trailing whitespace in debian/changelog
+
+ -- Andreas Tille <tille at debian.org> Fri, 30 Aug 2019 08:09:00 +0200
+
libmurmurhash (1.5-1) unstable; urgency=medium
[ Michael R. Crusoe ]
* Mark the binary packages as Multi-Arch: same
-
+
[ Fabian Klötzl ]
* Update to upstream version 1.5
This also includes a SONAME bump to 2
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-12
=====================================
debian/control
=====================================
@@ -1,11 +1,11 @@
Source: libmurmurhash
-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 (>= 12~),
+Section: libs
+Priority: optional
+Build-Depends: debhelper-compat (= 12),
d-shlibs
-Standards-Version: 4.3.0
+Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/med-team/libmurmurhash
Vcs-Git: https://salsa.debian.org/med-team/libmurmurhash.git
Homepage: https://github.com/kloetzl/libmurmurhash
@@ -14,7 +14,8 @@ Package: libmurmurhash2
Architecture: any
Multi-Arch: same
Section: libs
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
Description: Portable MurmurHash Implementation
MurmurHash is one of the most commonly used non-cryptographic hash
functions. This project bundles it into a shared library to avoid code
@@ -23,12 +24,13 @@ Description: Portable MurmurHash Implementation
.
This package installs shared library files.
-
Package: libmurmurhash-dev
Architecture: any
Multi-Arch: same
Section: libdevel
-Depends: libmurmurhash2 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: libmurmurhash2 (= ${binary:Version}),
+ ${shlibs:Depends},
+ ${misc:Depends}
Description: libmurmurhash header files
MurmurHash is one of the most commonly used non-cryptographic hash
functions. This project bundles it into a shared library to avoid code
=====================================
debian/tests/run-unit-test
=====================================
@@ -12,8 +12,8 @@ cp -a /usr/share/doc/${pkg}-dev/examples/[am]* $AUTOPKGTEST_TMP
cd $AUTOPKGTEST_TMP
-CFLAGS="-Wdate-time -D_FORTIFY_SOURCE=2 -O2 -fstack-protector-strong -Wformat -Werror=format-security"
-gcc ${CFLAGS} -o mmh -lmurmurhash mmh.c
-gcc ${CFLAGS} -o mmh_old -lmurmurhash mmh_old.c
+CFLAGS="-Wdate-time $(dpkg-buildflags --get CFLAGS)"
+gcc ${CFLAGS} -o mmh mmh.c -lmurmurhash
+gcc ${CFLAGS} -o mmh_old mmh_old.c -lmurmurhash
./mmh almostempty | diff almostempty.hash -
./mmh_old almostempty | diff almostempty.hash -
View it on GitLab: https://salsa.debian.org/med-team/libmurmurhash/compare/e4d37ae091f75849974b746eb602326a601b005b...dc552aeed124d782b78307935472bef8a0e6caf1
--
View it on GitLab: https://salsa.debian.org/med-team/libmurmurhash/compare/e4d37ae091f75849974b746eb602326a601b005b...dc552aeed124d782b78307935472bef8a0e6caf1
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/20190830/f01f6868/attachment-0001.html>
More information about the debian-med-commit
mailing list