Skip to content

Commit 80208bf

Browse files
committed
Update release setup and tooling
1 parent 6909710 commit 80208bf

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

.goxc.json

+4-13
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,8 @@
22
"TasksExclude": [
33
"go-test"
44
],
5-
"Arch": "386 amd64 arm",
5+
"Arch": "amd64 arm",
66
"Os": "linux darwin",
7-
"BuildConstraints": "linux darwin",
8-
"PackageVersion": "0.3.4",
9-
"ConfigVersion": "0.9",
10-
"TaskSettings": {
11-
"deb": {
12-
"metadata": {
13-
"description": "Networked and encrypted key-value database",
14-
"maintainer": "Theo Crevon (https://github.com/oleiade) <[email protected]>"
15-
}
16-
}
17-
}
18-
}
7+
"PackageVersion": "0.3.5",
8+
"ConfigVersion": "0.9"
9+
}

constants.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package trousseau
22

3-
const TROUSSEAU_VERSION = "0.3.4"
3+
const TROUSSEAU_VERSION = "0.3.5"
44

55
const (
66
DEFAULT_STORE_FILENAME = ".trousseau"

debian/control

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Source: trousseau
2+
Section: security
3+
Priority: extra
4+
Maintainer: Theo Crevon <[email protected]>
5+
Build-Depends: debhelper (>= 9.1.0), golang
6+
Standards-Version: 3.9.4
7+
8+
Package: trousseau
9+
Architecture: any
10+
Description: Networked and encrypted key-value database

0 commit comments

Comments
 (0)