diff options
author | Ralph Amissah <ralph@amissah.com> | 2008-01-18 21:02:28 +0000 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2008-01-18 21:02:28 +0000 |
commit | 7194cae2ace6acbed16849cf06df233a8ed14266 (patch) | |
tree | 42a743e32b18b2bee99863e5aa68c5452d61ad57 /debian | |
parent | Merge branch 'upstream' into debian/sid (diff) |
permit to run on ruby 1.9, debian unstable requires it (debian/control)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 468ffab7..69c0a7e5 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Standards-Version: 3.7.3 Package: sisu Architecture: all -Depends: ruby (>= 1.8.2), ruby (<< 1.9), libwebrick-ruby, rsync, unzip, zip +Depends: ruby (>= 1.8.2), libwebrick-ruby, rsync, unzip, zip Conflicts: vim-sisu, sisu-vim, sisu-remote, sisu-doc Replaces: vim-sisu, sisu-vim, sisu-doc Recommends: sisu-pdf, sisu-sqlite, sisu-postgresql, hyperestraier, keychain, librmagick-ruby, librexml-ruby, openssl, openssh-client | lsh-client, tidy, vim-addon-manager @@ -50,7 +50,7 @@ Description: documents - structuring, publishing in multiple formats and search Package: sisu-complete Architecture: all -Depends: ruby (>= 1.8.2), ruby (<< 1.9), sisu, sisu-pdf, sisu-postgresql, sisu-sqlite +Depends: ruby (>= 1.8.2), sisu, sisu-pdf, sisu-postgresql, sisu-sqlite Recommends: hyperestraier Homepage: http://www.jus.uio.no/sisu Description: installs all SiSU related packages |