mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-16 07:10:54 +00:00
Merge remote-tracking branch 'salsa/dh-golang' into debian/master
This commit is contained in:
Vendored
+6
-24
@@ -4,30 +4,12 @@
|
||||
# Uncomment this to turn on verbose mode.
|
||||
#export DH_VERBOSE=1
|
||||
|
||||
# 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/aptly-dev/aptly
|
||||
|
||||
# our path
|
||||
SOURCE_DIR := $(CURDIR)
|
||||
DEST_DIR := $(CURDIR)/debian/aptly
|
||||
|
||||
%:
|
||||
dh $@ --sourcedirectory=$(SOURCE_DIR)
|
||||
|
||||
override_dh_auto_test:
|
||||
# nothing for now
|
||||
|
||||
override_dh_auto_clean:
|
||||
rm -fr $(DEST_DIR)
|
||||
|
||||
override_dh_auto_build:
|
||||
# tests are failing for now and the pacakge vendors many libraries
|
||||
|
||||
override_dh_auto_install:
|
||||
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
|
||||
mv $(CURDIR)/main $(DEST_DIR)/usr/bin/aptly
|
||||
dh_auto_install -- --no-source
|
||||
|
||||
%:
|
||||
dh $@ --buildsystem=golang --with=golang,bash-completion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user