diff --git a/debian/changelog b/debian/changelog index 90d02d2..2b81340 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ golang-github-renekroon-ttlcache (2.7.0+ds-1) experimental; urgency=medium * New upstream release. + * Add new B-D on golang-golang-x-sync-dev. -- Sascha Steinbiss Mon, 07 Jun 2021 13:48:36 +0200 diff --git a/debian/control b/debian/control index bb9a86a..de97c9f 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,8 @@ Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, - golang-github-stretchr-testify-dev + golang-github-stretchr-testify-dev, + golang-golang-x-sync-dev Standards-Version: 4.5.1 Rules-Requires-Root: no Homepage: https://github.com/ReneKroon/ttlcache @@ -18,7 +19,8 @@ Package: golang-github-renekroon-ttlcache-dev Architecture: all Depends: ${misc:Depends}, - golang-github-stretchr-testify-dev + golang-github-stretchr-testify-dev, + golang-golang-x-sync-dev Description: In-memory string-interface{} map with expiration for Golang TTLCache is a simple key/value cache in golang with the following functions: .