Lintian Fixes - golang-github-coredhcp-coredhcp

Ready changes

Summary

Diff

diff --git a/debian/control b/debian/control
index e052bf9..7d07050 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,7 @@ Build-Depends:
  golang-github-stretchr-testify-dev,
  golang-github-vishvananda-netns-dev,
  golang-golang-x-net-dev,
-Standards-Version: 4.6.0
+Standards-Version: 4.6.2
 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-coredhcp-coredhcp
 Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-coredhcp-coredhcp.git
 Homepage: https://github.com/coredhcp/coredhcp
@@ -35,6 +35,7 @@ Depends:
  ${misc:Depends},
  ${shlibs:Depends},
 Static-Built-Using: ${misc:Static-Built-Using},
+Built-Using: ${misc:Built-Using}
 Description: multithreaded, modular and extensible DHCP server - client
  Coredhcp is a fast, multithreaded, modular and extensible DHCP server written
  in Go. In CoreDHCP almost everything is implemented as a plugin. Every request
@@ -49,6 +50,7 @@ Depends:
  ${misc:Depends},
  ${shlibs:Depends},
 Static-Built-Using: ${misc:Static-Built-Using},
+Built-Using: ${misc:Built-Using}
 Description: multithreaded, modular and extensible DHCP server - server
  Coredhcp is a fast, multithreaded, modular and extensible DHCP server written
  in Go. In CoreDHCP almost everything is implemented as a plugin. Every request
diff --git a/debian/copyright b/debian/copyright
index d54d34c..6e0bc53 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,5 +1,6 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: https://github.com/coredhcp/coredhcp
+Upstream-Name: github.com/coredhcp/coredhcp
 
 Files: *
 Copyright: (c) 2018, the CoreDHCP Authors
diff --git a/debian/coredhcp-server.service b/debian/coredhcp-server.service
index 6edd26d..0467de9 100644
--- a/debian/coredhcp-server.service
+++ b/debian/coredhcp-server.service
@@ -7,7 +7,7 @@ Type=simple
 StandardOutput=journal
 StandardError=journal
 ExecStart=/usr/bin/coredhcp
-PIDFile=/var/run/coredhcp.pid
+PIDFile=/run/coredhcp.pid
 
 [Install]
 WantedBy=multi-user.target
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..9d517b8
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,3 @@
+---
+Bug-Database: https://github.com/coredhcp/coredhcp/issues
+Repository-Browse: https://github.com/coredhcp/coredhcp

Run locally

More details

Full run details