From 3e12f68e48868feaca926803c28e968cbf85aa52 Mon Sep 17 00:00:00 2001 From: Finn Date: Sat, 30 Jan 2021 01:46:41 -0800 Subject: [PATCH] rename package to signaldctl A source package may be published in the future --- debian/changelog | 2 +- debian/control | 4 ++-- debian/rules | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 53a1ea2..6481981 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -signald-go (0.1.0) unstable; urgency=medium +signaldctl (0.1.0) unstable; urgency=medium * Initial release diff --git a/debian/control b/debian/control index 1125612..e765270 100644 --- a/debian/control +++ b/debian/control @@ -1,4 +1,4 @@ -Source: signald-go +Source: signaldctl Section: devel Priority: optional Maintainer: finn @@ -15,7 +15,7 @@ Vcs-Git: https://gitlab.com/signald/signald-go.git XS-Go-Import-Path: gitlab.com/signald/signald-go Testsuite: autopkgtest-pkg-go -Package: signald-go +Package: signaldctl Architecture: any Built-Using: ${misc:Built-Using} Depends: ${misc:Depends}, diff --git a/debian/rules b/debian/rules index 644abc1..8b5c1a7 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,7 @@ #!/usr/bin/make -f +export DH_GOLANG_EXCLUDES := tools/ + override_dh_auto_install: dh_auto_install -- --no-source