diff -Nru golang-github-jacobsa-crypto-0.0~git20161111.0.293ce0c+dfsg1/debian/changelog golang-github-jacobsa-crypto-0.0~git20161111.0.293ce0c+dfsg1/debian/changelog --- golang-github-jacobsa-crypto-0.0~git20161111.0.293ce0c+dfsg1/debian/changelog 2017-07-20 22:27:15.000000000 +0000 +++ golang-github-jacobsa-crypto-0.0~git20161111.0.293ce0c+dfsg1/debian/changelog 2018-01-23 19:31:04.000000000 +0000 @@ -1,8 +1,33 @@ -golang-github-jacobsa-crypto (0.0~git20161111.0.293ce0c+dfsg1-4ubuntu1) artful; urgency=medium +golang-github-jacobsa-crypto (0.0~git20161111.0.293ce0c+dfsg1-7) unstable; urgency=medium - * Fix build tags in cmac/hash_{32,64}bit.go. + * Removed 'alpha' build flag from hash_32bit.go + * Removed spurious echos from rules - -- Michael Hudson-Doyle Fri, 21 Jul 2017 10:11:47 +1200 + -- Felix Lechner Tue, 23 Jan 2018 11:31:04 -0800 + +golang-github-jacobsa-crypto (0.0~git20161111.0.293ce0c+dfsg1-6) unstable; urgency=medium + + * Added golang build flag 'mipsle' to hash_32.go + * Used dpkg/pkg-info.mk in rules instead of parsing changelog + * Removed full stop from first line in package description + * Switched to secure URL for Debian copyright format + * Set Standards-Version 4.1.3 + * Set Build-Depends: debhelper (>= 11) + * Set compat to 11 + + -- Felix Lechner Mon, 22 Jan 2018 07:03:34 -0800 + +golang-github-jacobsa-crypto (0.0~git20161111.0.293ce0c+dfsg1-5) unstable; urgency=medium + + * Added additional build architectures + * Set Architecture: any (one time, to generate test output for each) + * Removed Depends: ${shlibs:Depends} + * Removed Testsuite: autopkgtest (detected automatically) + * Set Priority: optional + * Set Standards-Version: 4.1.2 + * Added self to Uploaders: + + -- Felix Lechner Sun, 21 Jan 2018 10:58:49 -0800 golang-github-jacobsa-crypto (0.0~git20161111.0.293ce0c+dfsg1-4) unstable; urgency=medium diff -Nru golang-github-jacobsa-crypto-0.0~git20161111.0.293ce0c+dfsg1/debian/compat golang-github-jacobsa-crypto-0.0~git20161111.0.293ce0c+dfsg1/debian/compat --- golang-github-jacobsa-crypto-0.0~git20161111.0.293ce0c+dfsg1/debian/compat 2016-11-30 00:01:26.000000000 +0000 +++ golang-github-jacobsa-crypto-0.0~git20161111.0.293ce0c+dfsg1/debian/compat 2018-01-22 14:06:59.000000000 +0000 @@ -1 +1 @@ -9 +11 diff -Nru golang-github-jacobsa-crypto-0.0~git20161111.0.293ce0c+dfsg1/debian/control golang-github-jacobsa-crypto-0.0~git20161111.0.293ce0c+dfsg1/debian/control --- golang-github-jacobsa-crypto-0.0~git20161111.0.293ce0c+dfsg1/debian/control 2017-07-20 22:27:06.000000000 +0000 +++ golang-github-jacobsa-crypto-0.0~git20161111.0.293ce0c+dfsg1/debian/control 2018-01-22 14:24:29.000000000 +0000 @@ -1,28 +1,25 @@ Source: golang-github-jacobsa-crypto Section: devel -Priority: extra -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Debian Go Packaging Team -Uploaders: David Steele -Build-Depends: debhelper (>= 10), +Priority: optional +Maintainer: Debian Go Packaging Team +Uploaders: David Steele , Felix Lechner +Build-Depends: debhelper (>= 11), dh-golang, golang-any, golang-github-jacobsa-oglematchers-dev, golang-github-jacobsa-ogletest-dev -Testsuite: autopkgtest -Standards-Version: 3.9.8 +Standards-Version: 4.1.3 Homepage: https://github.com/jacobsa/crypto Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-jacobsa-crypto.git Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-jacobsa-crypto.git -b debian XS-Go-Import-Path: github.com/jacobsa/crypto Package: golang-github-jacobsa-crypto-dev -Architecture: all -Depends: ${shlibs:Depends}, - ${misc:Depends}, +Architecture: any +Depends: ${misc:Depends}, golang-github-jacobsa-oglematchers-dev, golang-github-jacobsa-ogletest-dev -Description: Some Go cryptography routines that are not included in the Go standard library. +Description: Some Go cryptography routines that are not included in the Go standard library This repository contains Go packages related to cryptographic standards that are not included in the Go standard library. These include: • SIV mode (http://go.pkgdoc.org/github.com/jacobsa/crypto/siv), diff -Nru golang-github-jacobsa-crypto-0.0~git20161111.0.293ce0c+dfsg1/debian/copyright golang-github-jacobsa-crypto-0.0~git20161111.0.293ce0c+dfsg1/debian/copyright --- golang-github-jacobsa-crypto-0.0~git20161111.0.293ce0c+dfsg1/debian/copyright 2016-11-30 00:01:26.000000000 +0000 +++ golang-github-jacobsa-crypto-0.0~git20161111.0.293ce0c+dfsg1/debian/copyright 2018-01-22 14:22:59.000000000 +0000 @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: crypto Source: https://github.com/jacobsa/crypto Files-Excluded: testing/gencases/aes_locl.h diff -Nru golang-github-jacobsa-crypto-0.0~git20161111.0.293ce0c+dfsg1/debian/patches/0001-Add-xorBlock-compile-support-for-deb-archs.patch golang-github-jacobsa-crypto-0.0~git20161111.0.293ce0c+dfsg1/debian/patches/0001-Add-xorBlock-compile-support-for-deb-archs.patch --- golang-github-jacobsa-crypto-0.0~git20161111.0.293ce0c+dfsg1/debian/patches/0001-Add-xorBlock-compile-support-for-deb-archs.patch 2017-07-20 22:12:27.000000000 +0000 +++ golang-github-jacobsa-crypto-0.0~git20161111.0.293ce0c+dfsg1/debian/patches/0001-Add-xorBlock-compile-support-for-deb-archs.patch 2018-01-22 19:31:25.000000000 +0000 @@ -14,7 +14,7 @@ // limitations under the License. -// +build 386 arm,!arm64 -+// +build 386 arm mips mipsel ++// +build 386 arm mips mipsel mipsle m68k mipso32 mipsn32 ppc sh4 package cmac @@ -25,7 +25,7 @@ // limitations under the License. -// +build amd64 arm64 ppc64 ppc64le s390x mips64 mips64le -+// +build amd64 arm64 ppc64 ppc64le mips64 mips64le s390x ++// +build amd64 arm64 ppc64 ppc64le ppc64el mips64 mips64le mips64el s390x alpha amd64p32 arm64be mipso64 mipsn64 mips64p32 mips64p32le ia64 sparc64 // This code assumes that it's safe to perform unaligned word-sized loads. This is safe on: // - arm64 per http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.den0024a/ch05s01s02.html diff -Nru golang-github-jacobsa-crypto-0.0~git20161111.0.293ce0c+dfsg1/debian/rules golang-github-jacobsa-crypto-0.0~git20161111.0.293ce0c+dfsg1/debian/rules --- golang-github-jacobsa-crypto-0.0~git20161111.0.293ce0c+dfsg1/debian/rules 2017-06-13 01:36:08.000000000 +0000 +++ golang-github-jacobsa-crypto-0.0~git20161111.0.293ce0c+dfsg1/debian/rules 2018-01-22 16:21:50.000000000 +0000 @@ -1,10 +1,14 @@ #!/usr/bin/make -f +include /usr/share/dpkg/pkg-info.mk + PKD = $(word 1,$(abspath $(dir $(MAKEFILE_LIST)))) -PKG = $(shell dpkg-parsechangelog -l$(PKD)/changelog --show-field=Source) +#PKG = $(shell dpkg-parsechangelog -l$(PKD)/changelog --show-field=Source) +PKG = $(DEB_SOURCE) -DEBIAN_VERSION = $(shell (dpkg-parsechangelog -l$(PKD)/changelog | grep Version | sed 's/Version..//' | sed 's/-.\+//' | sed 's/\+dfsg1//')) -PRODUCT_VERSION = $(shell (grep "version=" setup.py | sed "s/.\+'\(.\+\)'.\+/\1/")) +#DEBIAN_VERSION = $(shell (dpkg-parsechangelog -l$(PKD)/changelog | grep Version | sed 's/Version..//' | sed 's/-.\+//' | sed 's/\+dfsg1//')) +DEBIAN_VERSION = $(shell (echo $(DEB_VERSION_UPSTREAM) | sed 's/\+dfsg1//')) +#PRODUCT_VERSION = $(shell (grep "version=" setup.py | sed "s/.\+'\(.\+\)'.\+/\1/")) VER ?= $(DEBIAN_VERSION)