This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch bugfix/osx in repository x2goclient. commit e9426b7b2485ac9326efc55075d8dea6a8bbef16 Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Jan 13 18:08:54 2016 +0100 debian/control: Change apache2-dev build dependency yet again to apache2-dev | apache2-threaded-dev. Turns out all Debian distros but wheezy (currently oldstable) have an apache2-dev package. Even oldoldstable (squeeze) does... --- debian/changelog | 4 ++++ debian/control | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c63a51f..7cee1e5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -23,6 +23,10 @@ x2goclient (4.0.5.1-0x2go1) UNRELEASED; urgency=low theoretically available. The initial reasoning for this dependency type, apache2-dev not being available on all Ubuntu/Debian platforms, is not true anymore. + - Change apache2-dev build dependency yet again to apache2-dev | + apache2-threaded-dev. Turns out all Debian distros but wheezy (currently + oldstable) have an apache2-dev package. Even oldoldstable (squeeze) + does... [ Oleksandr Shneyder ] * New upstream release (4.0.5.1): diff --git a/debian/control b/debian/control index 8104403..10fc425 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Build-Depends: libx11-dev, libxpm-dev, man2html-base | man2html, - apache2-dev, + apache2-dev | apache2-threaded-dev, Standards-Version: 3.9.5 Homepage: http://code.x2go.org/releases/source/x2goclient Vcs-Git: git://code.x2go.org/x2goclient.git -- Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git