diff options
author | Didier Raboud <odyx@debian.org> | 2011-02-09 16:03:12 +0100 |
---|---|---|
committer | Didier Raboud <odyx@debian.org> | 2011-02-09 16:03:12 +0100 |
commit | baf46403ac84f7c844f4da28b58709574f79bc32 (patch) | |
tree | 2d9b598f1f26358bd4f0dba6badf7c45794c3639 | |
parent | 94bf906d6aaf5de8b1b69b3900d014daa317edde (diff) |
Explicitly depend on bash (Closes: #600179)
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 3e2315d..baeef84 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Standards-Version: 3.9.1.0 Package: foomatic-filters Architecture: any Pre-Depends: bash (>= 2.05) -Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends}, ucf (>= 0.30) +Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends}, ucf (>= 0.30), bash Recommends: cups-client | lpr | lprng | rlpr, ghostscript, |