[pkg-remote-commits] [xrdp] 02/03: Fix lintian issues.
Dominik George
natureshadow-guest at moszumanska.debian.org
Fri Feb 16 15:54:05 UTC 2018
This is an automated email from the git hooks/post-receive script.
natureshadow-guest pushed a commit to branch master
in repository xrdp.
commit 7273a289a23949e660b50dd1ccc8430a6c9571d0
Author: Dominik George <nik at naturalnet.de>
Date: Fri Feb 16 16:44:56 2018 +0100
Fix lintian issues.
---
debian/changelog | 6 +++++-
debian/copyright | 2 +-
debian/rules | 4 ++--
debian/source.lintian-overrides | 2 --
debian/source/lintian-overrides | 2 ++
5 files changed, 10 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 23427d5..86c8a91 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,12 @@ xrdp (0.9.5-2) unstable; urgency=medium
* Enable vsock.
+ Requested by Craig White and Justin Terry from Microsoft.
+ * Fix lintian issues.
+ + Use HTTPS copyright format URL.
+ + Move source{.,/}lintian-overrides.
+ + Replace dh_systemd_start with dh_installsystemd call.
- -- Dominik George <nik at naturalnet.de> Fri, 16 Feb 2018 15:10:42 +0100
+ -- Dominik George <nik at naturalnet.de> Fri, 16 Feb 2018 16:42:50 +0100
xrdp (0.9.5-1) unstable; urgency=medium
diff --git a/debian/copyright b/debian/copyright
index 8b052ee..dd6aca0 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: xrdp
Upstream-Contact: Jay Sorg <jay.sorg at gmail.com>
Source: https://github.com/neutrinolabs/xrdp
diff --git a/debian/rules b/debian/rules
index a5e6f42..01eaaa4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -99,8 +99,8 @@ override_dh_installchangelogs:
override_dh_installinit:
dh_installinit --no-restart-on-upgrade
-override_dh_systemd_start:
- dh_systemd_start --no-restart-on-upgrade
+override_dh_installsystemd:
+ dh_installsystemd --no-restart-on-upgrade
override_dh_shlibdeps:
# That's a plugin, use appropriate warning level:
diff --git a/debian/source.lintian-overrides b/debian/source.lintian-overrides
deleted file mode 100644
index df821d8..0000000
--- a/debian/source.lintian-overrides
+++ /dev/null
@@ -1,2 +0,0 @@
-# nothing to watch for, for now
-xrdp source: debian-watch-may-check-gpg-signature
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
new file mode 100644
index 0000000..8d3cab2
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1,2 @@
+# nothing to watch for, for now
+xrdp source: debian-watch-does-not-check-gpg-signature
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-remote/xrdp.git
More information about the pkg-remote-commits
mailing list