Tim Landscheidt has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/70733


Change subject: Fix dependencies
......................................................................

Fix dependencies

${shlibs:Depends} is only needed for packages providing or requiring
shared libraries (which we don't until the compilation of take.cc is
done by the package), while ${perl:Depends} was missing for the Perl
scripts.

Change-Id: I47f10a73d4edef27f4085eb47f744e76b29a5418
---
M debian/control
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/labs/toollabs 
refs/changes/33/70733/1

diff --git a/debian/control b/debian/control
index 75f3472..ebcc2a9 100644
--- a/debian/control
+++ b/debian/control
@@ -12,13 +12,13 @@
 
 Package: misctools
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}
 Description: Miscellaneous Labs-specific tools
  Miscellaneous Labs-specific Tools used on Tool Labs
 
 Package: jobutils
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, gridengine-client, 
libstring-shellquote-perl
+Depends: ${misc:Depends}, ${perl:Depends}, gridengine-client, 
libstring-shellquote-perl
 Description: Set of utilities to use on wikimedia bots and tools cluster
  This package will install jstart (jsub) and jstop, the Tool Labs (more)
  user-friendly wrappers to submit jobs to the gridengine

-- 
To view, visit https://gerrit.wikimedia.org/r/70733
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I47f10a73d4edef27f4085eb47f744e76b29a5418
Gerrit-PatchSet: 1
Gerrit-Project: labs/toollabs
Gerrit-Branch: master
Gerrit-Owner: Tim Landscheidt <t...@tim-landscheidt.de>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to