Skip to content

Commit 6edf76c

Browse files
committed
Debian packaging updates
I never tagged 0.3.0...it was never really "official." So the next release will be 0.3.1.
1 parent b850dd1 commit 6edf76c

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

debian/changelog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
buckytools (0.3.1) unstable; urgency=medium
2+
3+
* Invert default behavior for deleting metrics in rebalance
4+
* Fix tar/restore after Snappy changes
5+
* Unit tests for bucky-pickle-relay
6+
* Conform to Go best practices for repo layout
7+
* Update vendored packages
8+
9+
-- Jack Neely <jjneely@42lines.net> Wed, 21 Jun 2017 13:24:37 -0400
10+
111
buckytools (0.3.0) unstable; urgency=medium
212

313
* Package 0.3.0 adding Google Snappy compression support

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Source: buckytools
22
Section: main
33
Priority: optional
44
Maintainer: Jack Neely <jjneely@42lines.net>
5-
Build-Depends: debhelper (>= 9.0.0), golang (>= 1.4), dh-golang
5+
Build-Depends: debhelper (>= 9.0.0), golang (>= 1.4), dh-golang, python-all
66
Standards-Version: 3.9.7
77
Homepage: https://github.com/jjneely/buckytools
88
#Vcs-Git: git://git.debian.org/collab-maint/buckytools.git

debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ BUILDDIR := $(shell perl -w -MDebian::Debhelper::Buildsystem::golang -e \
1616
override_dh_auto_configure:
1717
dh_auto_configure -O--buildsystem=golang
1818
# Copy assembly and test fixtures because dh-golang sucks
19-
cp -av vendor $(BUILDDIR)/src/$(DH_GOPKG)/
19+
cp -fa vendor cmd $(BUILDDIR)/src/$(DH_GOPKG)/
2020

2121
override_dh_auto_install:
2222
dh_auto_install

0 commit comments

Comments
 (0)