Lintian Fixes - dante

Ready changes

Summary

Diff

diff --git a/debian/changelog b/debian/changelog
index a9d1c00..02cb9b7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 dante (1.4.2+dfsg-8) UNRELEASED; urgency=medium
 
+  [ Peter Pentchev ]
   * Declare compliance with Policy 4.5.0 with no changes.
   * Add the year 2020 to my debian/* copyright notice.
   * Bump the debhelper compatibility level to 13:
@@ -8,6 +9,12 @@ dante (1.4.2+dfsg-8) UNRELEASED; urgency=medium
     - use "execute_after" for the "auto_clean" target
     - drop the "dh_missing" override; "--fail-missing" is the default now
 
+  [ Debian Janitor ]
+  * Replace /var/run with /run for the Service PIDFile.
+  * Remove obsolete field Name from debian/upstream/metadata (already present in
+    machine-readable debian/copyright).
+  * Update standards version to 4.5.1, no changes needed.
+
  -- Peter Pentchev <roam@debian.org>  Sun, 29 Mar 2020 02:24:41 +0200
 
 dante (1.4.2+dfsg-7) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 8c5f9f1..bf67464 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Peter Pentchev <roam@debian.org>
 Build-Depends: debhelper-compat (= 13),
  flex, libtool-bin, libpam0g-dev, libwrap0-dev
 Homepage: https://www.inet.no/dante/
-Standards-Version: 4.5.0
+Standards-Version: 4.5.1
 Vcs-Git: https://gitlab.com/dante/pkg-debian-full.git
 Vcs-Browser: https://gitlab.com/dante/pkg-debian-full
 Rules-Requires-Root: no
diff --git a/debian/dante-server.danted.service b/debian/dante-server.danted.service
index 6c2ef8d..007cb6d 100644
--- a/debian/dante-server.danted.service
+++ b/debian/dante-server.danted.service
@@ -8,12 +8,12 @@ Type=simple
 PIDFile=/run/danted.pid
 ExecStart=/usr/sbin/danted
 ExecStartPre=/bin/sh -c ' \
-	uid=`sed -n -e "s/[[:space:]]//g" -e "s/#.*//" -e "/^user\\.privileged/{s/[^:]*://p;q;}" /etc/danted.conf`; \
-	if [ -n "$uid" ]; then \
-		touch /var/run/danted.pid; \
-		chown $uid /var/run/danted.pid; \
-	fi \
-	'
+ uid=`sed -n -e "s/[[:space:]]//g" -e "s/#.*//" -e "/^user\\.privileged/{s/[^:]*://p;q;}" /etc/danted.conf`; \
+ if [ -n "$uid" ]; then \
+ touch /var/run/danted.pid; \
+ chown $uid /var/run/danted.pid; \
+ fi \
+ '
 PrivateTmp=yes
 InaccessibleDirectories=/boot /home /media /mnt /opt /root
 ReadOnlyDirectories=/bin /etc /lib -/lib64 /sbin /usr /var
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
index bf7a918..7a35c6e 100644
--- a/debian/upstream/metadata
+++ b/debian/upstream/metadata
@@ -1,4 +1,3 @@
-Name: dante
 Bug-Submit: https://www.inet.no/dante/doc/faq.html#bugs
 Contact: https://www.inet.no/dante/support.html
 Security-Contact: https://www.inet.no/dante/support.html

Debdiff

File lists identical (after any substitutions)

No differences were encountered between the control files of package dante-client

No differences were encountered between the control files of package dante-server

No differences were encountered between the control files of package dante-server-dbgsym

No differences were encountered between the control files of package libdsocksd0

No differences were encountered between the control files of package libdsocksd0-dbgsym

No differences were encountered between the control files of package libsocksd0

No differences were encountered between the control files of package libsocksd0-dbgsym

No differences were encountered between the control files of package libsocksd0-dev

Run locally

More details

Full run details