Andreas Tille pushed to branch master at Debian Med / libmurmurhash
Commits: cf968e68 by Andreas Tille at 2021-08-22T09:02:01+02:00 routine-update: Fix watchfile to detect new versions on github - - - - - ca2a8f36 by Andreas Tille at 2021-08-22T09:02:35+02:00 routine-update: Standards-Version: 4.6.0 - - - - - ab41d577 by Andreas Tille at 2021-08-22T09:02:35+02:00 routine-update: debhelper-compat 13 - - - - - a88e36b9 by Andreas Tille at 2021-08-22T09:02:39+02:00 routine-update: Add salsa-ci file - - - - - 8ec282f3 by Andreas Tille at 2021-08-22T09:02:39+02:00 routine-update: Rules-Requires-Root: no - - - - - 20d3e152 by Andreas Tille at 2021-08-22T09:02:43+02:00 Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. Changes-By: lintian-brush Fixes: lintian: upstream-metadata-file-is-missing See-also: https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html Fixes: lintian: upstream-metadata-missing-bug-tracking See-also: https://lintian.debian.org/tags/upstream-metadata-missing-bug-tracking.html Fixes: lintian: upstream-metadata-missing-repository See-also: https://lintian.debian.org/tags/upstream-metadata-missing-repository.html - - - - - 242e142e by Andreas Tille at 2021-08-22T09:19:10+02:00 Keep dh_missing happy by using installed manpage - - - - - 26b5ea38 by Andreas Tille at 2021-08-22T09:22:38+02:00 Remove useless .la file to keep dh_missing happy - - - - - 38b39e55 by Andreas Tille at 2021-08-22T09:23:50+02:00 Upload to unstable - - - - - 7 changed files: - debian/changelog - debian/control - debian/libmurmurhash-dev.manpages - debian/rules - + debian/salsa-ci.yml - + debian/upstream/metadata - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,15 @@ +libmurmurhash (1.5-3) unstable; urgency=medium + + * Fix watchfile to detect new versions on github (routine-update) + * Standards-Version: 4.6.0 (routine-update) + * debhelper-compat 13 (routine-update) + * Add salsa-ci file (routine-update) + * Rules-Requires-Root: no (routine-update) + * Keep dh_missing happy by using installed manpage + * Remove useless .la file to keep dh_missing happy + + -- Andreas Tille <[email protected]> Sun, 22 Aug 2021 09:22:44 +0200 + libmurmurhash (1.5-2) unstable; urgency=medium [ Matthias Klose ] ===================================== debian/control ===================================== @@ -3,12 +3,13 @@ Maintainer: Debian Med Packaging Team <[email protected]. Uploaders: Fabian Klötzl <[email protected]> Section: libs Priority: optional -Build-Depends: debhelper-compat (= 12), +Build-Depends: debhelper-compat (= 13), d-shlibs -Standards-Version: 4.4.0 +Standards-Version: 4.6.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 +Rules-Requires-Root: no Package: libmurmurhash2 Architecture: any ===================================== debian/libmurmurhash-dev.manpages ===================================== @@ -1 +1 @@ -*.3 +/usr/share/man/man3/*.3 ===================================== debian/rules ===================================== @@ -16,3 +16,4 @@ override_dh_install: --movedev debian/tmp/usr/include usr \ --movedev "debian/tmp/usr/lib/*/pkgconfig/*.pc" usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig \ debian/tmp/usr/lib/*/*.so + find debian -name "lib*.la" -delete ===================================== debian/salsa-ci.yml ===================================== @@ -0,0 +1,4 @@ +--- +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml ===================================== debian/upstream/metadata ===================================== @@ -0,0 +1,5 @@ +--- +Bug-Database: https://github.com/kloetzl/libmurmurhash/issues +Bug-Submit: https://github.com/kloetzl/libmurmurhash/issues/new +Repository: https://github.com/kloetzl/libmurmurhash.git +Repository-Browse: https://github.com/kloetzl/libmurmurhash ===================================== debian/watch ===================================== @@ -5,6 +5,6 @@ version=4 # Uncomment to find new files on Github # - when using releases: -https://github.com/kloetzl/libmurmurhash/releases/latest .*/archive/v@ANY_VERSION@@ARCHIVE_EXT@ +https://github.com/kloetzl/libmurmurhash/tags (?:.*?/)?v?(\d[\d.]*)\.tar\.gz # Remark: frequently you can do s/#PREFIX#/v?/ since 'v' or nothing is quite common but there are other prefixes possible View it on GitLab: https://salsa.debian.org/med-team/libmurmurhash/-/compare/dc552aeed124d782b78307935472bef8a0e6caf1...38b39e55617c8fd8806563573e45333a3ef1208c -- View it on GitLab: https://salsa.debian.org/med-team/libmurmurhash/-/compare/dc552aeed124d782b78307935472bef8a0e6caf1...38b39e55617c8fd8806563573e45333a3ef1208c You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
