summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIain R. Learmonth <irl@debian.org>2015-11-06 19:12:10 +0000
committerLars Wirzenius <liw@liw.fi>2015-12-20 15:52:43 +0100
commit91577ab602b21d333dae53b294dd913400059340 (patch)
tree86990067bdebad6eaa471cab414e65c9866acb7b
parent1b35be3171ae7f806fe50bda722cc19b8cf4ef21 (diff)
downloadcliapp-91577ab602b21d333dae53b294dd913400059340.tar.gz
Bug#804268: python-cliapp: package suggests non-existing package
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
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
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