From 6edf76ce49b5756e48278998c480ffbfc73609ef Mon Sep 17 00:00:00 2001 From: Jack Neely Date: Wed, 21 Jun 2017 14:49:09 -0400 Subject: [PATCH] Debian packaging updates I never tagged 0.3.0...it was never really "official." So the next release will be 0.3.1. --- debian/changelog | 10 ++++++++++ debian/control | 2 +- debian/rules | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7418f9e..ea8ec7b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +buckytools (0.3.1) unstable; urgency=medium + + * Invert default behavior for deleting metrics in rebalance + * Fix tar/restore after Snappy changes + * Unit tests for bucky-pickle-relay + * Conform to Go best practices for repo layout + * Update vendored packages + + -- Jack Neely Wed, 21 Jun 2017 13:24:37 -0400 + buckytools (0.3.0) unstable; urgency=medium * Package 0.3.0 adding Google Snappy compression support diff --git a/debian/control b/debian/control index 045c864..73d5b32 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: buckytools Section: main Priority: optional Maintainer: Jack Neely -Build-Depends: debhelper (>= 9.0.0), golang (>= 1.4), dh-golang +Build-Depends: debhelper (>= 9.0.0), golang (>= 1.4), dh-golang, python-all Standards-Version: 3.9.7 Homepage: https://github.com/jjneely/buckytools #Vcs-Git: git://git.debian.org/collab-maint/buckytools.git diff --git a/debian/rules b/debian/rules index d6e5eef..843d0f7 100755 --- a/debian/rules +++ b/debian/rules @@ -16,7 +16,7 @@ BUILDDIR := $(shell perl -w -MDebian::Debhelper::Buildsystem::golang -e \ override_dh_auto_configure: dh_auto_configure -O--buildsystem=golang # Copy assembly and test fixtures because dh-golang sucks - cp -av vendor $(BUILDDIR)/src/$(DH_GOPKG)/ + cp -fa vendor cmd $(BUILDDIR)/src/$(DH_GOPKG)/ override_dh_auto_install: dh_auto_install