Package: python-cliapp Version: 1.20150829-1 Severity: normal Tags: patch Hi,
Seems to suggest "libjs-query" but this should probably be "libjs-jquery". Single line diff is attached. Thanks, Iain. -- System Information: Debian Release: stretch/sid APT prefers testing APT policy: (900, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 4.2.0-1-amd64 (SMP w/4 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages python-cliapp depends on: ii python 2.7.9-1 python-cliapp recommends no packages. Versions of packages python-cliapp suggests: pn libjs-query <none> ii libjs-underscore 1.7.0~dfsg-1 -- no debconf information
diff --git a/debian/control b/debian/control index 9c3fe2e..b3bd9b9 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ X-Python-Version: >= 2.6 Package: python-cliapp Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.6) -Suggests: libjs-query, libjs-underscore +Suggests: libjs-jquery, libjs-underscore Description: Python framework for Unix command line programs cliapp makes it easier to write typical Unix command line programs, by taking care of the common tasks they need to do, such as