diff -Nru golang-github-soniah-gosnmp-1.9+git20180420.bcf840d/debian/changelog golang-github-soniah-gosnmp-1.10/debian/changelog --- golang-github-soniah-gosnmp-1.9+git20180420.bcf840d/debian/changelog 2018-06-22 11:15:37.000000000 +0000 +++ golang-github-soniah-gosnmp-1.10/debian/changelog 2018-06-27 09:52:34.000000000 +0000 @@ -1,3 +1,9 @@ +golang-github-soniah-gosnmp (1.10-1) unstable; urgency=medium + + * New upstream release. + + -- Daniel Swarbrick Wed, 27 Jun 2018 11:52:34 +0200 + golang-github-soniah-gosnmp (1.9+git20180420.bcf840d-1) unstable; urgency=medium * Initial release. (Closes: #840759) diff -Nru golang-github-soniah-gosnmp-1.9+git20180420.bcf840d/LICENSE golang-github-soniah-gosnmp-1.10/LICENSE --- golang-github-soniah-gosnmp-1.9+git20180420.bcf840d/LICENSE 2018-04-20 13:00:27.000000000 +0000 +++ golang-github-soniah-gosnmp-1.10/LICENSE 2018-06-25 00:29:15.000000000 +0000 @@ -1,4 +1,4 @@ -Copyright 2012 Andreas Louca, 2012-2108 Sonia Hamilton. All +Copyright 2012-2018 The GoSNMP Authors. All rights reserved. Use of this rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff -Nru golang-github-soniah-gosnmp-1.9+git20180420.bcf840d/v3.go golang-github-soniah-gosnmp-1.10/v3.go --- golang-github-soniah-gosnmp-1.9+git20180420.bcf840d/v3.go 2018-04-20 13:00:27.000000000 +0000 +++ golang-github-soniah-gosnmp-1.10/v3.go 2018-06-25 00:29:15.000000000 +0000 @@ -1,5 +1,3 @@ -package gosnmp - // Copyright 2012-2018 The GoSNMP Authors. All rights reserved. Use of this // source code is governed by a BSD-style license that can be found in the // LICENSE file. @@ -8,6 +6,8 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +package gosnmp + import ( "bytes" "encoding/binary" diff -Nru golang-github-soniah-gosnmp-1.9+git20180420.bcf840d/v3_usm.go golang-github-soniah-gosnmp-1.10/v3_usm.go --- golang-github-soniah-gosnmp-1.9+git20180420.bcf840d/v3_usm.go 2018-04-20 13:00:27.000000000 +0000 +++ golang-github-soniah-gosnmp-1.10/v3_usm.go 2018-06-25 00:29:15.000000000 +0000 @@ -1,5 +1,3 @@ -package gosnmp - // Copyright 2012-2018 The GoSNMP Authors. All rights reserved. Use of this // source code is governed by a BSD-style license that can be found in the // LICENSE file. @@ -8,6 +6,8 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +package gosnmp + import ( "bytes" "crypto/aes"