Package: qcomicbook
Version: 0.4.0-1
Severity: important
Tags: patch
The Recommends line currently has "zip | unzip". But I really think it should
be "zip, unzip". Both programs are usable and useful to qcomicbook. If you
have zip, you still would want unzip.
Same deal with the Suggests for "rar | unrar".
Trivial patch attached.
-- System Information:
Debian Release: squeeze/sid
APT prefers karmic-updates
APT policy: (500, 'karmic-updates'), (500, 'karmic-security'), (500, 'karmic')
Architecture: i386 (i686)
Kernel: Linux 2.6.30-7-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u qcomicbook-0.4.0/debian/control qcomicbook-0.4.0/debian/control
--- qcomicbook-0.4.0/debian/control
+++ qcomicbook-0.4.0/debian/control
@@ -9,8 +9,8 @@
Package: qcomicbook
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
-Recommends: unrar-free, zip | unzip, unace, bzip2 | pbzip2
-Suggests: rar | unrar
+Recommends: unrar-free, zip, unzip, unace, bzip2 | pbzip2
+Suggests: rar, unrar
Description: qt viewer for comic book archives (cbr/cbz/cba/cbg/cbb)
QComicBook is a viewer for comic book archives containing
jpeg/png images, which aims at convenience and simplicity.