Codebase list golang-github-ngaut-go-zookeeper / a1c97c8
Fixed import path in patch. Michael Lustfield 6 years ago
3 changed file(s) with 12 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
0 golang-github-ngaut-go-zookeeper (0.0~git20150813.0.9c3719e-2) unstable; urgency=medium
1
2 * Fixed import path in patch. (Closes: #865804)
3
4 -- Michael Lustfield <michael@lustfield.net> Tue, 25 Jul 2017 22:14:07 -0500
5
06 golang-github-ngaut-go-zookeeper (0.0~git20150813.0.9c3719e-1) unstable; urgency=medium
17
28 * Initial release (Closes: #855993)
0 This package depends on packages that it provides. Without this package already
1 being in the Debian repositories, that makes this unbuildable. To resolve this
2 cyclical logic, this patch makes the tracer package point at a sane location.
0 Upstream is downloading what they forked from to run tests.
1 This fixes that mistake.
32 --- a/tracer/main.go
43 +++ b/tracer/main.go
54 @@ -1,7 +1,7 @@
76
87 import (
98 - "github.com/samuel/go-zookeeper/zk"
10 + "../zk"
9 + "github.com/ngaut/go-zookeeper/zk"
1110 )
1211
1312 func main() {
88 override_dh_auto_install:
99 dh_auto_install
1010 # Example files should not be distributed as binaries.
11 # Note: Running binaries would require:
12 # default-jre-headless
13 # libzookeeper-java
1114 $(RM) -r $(CURDIR)/debian/$(shell dh_listpackages)/usr/bin