Skip to content

Commit

Permalink
Update release setup and tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
tcr-ableton committed Aug 12, 2016
1 parent 6909710 commit 80208bf
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
17 changes: 4 additions & 13 deletions .goxc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,8 @@
"TasksExclude": [
"go-test"
],
"Arch": "386 amd64 arm",
"Arch": "amd64 arm",
"Os": "linux darwin",
"BuildConstraints": "linux darwin",
"PackageVersion": "0.3.4",
"ConfigVersion": "0.9",
"TaskSettings": {
"deb": {
"metadata": {
"description": "Networked and encrypted key-value database",
"maintainer": "Theo Crevon (https://github.com/oleiade) <[email protected]>"
}
}
}
}
"PackageVersion": "0.3.5",
"ConfigVersion": "0.9"
}
2 changes: 1 addition & 1 deletion constants.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package trousseau

const TROUSSEAU_VERSION = "0.3.4"
const TROUSSEAU_VERSION = "0.3.5"

const (
DEFAULT_STORE_FILENAME = ".trousseau"
Expand Down
10 changes: 10 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Source: trousseau
Section: security
Priority: extra
Maintainer: Theo Crevon <[email protected]>
Build-Depends: debhelper (>= 9.1.0), golang
Standards-Version: 3.9.4

Package: trousseau
Architecture: any
Description: Networked and encrypted key-value database

0 comments on commit 80208bf

Please sign in to comment.