[med-svn] [Git][med-team/libmurmurhash][master] 3 commits: Cleanup d/changelog

Andreas Tille gitlab at salsa.debian.org
Wed Jul 10 12:15:27 BST 2019



Andreas Tille pushed to branch master at Debian Med / libmurmurhash


Commits:
de204e61 by Andreas Tille at 2019-07-09T19:57:05Z
Cleanup d/changelog

- - - - -
d46ebcb0 by Andreas Tille at 2019-07-09T20:09:06Z
Fix autopkgtest

- - - - -
e4d37ae0 by Andreas Tille at 2019-07-09T20:14:06Z
Upload to unstable

- - - - -


2 changed files:

- debian/changelog
- debian/tests/run-unit-test


Changes:

=====================================
debian/changelog
=====================================
@@ -1,11 +1,16 @@
-libmurmurhash (1.5-1) UNRELEASED; urgency=medium
+libmurmurhash (1.5-1) unstable; urgency=medium
 
-  * Team upload.
+  [ 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
-  * Mark the binary packages as Multi-Arch: same
 
- -- Michael R. Crusoe <michael.crusoe at gmail.com>  Sat, 16 Feb 2019 01:11:50 -0800
+  [ Andreas Tille ]
+  * Fix autopkgtest
+
+ -- Fabian Klötzl <kloetzl at evolbio.mpg.de>  Tue, 09 Jul 2019 22:09:14 +0200
 
 libmurmurhash (1.3-2) unstable; urgency=medium
 


=====================================
debian/tests/run-unit-test
=====================================
@@ -5,12 +5,15 @@ pkg=libmurmurhash
 
 if [ "$AUTOPKGTEST_TMP" = "" ] ; then
   AUTOPKGTEST_TMP=`mktemp -d /tmp/${pkg}-test.XXXXXX`
-  # trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM
+  trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM
 fi
 
-cp -a /usr/share/doc/${pkg}-dev/examples/* $AUTOPKGTEST_TMP
+cp -a /usr/share/doc/${pkg}-dev/examples/[am]* $AUTOPKGTEST_TMP
 
-set -x
 cd $AUTOPKGTEST_TMP
 
-make
+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
+./mmh almostempty | diff almostempty.hash -
+./mmh_old almostempty | diff almostempty.hash -



View it on GitLab: https://salsa.debian.org/med-team/libmurmurhash/compare/6637a33c1b528e6d372040e2c42bc71afc24630f...e4d37ae091f75849974b746eb602326a601b005b

-- 
View it on GitLab: https://salsa.debian.org/med-team/libmurmurhash/compare/6637a33c1b528e6d372040e2c42bc71afc24630f...e4d37ae091f75849974b746eb602326a601b005b
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/20190710/68ab0f8d/attachment-0001.html>


More information about the debian-med-commit mailing list