Commit 783dcf1e065d327966dc3a541fb4b75d7b2ac6eb
1 parent
b5ecb6a4
Exists in
master
and in
29 other branches
debian/control: tighten dependencies
This should mitigate upgrade issues from squeeze when upgrading noosfero without upgrading the entire system together.
Showing
1 changed file
with
5 additions
and
0 deletions
Show diff stats
debian/control
... | ... | @@ -61,6 +61,11 @@ Depends: |
61 | 61 | dbconfig-common, |
62 | 62 | adduser, |
63 | 63 | exim4 | mail-transport-agent, |
64 | +# to minimize upgrade issues: | |
65 | + ruby-feedparser (>= 0.7-3~), | |
66 | + ruby-eventmachine (>= 0.12.10-4~), | |
67 | + ruby-rack (>= 1.4.5-2~), | |
68 | + ruby-tzinfo (>= 1.1.0-2~), | |
64 | 69 | ${misc:Depends} |
65 | 70 | Recommends: |
66 | 71 | postgresql, | ... | ... |