[X2Go-Commits] [cups-x2go] 01/01: debian/control: do not depend on perl-modules directly.

git-admin at x2go.org git-admin at x2go.org
Mon Jun 15 15:29:13 CEST 2015


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 at 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


More information about the x2go-commits mailing list