Commit 9acab92a5a40244819b27fd5d9cb4a6b71fcb575
1 parent
cf457ea2
Exists in
master
and in
29 other branches
debian/control: fix upgrades from squeeze
We need ruby >= 1.9.3 to be already configured (hopefully) before even starting to replace the old noosfero package; before ruby is fully configured, there is no /usr/bin/ruby because of the update-alternatives dance, which only finishes right before dpkg is done configuring ruby.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
debian/control
... | ... | @@ -30,9 +30,9 @@ Vcs-Browser: http://git.colivre.coop.br/?p=noosfero.git |
30 | 30 | |
31 | 31 | Package: noosfero |
32 | 32 | Architecture: all |
33 | +Pre-Depends: ruby (>= 1:1.9.3), | |
33 | 34 | Depends: |
34 | 35 | rails3 (>= 3.2.6-1~), |
35 | - ruby (>= 1:1.9.3), | |
36 | 36 | rake, |
37 | 37 | ruby-dalli, |
38 | 38 | ruby-exception-notification, | ... | ... |