diff -Nru golang-github-rfjakob-eme-1.1/debian/changelog golang-github-rfjakob-eme-1.1/debian/changelog --- golang-github-rfjakob-eme-1.1/debian/changelog 2018-01-24 12:51:58.000000000 +0000 +++ golang-github-rfjakob-eme-1.1/debian/changelog 2018-02-17 20:57:01.000000000 +0000 @@ -1,3 +1,12 @@ +golang-github-rfjakob-eme (1.1-3) unstable; urgency=medium + + * Marked package Arch:all (Closes: #888587) + * Partially adopted new packaging workflow: + - Dropped pristine-tar, including related gbp settings + - Autoformatted debian/control and added pre-commit hook + + -- Felix Lechner Sat, 17 Feb 2018 12:57:01 -0800 + golang-github-rfjakob-eme (1.1-2) unstable; urgency=medium * Set Architecture: any (one time, to generate test output for each) diff -Nru golang-github-rfjakob-eme-1.1/debian/control golang-github-rfjakob-eme-1.1/debian/control --- golang-github-rfjakob-eme-1.1/debian/control 2018-01-24 12:48:25.000000000 +0000 +++ golang-github-rfjakob-eme-1.1/debian/control 2018-02-17 20:50:17.000000000 +0000 @@ -2,10 +2,11 @@ Section: devel Priority: optional Maintainer: Debian Go Packaging Team -Uploaders: David Steele , Felix Lechner +Uploaders: David Steele , + Felix Lechner , Build-Depends: debhelper (>= 11), dh-golang, - golang-any + golang-any, Standards-Version: 4.1.3 Homepage: https://github.com/rfjakob/eme Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-rfjakob-eme.git @@ -13,8 +14,8 @@ XS-Go-Import-Path: github.com/rfjakob/eme Package: golang-github-rfjakob-eme-dev -Architecture: any -Depends: ${misc:Depends} +Architecture: all +Depends: ${misc:Depends}, Description: EME wide-block encryption for Go EME for Go is a wide-block encryption mode developed by Halevi and Rogaway in 2003 [eme]. (see references below)