[pkg-remote-commits] [xrdp] 01/03: Do not ship initial cert.key generated during build.
Dominik George
natureshadow-guest at moszumanska.debian.org
Sun Jan 1 11:41:58 UTC 2017
This is an automated email from the git hooks/post-receive script.
natureshadow-guest pushed a commit to branch master
in repository xrdp.
commit 7dd113bd18f90669b0124f54b7a6007c1ca842b7
Author: Dominik George <nik at naturalnet.de>
Date: Sun Jan 1 11:58:47 2017 +0100
Do not ship initial cert.key generated during build.
---
debian/changelog | 7 +++++++
debian/rules | 2 ++
2 files changed, 9 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 956458a..7708590 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+xrdp (0.9.1-2) unstable; urgency=medium
+
+ * Do not ship initial cert.key generated during build.
+ + Makes build reproducible.
+
+ -- Dominik George <nik at naturalnet.de> Sun, 01 Jan 2017 11:58:02 +0100
+
xrdp (0.9.1-1) unstable; urgency=medium
[ Dominik George ]
diff --git a/debian/rules b/debian/rules
index 9007e01..33eb9f9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -62,6 +62,8 @@ override_dh_auto_install:
rm -f debian/xrdp/etc/xrdp/startwm.sh
rm -f debian/xrdp/etc/xrdp/rsakeys.ini
rm -f debian/xrdp/usr/bin/rfxcodectest
+ rm -f debian/xrdp/etc/xrdp/cert.pem
+ rm -f debian/xrdp/etc/xrdp/key.pem
# Policy
find debian/xrdp/ -name \*.la -print0 | xargs -0 rm -f --
find debian/xrdp/usr/lib/ -name \*.a -print0 | \
--
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