diff -Nru golang-github-davecgh-go-spew-1.1.1/debian/changelog golang-github-davecgh-go-spew-1.1.1/debian/changelog --- golang-github-davecgh-go-spew-1.1.1/debian/changelog 2018-11-17 17:38:00.000000000 +0000 +++ golang-github-davecgh-go-spew-1.1.1/debian/changelog 2019-10-22 13:16:39.000000000 +0000 @@ -1,3 +1,13 @@ +golang-github-davecgh-go-spew (1.1.1-2) unstable; urgency=medium + + * Add myself as an uploader (Closes: #940352) + - Thanks for all the work so far, Alexandre Viau. + * Bump Standards-Version to 4.4.1 + * Bump debhelper-compat to 12 + * Fix package wrt cme + + -- Utkarsh Gupta Tue, 22 Oct 2019 18:46:39 +0530 + golang-github-davecgh-go-spew (1.1.1-1) unstable; urgency=medium * New upstream version. diff -Nru golang-github-davecgh-go-spew-1.1.1/debian/compat golang-github-davecgh-go-spew-1.1.1/debian/compat --- golang-github-davecgh-go-spew-1.1.1/debian/compat 2018-11-17 17:38:00.000000000 +0000 +++ golang-github-davecgh-go-spew-1.1.1/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -9 diff -Nru golang-github-davecgh-go-spew-1.1.1/debian/control golang-github-davecgh-go-spew-1.1.1/debian/control --- golang-github-davecgh-go-spew-1.1.1/debian/control 2018-11-17 17:38:00.000000000 +0000 +++ golang-github-davecgh-go-spew-1.1.1/debian/control 2019-10-22 13:15:03.000000000 +0000 @@ -1,21 +1,23 @@ Source: golang-github-davecgh-go-spew +Maintainer: Debian Go Packaging Team +Uploaders: Utkarsh Gupta Section: devel +Testsuite: autopkgtest-pkg-go Priority: optional -Homepage: https://github.com/davecgh/go-spew -Maintainer: Debian Go Packaging Team -Uploaders: Alexandre Viau -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper-compat (= 12), dh-golang, golang-any -Standards-Version: 4.0.0 +Standards-Version: 4.4.1 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-davecgh-go-spew Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-davecgh-go-spew.git +Homepage: https://github.com/davecgh/go-spew XS-Go-Import-Path: github.com/davecgh/go-spew -Testsuite: autopkgtest-pkg-go +Rules-Requires-Root: no Package: golang-github-davecgh-go-spew-dev Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, + ${misc:Depends} Description: Implements a deep pretty printer for Go data structures to aid in debugging Go-spew implements a deep pretty printer for Go data structures to aid in debugging. A comprehensive suite of tests with 100% test coverage is provided diff -Nru golang-github-davecgh-go-spew-1.1.1/debian/rules golang-github-davecgh-go-spew-1.1.1/debian/rules --- golang-github-davecgh-go-spew-1.1.1/debian/rules 2018-11-17 17:38:00.000000000 +0000 +++ golang-github-davecgh-go-spew-1.1.1/debian/rules 2019-10-22 13:12:37.000000000 +0000 @@ -3,14 +3,3 @@ %: dh $@ --buildsystem=golang --with=golang - -DEBVERS ?= $(shell dpkg-parsechangelog | sed -n -e 's/^Version: //p') -VERSION ?= $(shell echo '$(DEBVERS)' | sed 's/^[[:digit:]]*://; s/[-].*//') -DEBPKGNAME ?= $(shell dpkg-parsechangelog | sed -n -e 's/^Source: //p') -GITTAG ?= upstream/$(shell echo '$(VERSION)' | sed -e 's/~/_/g') - -gen-orig-tgz: - if [ ! -f ../$(DEBPKGNAME)_$(VERSION).orig.tar.gz ] ; then \ - git archive --format=tar.gz --prefix=$(DEBPKGNAME)-$(VERSION)/ \ - $(GITTAG) >../$(DEBPKGNAME)_$(VERSION).orig.tar.gz ; \ - fi