This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from 1d01f6d debian/control.in: add build-dependency upon libencode-locale-perl, needed for our preprocessor Perl script. new 7c91b92 debian/control.in: add build-dependency upon m4, needed by our preprocessing shell script. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 1 + debian/control.in | 1 + 2 files changed, 2 insertions(+) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit 7c91b92f92394f866e67731933d721f5a4875ffb Author: Mihai Moldovan <ionic@ionic.de> Date: Wed May 12 21:07:13 2021 +0200 debian/control.in: add build-dependency upon m4, needed by our preprocessing shell script. --- debian/changelog | 1 + debian/control.in | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 6c4ce35..682bf1e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -51,6 +51,7 @@ x2goclient (4.1.2.3-0x2go1) UNRELEASED; urgency=medium dependency of essential or base packages, but make sure we have it. + Add build-dependency upon libencode-locale-perl, needed for our preprocessor Perl script. + + Add build-dependency upon m4, needed by our preprocessing shell script. * debian/copyright: + Switch Upstream-Contact to myself. Pulled from Mike's changes. + Add new license "GPL-2+~OpenSSL" for the modified GPL 2+ license diff --git a/debian/control.in b/debian/control.in index ac0dcde..c7e8eaf 100644 --- a/debian/control.in +++ b/debian/control.in @@ -25,6 +25,7 @@ Build-Depends: pkg-config, lsb-release, libencode-locale-perl, + m4, Standards-Version: 3.9.5 Homepage: https://code.x2go.org/releases/source/x2goclient Vcs-Git: git://code.x2go.org/x2goclient.git -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git