~m-grant-prg/mget/buster

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Mark Grant
  • Date: 2018-02-24 14:44:11 UTC
  • Revision ID: m.grant.prg@gmail.com-20180224144411-b7c1j0u3msn7yqne
Remove unnecessary Depends ${shlibs:Depends} in control file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
Package: mget
13
13
Architecture: any
14
14
Depends: bash (>= 4.3), wget(>=1.16.1), wutconv(>=1.0), util-linux(>=2.25.2),
15
 
        ${shlibs:Depends}, ${misc:Depends}
 
15
        ${misc:Depends}
16
16
Description: Multi-file download.
17
17
 Downloads multiple files specified in a source file to a target directory
18
18
 with optional unix / windows line ending conversion.