diff -Nru golang-github-kimor79-gollectd-0.0~git20150616/debian/changelog golang-github-kimor79-gollectd-0.0~git20150617.0.61d0dee/debian/changelog --- golang-github-kimor79-gollectd-0.0~git20150616/debian/changelog 2015-07-18 21:23:50.000000000 +0000 +++ golang-github-kimor79-gollectd-0.0~git20150617.0.61d0dee/debian/changelog 2015-12-04 13:52:57.000000000 +0000 @@ -1,3 +1,11 @@ +golang-github-kimor79-gollectd (0.0~git20150617.0.61d0dee-1) unstable; urgency=medium + + * Fixed bad Vcs-Git and Vcs-Browser links + * New upstream version + * Updated my email to @debian.org + + -- Alexandre Viau Fri, 04 Dec 2015 08:50:28 -0500 + golang-github-kimor79-gollectd (0.0~git20150616-1) unstable; urgency=low * Initial release. (Closes: #781347) diff -Nru golang-github-kimor79-gollectd-0.0~git20150616/debian/control golang-github-kimor79-gollectd-0.0~git20150617.0.61d0dee/debian/control --- golang-github-kimor79-gollectd-0.0~git20150616/debian/control 2015-07-18 21:22:02.000000000 +0000 +++ golang-github-kimor79-gollectd-0.0~git20150617.0.61d0dee/debian/control 2015-12-04 13:52:57.000000000 +0000 @@ -1,20 +1,22 @@ Source: golang-github-kimor79-gollectd Section: devel Priority: extra -Homepage: https://github.com/kimor79/gollectd -Maintainer: pkg-go -Uploaders: Alexandre Viau +Maintainer: Debian Go Packaging Team +Uploaders: Alexandre Viau Build-Depends: debhelper (>= 9), dh-golang, golang-go, golang-github-stretchr-testify | golang-testify-dev Standards-Version: 3.9.6 -Vcs-Git: git://anonscm.debian.org/pkg-go/packages/golang-gollectd.git -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-go/packages/golang-gollectd.git;a=summary +Vcs-Git: git://anonscm.debian.org/pkg-go/packages/golang-github-kimor79-gollectd.git +Vcs-Browser: http://anonscm.debian.org/cgit/pkg-go/packages/golang-github-kimor79-gollectd.git +Homepage: https://github.com/kimor79/gollectd Package: golang-github-kimor79-gollectd-dev Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, golang-github-stretchr-testify | golang-testify-dev +Depends: ${shlibs:Depends}, + ${misc:Depends}, + golang-github-stretchr-testify | golang-testify-dev Description: go parser for the collectd binary protocol This is yet another implementation of a collectd binary protocol parser in Go, heavenly inspired by gocollectd. diff -Nru golang-github-kimor79-gollectd-0.0~git20150616/.gitignore golang-github-kimor79-gollectd-0.0~git20150617.0.61d0dee/.gitignore --- golang-github-kimor79-gollectd-0.0~git20150616/.gitignore 2015-06-17 06:49:03.000000000 +0000 +++ golang-github-kimor79-gollectd-0.0~git20150617.0.61d0dee/.gitignore 1970-01-01 00:00:00.000000000 +0000 @@ -1,24 +0,0 @@ -# Compiled Object files, Static and Dynamic libs (Shared Objects) -*.o -*.a -*.so - -# Folders -_obj -_test - -# Architecture specific extensions/prefixes -*.[568vq] -[568vq].out - -*.cgo1.go -*.cgo2.c -_cgo_defun.c -_cgo_gotypes.go -_cgo_export.* - -_testmain.go - -*.exe -*.test -*.prof