Commit c98513a1eda4877e3a9141c6ccb5390600208465
1 parent
c9c4d419
Exists in
master
and in
29 other branches
Revert "debian/control: fix upgrades from squeeze"
This reverts commit 9acab92a5a40244819b27fd5d9cb4a6b71fcb575, which does not fix anything. On the contrary, it makes the situation a lot worse.
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,9 +30,9 @@ 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: ruby (>= 1:1.9.3), | ||
34 | Depends: | 33 | Depends: |
35 | rails3 (>= 3.2.6-1~), | 34 | rails3 (>= 3.2.6-1~), |
35 | + ruby (>= 1:1.9.3), | ||
36 | rake, | 36 | rake, |
37 | ruby-dalli, | 37 | ruby-dalli, |
38 | ruby-exception-notification, | 38 | ruby-exception-notification, |