[Pkg-privacy-commits] [Git][pkg-privacy-team/golang-siphash-dev][master] 7 commits: Make golang-siphas-dev Multi-Arch: foreign.
Simon Josefsson (@jas)
gitlab at salsa.debian.org
Sat Dec 14 07:29:58 GMT 2024
Simon Josefsson pushed to branch master at Privacy Maintainers / golang-siphash-dev
Commits:
bf766e43 by Simon Josefsson at 2024-12-14T08:10:45+01:00
Make golang-siphas-dev Multi-Arch: foreign.
- - - - -
2703eecf by Simon Josefsson at 2024-12-14T08:10:50+01:00
Add Testsuite: autopkgtest-pkg-go.
- - - - -
5b3944a2 by Simon Josefsson at 2024-12-14T08:11:06+01:00
Fix whitespace in d/rules.
- - - - -
9f213d3f by Simon Josefsson at 2024-12-14T08:14:14+01:00
Align watch file with dh-make-golang.
- - - - -
d78effcd by Simon Josefsson at 2024-12-14T08:14:46+01:00
Align d/rules with dh-make-golang.
- - - - -
dc04c1dd by Simon Josefsson at 2024-12-14T08:17:36+01:00
Drop unused Depends: ${shlibs:Depends}.
- - - - -
588d33bf by Simon Josefsson at 2024-12-14T08:18:20+01:00
Update changelog for 1.2.3-2 release
- - - - -
4 changed files:
- debian/changelog
- debian/control
- debian/rules
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+golang-siphash-dev (1.2.3-2) unstable; urgency=medium
+
+ * Make golang-siphas-dev Multi-Arch: foreign.
+ * Add Testsuite: autopkgtest-pkg-go.
+ * Fix whitespace in d/rules.
+ * Align watch file with dh-make-golang.
+ * Align d/rules with dh-make-golang.
+ * Drop unused Depends: ${shlibs:Depends}.
+
+ -- Simon Josefsson <simon at josefsson.org> Sat, 14 Dec 2024 08:18:14 +0100
+
golang-siphash-dev (1.2.3-1) unstable; urgency=medium
* New upstream version 1.2.3
=====================================
debian/control
=====================================
@@ -8,6 +8,7 @@ Build-Depends:
debhelper-compat (= 13),
dh-golang,
golang-go,
+Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.0
Homepage: https://github.com/dchest/siphash
Vcs-Git: https://salsa.debian.org/pkg-privacy-team/golang-siphash-dev.git
@@ -17,9 +18,8 @@ Rules-Requires-Root: no
Package: golang-siphash-dev
Architecture: all
-Depends:
- ${misc:Depends},
- ${shlibs:Depends},
+Multi-Arch: foreign
+Depends: ${misc:Depends}
Description: Go implementation of SipHash-2-4
SipHash-2-4 is a fast short-input pseudorandom function (a.k.a. keyed hash
functions) optimized for speed on short messages.
=====================================
debian/rules
=====================================
@@ -1,5 +1,4 @@
#!/usr/bin/make -f
-
%:
- dh $@ --buildsystem=golang --with=golang
+ dh $@ --builddirectory=_build --buildsystem=golang
=====================================
debian/watch
=====================================
@@ -1,3 +1,4 @@
version=4
-opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/siphash-$1\.tar\.gz/ \
- https://github.com/dchest/siphash/tags .*/v?(\d\S*)\.tar\.gz
+opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE at -$1.tar.gz%,\
+ uversionmangle=s/(\d)[_\.\-\+]?(RC|rc|pre|dev|beta|alpha)[.]?(\d*)$/$1~$2$3/" \
+ https://github.com/dchest/siphash/tags .*/v?(\d\S*)\.tar\.gz debian
View it on GitLab: https://salsa.debian.org/pkg-privacy-team/golang-siphash-dev/-/compare/7196d4c29d5f717ad84b423de91008b4c6c87b94...588d33bf428fdeff5fdaa190753d3d6f622b52a8
--
View it on GitLab: https://salsa.debian.org/pkg-privacy-team/golang-siphash-dev/-/compare/7196d4c29d5f717ad84b423de91008b4c6c87b94...588d33bf428fdeff5fdaa190753d3d6f622b52a8
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/pkg-privacy-commits/attachments/20241214/e9811716/attachment-0001.htm>
More information about the Pkg-privacy-commits
mailing list