This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository cups-x2go. from 49d2041 cups-x2go.spec: add proper dependencies on perl and File::Temp module. new edf1f24 debian/control: do not depend on perl-modules directly. 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 | 2 ++ debian/control | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) -- Alioth's /srv/git/code.x2go.org/cups-x2go.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/cups-x2go.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository cups-x2go. commit edf1f2466afe51b664e793be3b5ee8192db935c8 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Jun 15 15:12:11 2015 +0200 debian/control: do not depend on perl-modules directly. ${perl:Depends} is already doing that implicitly. It depends on perl, which depends on perl-modules. --- debian/changelog | 2 ++ debian/control | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 45d27a5..6409c59 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,8 @@ cups-x2go (3.0.1.3-0x2go1) UNRELEASED; urgency=low * debian/control: - Add dependencies on perl-modules for core modules and ${perl:Depends} for perl itself. + - Do not depend on perl-modules directly. ${perl:Depends} is already doing + that implicitly. It depends on perl, which depends on perl-modules. * cups-x2go.spec: - Add proper dependencies on perl and File::Temp module. Hopefully pulls in perl-base with the core modules or the like... diff --git a/debian/control b/debian/control index 93085fc..ff216c3 100644 --- a/debian/control +++ b/debian/control @@ -17,7 +17,6 @@ Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, - perl-modules, ghostscript, cups-client, cups -- Alioth's /srv/git/code.x2go.org/cups-x2go.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/cups-x2go.git