Commit 13cfe013b7bf0b37a669e6067884109727525791
1 parent
c98513a1
Exists in
master
and in
29 other branches
debian/control: Pre-Depend on the latest ruby1.8
This will force the latest ruby1.8 (which provides an alternative entry for /usr/bin/ruby) to be configured before Noosfero is stopped. This is hopefully the final touch to have clean upgrades from squeeze+noosfero-0.47 to wheezy+noosfero-1.0, at least with regards to proper package management.
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
debian/control
@@ -30,6 +30,7 @@ Vcs-Browser: http://git.colivre.coop.br/?p=noosfero.git | @@ -30,6 +30,7 @@ Vcs-Browser: http://git.colivre.coop.br/?p=noosfero.git | ||
30 | 30 | ||
31 | Package: noosfero | 31 | Package: noosfero |
32 | Architecture: all | 32 | Architecture: all |
33 | +Pre-Depends: ruby1.8 (>= 1.8.7.358) | ||
33 | Depends: | 34 | Depends: |
34 | rails3 (>= 3.2.6-1~), | 35 | rails3 (>= 3.2.6-1~), |
35 | ruby (>= 1:1.9.3), | 36 | ruby (>= 1:1.9.3), |