diff -Nru prometheus-mailexporter-1.0/debian/changelog prometheus-mailexporter-1.0/debian/changelog --- prometheus-mailexporter-1.0/debian/changelog 2017-01-16 16:06:05.000000000 +0000 +++ prometheus-mailexporter-1.0/debian/changelog 2018-03-07 04:47:08.000000000 +0000 @@ -1,3 +1,22 @@ +prometheus-mailexporter (1.0-2) unstable; urgency=medium + + * Apply "cme fix dpkg" to debian/control and debian/copyright, + bumping Standards-Version to 4.1.3, + setting Priority to optional, and + adding Testsuite: autopkgtest-pkg-go, etc. + * Use debhelper (>= 11) + * Depend on golang-any instead of golang-go + * Depend on golang-github-fsnotify-fsnotify-dev + instead of the obsolete golang-fsnotify-dev transitional package. + * Depend on golang-gopkg-yaml.v2-dev + instead of the deprecated golang-yaml.v2-dev transitional package. + * Depend on golang-github-prometheus-client-golang-dev + instead of the deprecated golang-prometheus-client-dev + transitional package. + * Add myself to the list of Uploaders + + -- Anthony Fok Tue, 06 Mar 2018 21:47:08 -0700 + prometheus-mailexporter (1.0-1) unstable; urgency=medium * New upstream version 1.0 diff -Nru prometheus-mailexporter-1.0/debian/compat prometheus-mailexporter-1.0/debian/compat --- prometheus-mailexporter-1.0/debian/compat 2017-01-16 16:06:05.000000000 +0000 +++ prometheus-mailexporter-1.0/debian/compat 2018-03-07 04:41:35.000000000 +0000 @@ -1 +1 @@ -9 +11 diff -Nru prometheus-mailexporter-1.0/debian/control prometheus-mailexporter-1.0/debian/control --- prometheus-mailexporter-1.0/debian/control 2017-01-16 16:06:05.000000000 +0000 +++ prometheus-mailexporter-1.0/debian/control 2018-03-07 04:45:07.000000000 +0000 @@ -1,25 +1,27 @@ Source: prometheus-mailexporter -Section: devel -Priority: extra Maintainer: Debian Go Packaging Team -Uploaders: Jonas Große Sundrup -Build-Depends: debhelper (>= 9), +Uploaders: Jonas Große Sundrup , + Anthony Fok +Section: devel +Testsuite: autopkgtest-pkg-go +Priority: optional +Build-Depends: debhelper (>= 11), dh-golang, - golang-go, - golang-prometheus-client-dev, - golang-fsnotify-dev, - golang-yaml.v2-dev -Standards-Version: 3.9.8 -Homepage: https://github.com/cherti/mailexporter + golang-any, + golang-github-fsnotify-fsnotify-dev, + golang-github-prometheus-client-golang-dev, + golang-gopkg-yaml.v2-dev +Standards-Version: 4.1.3 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/prometheus-mailexporter.git Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/prometheus-mailexporter.git +Homepage: https://github.com/cherti/mailexporter XS-Go-Import-Path: github.com/cherti/mailexporter Package: prometheus-mailexporter Architecture: any -Built-Using: ${misc:Built-Using} Depends: ${shlibs:Depends}, ${misc:Depends} +Built-Using: ${misc:Built-Using} Description: exports prometheus-style metrics about mail server functionality This package exports metrics for the prometheus monitoring system about mail server functionality. It can be used for mail delivery systems that diff -Nru prometheus-mailexporter-1.0/debian/copyright prometheus-mailexporter-1.0/debian/copyright --- prometheus-mailexporter-1.0/debian/copyright 2017-01-16 16:06:05.000000000 +0000 +++ prometheus-mailexporter-1.0/debian/copyright 2018-03-07 04:34:25.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: mailexporter Source: https://github.com/cherti/mailexporter