Edgewall Software

Changes between Version 23 and Version 24 of TracOnUbuntu


Ignore:
Timestamp:
Jul 25, 2005, 11:54:56 AM (19 years ago)
Author:
Shot <shot@…>
Comment:

solution for Trac 0.8.4 in Ubuntu Hoary

Legend:

Unmodified
Added
Removed
Modified
  • TracOnUbuntu

    v23 v24  
    127127== Problems ==
    128128
    129 Ubuntu universe and Hoary Backports only have Trac 0.8.1 available at this writing. The Edgewall 0.8.4 debian packages specifically require the python2.3-subversion package, which makes installing on Hoary quite painful, as only python2.4-subversion is available without going directly to old debian repos.
     129Ubuntu universe and Hoary Backports only have Trac 0.8 available at this writing. The Edgewall 0.8.4 debian packages specifically require the python2.3-subversion package, which makes installing on Hoary quite painful, as only python2.4-subversion is available without going directly to old debian repos.
    130130:( Are '''2.3''' Python packages really strictly required?
    131131
    132 Current Ubuntu 0.8.1 package does seem to work fine without the neo_cgi problem mentioned above, however.
     132Current Ubuntu 0.8 package does seem to work fine without the neo_cgi problem mentioned above, however.
     133
     134'''Solution:''' {{{trac 0.8.4-1ubuntu1}}} is currently in Ubuntu Breezy. As the dependencies didn’t change and are coverable by the packages in Hoary, one can simply grab the package from [http://archive.ubuntu.com/ubuntu/pool/universe/t/trac/ the archive] and (provided all of the dependencies are fulfilled) simply
     135
     136{{{
     137sudo dpkg -i trac_0.8.4-1ubuntu1_all.deb
     138}}}