Skip to content

Commit

Permalink
Fix typo (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsmh authored and shawn1m committed Nov 8, 2017
1 parent 776502d commit 154f128
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 47 deletions.
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Source: overture
Section: net
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Maintainer: Simon Shi <simonsmh@gmail.com>
Uploaders: Simon Shi <simonsmh@gmail.com>
Build-Depends: debhelper (>= 10),
dh-golang,
Expand Down
2 changes: 1 addition & 1 deletion debian/install
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
debian/config.json usr/share/overture
debian/config.json etc/overture
debian/overture.service lib/systemd/system
42 changes: 0 additions & 42 deletions debian/overture.postinst

This file was deleted.

2 changes: 1 addition & 1 deletion debian/overture.service
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ After=network.target
User=nobody
Group=nogroup
LimitNOFILE=32768
EnvironmentFile=/etc/default/overture
EnvironmentFile=-/etc/default/overture
CapabilityBoundingSet=CAP_NET_BIND_SERVICE
ExecStart=/usr/bin/overture -c ${CONFFILE} ${DAEMON_ARGS}
Restart=always
Expand Down
2 changes: 0 additions & 2 deletions debian/rules
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/usr/bin/make -f

export DH_VERBOSE=1

export DH_GOPKG := github.com/shawn1m/overture

export GOPATH := $(CURDIR)/obj-$(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
Expand Down

0 comments on commit 154f128

Please sign in to comment.