-
Notifications
You must be signed in to change notification settings - Fork 9
Augeas on Debian
Augeas is part of debian since "lenny" (which will probably ship with version 0.2.2). It is part also part of Ubuntu since "intrepid" (which comes with 0.3.0).
The debian maintainers usually upload new packages to debian "unstable" quite soon after new versions of augeas get published.
As augeas doesn't depend on loads of other libraries, it is quite straightforward to backport recent augeas versions to lenny, intrepid, as well as older debian & derivatives. This is how to do that:
First install the tools needed to build augeas & deb packages:
sudo apt-get install devscripts debhelper autotools-dev libreadline5-dev chrpath quilt fakeroot
Then go to http://packages.debian.org/augeas or http://ftp.debian.org/debian/pool/main/a/augeas/ and choose the version you want to install. Locate the file with .dsc extension, copy its URL and do the equivalent of this:
dget -u http://ftp.debian.org/debian/pool/main/a/augeas/augeas_0.3.4-1.dsc cd augeas-0.3.4/ dpkg-buildpackage -rfakeroot
Perl, Python and Ruby bindings are already of Debian. You can currently only find them in Debian squeeze (testing) and sid (unstable). They can easily be backported following the same method.