[Python-modules-commits] [parsedatetime] 03/04: Remove superfluous ${shlibs:Depends}

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Mon Jul 17 13:08:17 UTC 2017


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository parsedatetime.

commit 3e6897db52ae3ff5386e0192a650bd3a254cb898
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Mon Jul 17 14:00:48 2017 +0100

    Remove superfluous ${shlibs:Depends}
---
 debian/control | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index ed60ab4..89507aa 100644
--- a/debian/control
+++ b/debian/control
@@ -22,8 +22,7 @@ Homepage: https://pypi.python.org/pypi/parsedatetime/
 Package: python-parsedatetime
 Architecture: all
 Depends: ${misc:Depends},
-         ${python:Depends},
-         ${shlibs:Depends}
+         ${python:Depends}
 Recommends: python-pyicu
 Description: Python module to parse human-readable date/time expressions
  parsedatetime is able to parse, for example, the following:
@@ -52,8 +51,7 @@ Description: Python module to parse human-readable date/time expressions
 Package: python3-parsedatetime
 Architecture: all
 Depends: ${misc:Depends},
-         ${python3:Depends},
-         ${shlibs:Depends}
+         ${python3:Depends}
 Recommends: python-pyicu
 Description: Python 3 module to parse human-readable date/time expressions
  parsedatetime is able to parse, for example, the following:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/parsedatetime.git



More information about the Python-modules-commits mailing list