aboutsummaryrefslogtreecommitdiffstats
path: root/build/deb.rules
diff options
context:
space:
mode:
authorAnton Evangelatov <anton.evangelatov@gmail.com>2018-07-30 16:56:40 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-07-30 16:56:40 +0800
commita5d5609e3810fd161e55950eb44d8314e3f1e169 (patch)
tree1b387f33124da896bd19430dc1dfda882abd101f /build/deb.rules
parent93c0f1715d1ce6e590811a659d20f0e80277ba6a (diff)
downloadgo-tangerine-a5d5609e3810fd161e55950eb44d8314e3f1e169.tar
go-tangerine-a5d5609e3810fd161e55950eb44d8314e3f1e169.tar.gz
go-tangerine-a5d5609e3810fd161e55950eb44d8314e3f1e169.tar.bz2
go-tangerine-a5d5609e3810fd161e55950eb44d8314e3f1e169.tar.lz
go-tangerine-a5d5609e3810fd161e55950eb44d8314e3f1e169.tar.xz
go-tangerine-a5d5609e3810fd161e55950eb44d8314e3f1e169.tar.zst
go-tangerine-a5d5609e3810fd161e55950eb44d8314e3f1e169.zip
build: rename swarm deb package to ethereum-swarm; change swarm deb version from 1.8.x to 0.3.x (#16988)
* build: add support for different package and binary names * build: bump up copyright date * build: change default PackageName to empty string * build, internal, swarm: enhance build/release process * build: hack ethereum-swarm as a "depends" in deb package * build/ci: remove redundant variables * build, cmd, mobile, params, swarm: remove VERSION file; rename Version to VersionMeta; * internal: remove VERSION() method which reads VERSION file * build: fix VersionFilePath to Version * Makefile: remove clean_go_build_cache.sh until it works * Makefile: revert removal of clean_go_build_cache.sh
Diffstat (limited to 'build/deb.rules')
-rw-r--r--build/deb.rules13
1 files changed, 0 insertions, 13 deletions
diff --git a/build/deb.rules b/build/deb.rules
deleted file mode 100644
index 7f286569e..000000000
--- a/build/deb.rules
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/usr/bin/make -f
-# -*- makefile -*-
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-override_dh_auto_build:
- build/env.sh /usr/lib/go-1.10/bin/go run build/ci.go install -git-commit={{.Env.Commit}} -git-branch={{.Env.Branch}} -git-tag={{.Env.Tag}} -buildnum={{.Env.Buildnum}} -pull-request={{.Env.IsPullRequest}}
-
-override_dh_auto_test:
-
-%:
- dh $@