This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2godesktopsharing. commit 1e7e2a61c503ff22acd948eaa3b553fd57281fe6 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Nov 11 19:52:52 2018 +0100 debian/control: Use https:// URLs in Vcs-Browser: and Homepage: fields. --- debian/changelog | 1 + debian/control | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0aeaf79..96643d3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -22,6 +22,7 @@ x2godesktopsharing (3.1.1.5-0x2go1) UNRELEASED; urgency=medium + Convert to DH packaging style. Build against Qt5. * debian/control: + Bump Standards-Version: to 4.2.1. No changes needed. + + Use https:// URLs in Vcs-Browser: and Homepage: fields. * debian/rules: + Add dh_clean override, so that the build dir gets tidied up properly after build (this really needs to go into the qmake diff --git a/debian/control b/debian/control index f4a3e6e..c36d497 100644 --- a/debian/control +++ b/debian/control @@ -12,9 +12,9 @@ Build-Depends: qttools5-dev-tools, libqt5svg5-dev, Standards-Version: 4.2.1 -Homepage: http://code.x2go.org/releases/source/x2godesktopsharing +Homepage: https://code.x2go.org/releases/source/x2godesktopsharing Vcs-Git: git://code.x2go.org/x2godesktopsharing.git -Vcs-Browser: http://code.x2go.org/gitweb?p=x2godesktopsharing.git;a=summary +Vcs-Browser: https://code.x2go.org/gitweb?p=x2godesktopsharing.git;a=summary Package: x2godesktopsharing Architecture: any -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2godesktopsharing.git