diff --git a/debian/control b/debian/control index 9824c84c..f44442ac 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Standards-Version: 4.1.1 Homepage: http://www.aptly.info Vcs-Git: https://salsa.debian.org/debian/aptly Vcs-Browser: https://salsa.debian.org/debian/aptly -XS-Go-Import-Path: github.com/smira/aptly +XS-Go-Import-Path: github.com/aptly-dev/aptly Package: aptly Architecture: any diff --git a/debian/manpages b/debian/manpages index c245ea83..6bde59c3 100644 --- a/debian/manpages +++ b/debian/manpages @@ -1 +1 @@ -src/github.com/smira/aptly/man/aptly.1 +src/github.com/aptly-dev/aptly/man/aptly.1 diff --git a/debian/rules b/debian/rules index 1b6f7fd3..50a8dc60 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ # DH_GOPKG is the upstream path which you would normally “go get”. # Using it allows us to build applications without patching locations. -export DH_GOPKG := github.com/smira/aptly +export DH_GOPKG := github.com/aptly-dev/aptly # our path SOURCE_DIR := $(CURDIR) @@ -24,9 +24,9 @@ override_dh_auto_clean: override_dh_auto_build: override_dh_auto_install: - mkdir -p $(CURDIR)/src/github.com/smira/ - ln -sf ../../../ $(CURDIR)/src/github.com/smira/aptly - ls -l $(CURDIR)/src/github.com/smira/aptly/ + mkdir -p $(CURDIR)/src/github.com/aptly-dev + ln -sf ../../../ $(CURDIR)/src/github.com/aptly-dev/aptly + ls -l $(CURDIR)/src/github.com/aptly-dev/aptly/ GOBIN=$(CURDIR) GOPATH=$(CURDIR):$(SOURCE_DIR)/vendor go install -v $(SOURCE_DIR)/main.go dh_bash-completion mkdir -p $(DEST_DIR)/usr/bin diff --git a/debian/watch b/debian/watch index 311f1c3c..a3212f8a 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -https://github.com/smira/aptly/tags .*/v(\d[\d\.]*)\.tar\.gz debian uupdate +https://github.com/smira/aptly-dev/tags .*/v(\d[\d\.]*)\.tar\.gz debian uupdate