Leonel Nunez dijo [Wed, Jan 06, 2010 at 07:52:31AM -0700]:
> Debian Lenny and Ubuntu are stable distros and only changes  when there
> are security or critical updates, so no new cherokee will be on Debian
> Lenny or any Ubuntu Release, that's why we use launchpad PPA.
> 
> We can maintain a lenny backport for cherokee but we need to work on it.

Cherokee does not have deep dependencies, so apt-pinning might be
enough for you. I'll explain in short, ask me to ellaborate if you
feel it is needed.

The «apt» suite can handle more than one set of packages with
different priorities. If you want to get the latest Cherokee off
unstable, you can make your /etc/apt/sources.list be:

/------------------------------------------------------------
| deb http://ftp.mx.debian.org/debian/ lenny main 
| deb-src http://ftp.mx.debian.org/debian/ lenny main 
| 
| deb http://ftp.mx.debian.org/debian/ sid main 
| deb-src http://ftp.mx.debian.org/debian/ sid main 
\------------------------------------------------------------

And set your preferences to lenny in /etc/apt/preferences:

/------------------------------------------------------------
| Package: *
| Pin: release a=stable
| Pin-priority: 900
| 
| Package: * 
| Pin: release a=unstable
| Pin-priority: 200
\------------------------------------------------------------

Just make the pin-priority lower. Then, «aptitude update» to get the
full lists, and install Cherokee from unstable:

# aptitude -t unstable install cherokee

In my case, that pulls newer versions of libssl-dev, libssl0.9.8 and
mysql-common to fulfill dependencies. Of course, this _might_ break
other packages depending on those specific versions, but it is not
very likely.

As a side note, I suggest you to use testing («squeeze») instead of
unstable. It will result in new packages appearing usually ten days
later, but at least it will save your systems from me uploading
something b0rken (which _has_ happened).

Greetings,

-- 
Gunnar Wolf • [email protected] • (+52-55)5623-0154 / 1451-2244

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Cherokee mailing list
[email protected]
http://lists.octality.com/listinfo/cherokee

Reply via email to