Fix DH_GOPKG typo
ChangZhuo Chen (陳昌倬)
9 years ago
| 0 | 0 |
#!/usr/bin/make -f
|
| 1 | 1 |
#export DH_VERBOSE = 1
|
| 2 | 2 |
|
| 3 | |
export DH_GOPKG := github.com/svent/go-nbreaders
|
|
3 |
export DH_GOPKG := github.com/svent/go-nbreader
|
| 4 | 4 |
|
| 5 | 5 |
%:
|
| 6 | 6 |
dh $@ --buildsystem=golang --with=golang
|