On 4/1/07, Mikko Partio <dun@haisuli.net> wrote:
> > Subject says it all. Doing a source compile under Debian or
> > Debian-like condition is not an option for the end user. They need
> > an apt-get (the ubuntu equivalent to rpm AFAICT) version.
> >
> > Unfortunately, the latest I can find is 8.1.8
> > Where's 8.2.3?
>
> >
>
> What ubuntu version do you have? I believe that 8.2.3 is at the
> repositories for edgy and feisty. Or download the .debs from
> https://launchpad.net/ubuntu/+source/postgresql-8.2
>
> Regards
>
> MP
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo@postgresql.org so that your
> message can get through to the mailing list cleanly
>
and once you downloaded the packages do a :
apt-get build-deps postgresql-8.1
then
dpkg-source -x postgresql-8.2_8.2.3-2.dsc
cd postgresql-8.2-8.2.3
edit debian/control and put the dapper's version for debhelper and cdbs
dpkg-buildpackage -us -nc
you may ignore the version dependency for debhelper and cdbs or edit the
debian/control file to use the dapper version for those packages
then
add this to your /etc/apt/sources.list
deb-src http://archive.ubuntu.com/ubuntu/ feisty main universe
then
apt-get source tzdata
cd tzdata-2007b
dpkg-buildpackage -rfakeroot
cd ..
dpkg -i tzdata_2007b0ubuntu1_all.deb
and now install postgresql 8.2.3
--
Leonel