This commit is contained in:
Sébastien Delafond
2018-06-21 16:06:35 +02:00
parent 09ad0121c6
commit ba8c42d70b
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -1 +1 @@
src/github.com/smira/aptly/man/aptly.1
src/github.com/aptly-dev/aptly/man/aptly.1
+4 -4
View File
@@ -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
+1 -1
View File
@@ -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