Codebase list aptly / ba8c42d
Now hosted at https://github.com/aptly-dev/aptly Sébastien Delafond 5 years ago
4 changed file(s) with 7 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
66 Homepage: http://www.aptly.info
77 Vcs-Git: https://salsa.debian.org/debian/aptly
88 Vcs-Browser: https://salsa.debian.org/debian/aptly
9 XS-Go-Import-Path: github.com/smira/aptly
9 XS-Go-Import-Path: github.com/aptly-dev/aptly
1010
1111 Package: aptly
1212 Architecture: any
0 src/github.com/smira/aptly/man/aptly.1
0 src/github.com/aptly-dev/aptly/man/aptly.1
55
66 # DH_GOPKG is the upstream path which you would normally “go get”.
77 # Using it allows us to build applications without patching locations.
8 export DH_GOPKG := github.com/smira/aptly
8 export DH_GOPKG := github.com/aptly-dev/aptly
99
1010 # our path
1111 SOURCE_DIR := $(CURDIR)
2323 override_dh_auto_build:
2424
2525 override_dh_auto_install:
26 mkdir -p $(CURDIR)/src/github.com/smira/
27 ln -sf ../../../ $(CURDIR)/src/github.com/smira/aptly
28 ls -l $(CURDIR)/src/github.com/smira/aptly/
26 mkdir -p $(CURDIR)/src/github.com/aptly-dev
27 ln -sf ../../../ $(CURDIR)/src/github.com/aptly-dev/aptly
28 ls -l $(CURDIR)/src/github.com/aptly-dev/aptly/
2929 GOBIN=$(CURDIR) GOPATH=$(CURDIR):$(SOURCE_DIR)/vendor go install -v $(SOURCE_DIR)/main.go
3030 dh_bash-completion
3131 mkdir -p $(DEST_DIR)/usr/bin
00 version=3
1 https://github.com/smira/aptly/tags .*/v(\d[\d\.]*)\.tar\.gz debian uupdate
1 https://github.com/smira/aptly-dev/tags .*/v(\d[\d\.]*)\.tar\.gz debian uupdate