mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-15 07:00:52 +00:00
Now hosted at https://github.com/aptly-dev/aptly
This commit is contained in:
Vendored
+1
-1
@@ -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
|
||||
|
||||
Vendored
+1
-1
@@ -1 +1 @@
|
||||
src/github.com/smira/aptly/man/aptly.1
|
||||
src/github.com/aptly-dev/aptly/man/aptly.1
|
||||
|
||||
Vendored
+4
-4
@@ -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
|
||||
|
||||
Vendored
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user