[med-svn] [Git][med-team/libmurmurhash][master] 8 commits: Add myself to Uploaders

Andreas Tille (@tille) gitlab at salsa.debian.org
Tue Feb 6 08:03:54 GMT 2024



Andreas Tille pushed to branch master at Debian Med / libmurmurhash


Commits:
d2f3fa3e by Andreas Tille at 2024-02-06T09:01:09+01:00
Add myself to Uploaders

- - - - -
69fa53ce by Andreas Tille at 2024-02-06T09:01:23+01:00
New upstream version 1.6
- - - - -
e8bbb464 by Andreas Tille at 2024-02-06T09:01:23+01:00
routine-update: New upstream version

- - - - -
4e322403 by Andreas Tille at 2024-02-06T09:01:24+01:00
Update upstream source from tag 'upstream/1.6'

Update to upstream version '1.6'
with Debian dir b0db160fe1f3775f81bcfde3b18f633c55417c7b
- - - - -
338ae65a by Andreas Tille at 2024-02-06T09:01:24+01:00
routine-update: Standards-Version: 4.6.2

- - - - -
1f498504 by Andreas Tille at 2024-02-06T09:01:27+01:00
routine-update: Remove trailing whitespace in debian/changelog

- - - - -
6385acb4 by Andreas Tille at 2024-02-06T09:01:33+01:00
Remove field Section on binary package libmurmurhash2 that duplicates source.

Changes-By: lintian-brush
Fixes: lintian: installable-field-mirrors-source
See-also: https://lintian.debian.org/tags/installable-field-mirrors-source.html

- - - - -
2f354524 by Andreas Tille at 2024-02-06T09:02:52+01:00
routine-update: Ready to upload to unstable

- - - - -


5 changed files:

- Readme.md
- configure.ac
- debian/changelog
- debian/control
- murmurhash.c


Changes:

=====================================
Readme.md
=====================================
@@ -38,4 +38,4 @@ No license—all code is public domain. I appreciate credit, though.
 
 ## Contact
 
-Please file a bug on GitHub <github.com/kloetzl/libmurmurhash> or send me a mail <kloetzl at evolbio.mpg.de>.
+Please file a bug on GitHub <github.com/kloetzl/libmurmurhash> or send me a mail <fabian-libmurmurhash at kloetzl.info>.


=====================================
configure.ac
=====================================
@@ -1,4 +1,4 @@
-AC_INIT(libmurmurhash, 1.5, kloetzl at evolbio.mpg.de)
+AC_INIT(libmurmurhash, 1.6, fabian-libmurmurhash at kloetzl.info)
 AC_CONFIG_SRCDIR([murmurhash.h])
 AC_CONFIG_HEADERS([config.h])
 


=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+libmurmurhash (1.6-1) unstable; urgency=medium
+
+  * Add myself to Uploaders
+    Closes: #1059715
+  * New upstream version
+  * Standards-Version: 4.6.2 (routine-update)
+  * Remove trailing whitespace in debian/changelog (routine-update)
+  Remove field Section on binary package libmurmurhash2 that duplicates source.
+
+ -- Andreas Tille <tille at debian.org>  Tue, 06 Feb 2024 09:01:58 +0100
+
 libmurmurhash (1.5-3) unstable; urgency=medium
 
   * Fix watchfile to detect new versions on github (routine-update)


=====================================
debian/control
=====================================
@@ -1,11 +1,12 @@
 Source: libmurmurhash
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Fabian Klötzl <kloetzl at evolbio.mpg.de>
+Uploaders: Fabian Klötzl <kloetzl at evolbio.mpg.de>,
+           Andreas Tille <tille at debian.org>
 Section: libs
 Priority: optional
 Build-Depends: debhelper-compat (= 13),
                d-shlibs
-Standards-Version: 4.6.0
+Standards-Version: 4.6.2
 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 +15,6 @@ Rules-Requires-Root: no
 Package: libmurmurhash2
 Architecture: any
 Multi-Arch: same
-Section: libs
 Depends: ${shlibs:Depends},
          ${misc:Depends}
 Description: Portable MurmurHash Implementation


=====================================
murmurhash.c
=====================================
@@ -40,7 +40,7 @@ void lmmh_x86_32(const void *addr, unsigned int len, MH_UINT32 seed,
 #define ROTL32(x, r) (((uint32_t)x << r) | ((uint32_t)x >> (32 - r)))
 #define ROTL64(x, r) (((uint64_t)x << r) | ((uint64_t)x >> (64 - r)))
 
-static uint32_t getblock32(const void *addr, int offset)
+static uint32_t getblock32(const unsigned char *addr, int offset)
 {
 	unsigned char data[sizeof(uint32_t)];
 	memcpy(&data, addr + offset * sizeof(uint32_t), sizeof(uint32_t));



View it on GitLab: https://salsa.debian.org/med-team/libmurmurhash/-/compare/38b39e55617c8fd8806563573e45333a3ef1208c...2f3545249ab04bfbcaf0ee449d95aaa8a83ea973

-- 
View it on GitLab: https://salsa.debian.org/med-team/libmurmurhash/-/compare/38b39e55617c8fd8806563573e45333a3ef1208c...2f3545249ab04bfbcaf0ee449d95aaa8a83ea973
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/20240206/ee6db93f/attachment-0001.htm>


More information about the debian-med-commit mailing list