Skip to content

Commit

Permalink
Debian packaging updates
Browse files Browse the repository at this point in the history
I never tagged 0.3.0...it was never really "official."  So the next
release will be 0.3.1.
  • Loading branch information
jjneely committed Jun 21, 2017
1 parent b850dd1 commit 6edf76c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions 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 <jjneely@42lines.net> Wed, 21 Jun 2017 13:24:37 -0400

buckytools (0.3.0) unstable; urgency=medium

* Package 0.3.0 adding Google Snappy compression support
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Expand Up @@ -2,7 +2,7 @@ Source: buckytools
Section: main
Priority: optional
Maintainer: Jack Neely <jjneely@42lines.net>
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
Expand Down
2 changes: 1 addition & 1 deletion debian/rules
Expand Up @@ -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
Expand Down

0 comments on commit 6edf76c

Please sign in to comment.