Re: [DebianGIS-dev] Help with postgis and backport to lenny using pbuilder

2010-05-24 Thread Stephen Woodbridge
Alan, Thanks! I can confirm that your suggest does resolve the problem. I was able to build and install postgresql-8.3-postgis_1.5.1-1_amd64.deb on my system and run the upgrade 1.3 to 1.5 script and a cursory check looks like the new software is working. Thanks so much for your help and sug

Re: [DebianGIS-dev] Help with postgis and backport to lenny using pbuilder

2010-05-23 Thread Alan Boudreault
Stephen, I took a quick look and there is effectively an error in the rules_lenny file. The sed commands executed are simply deprecated. Check the rules file from the svn: http://svn.debian.org/wsvn/pkg-grass/packages/postgis/trunk/debian/rules . In the "# Create custom main scripts" section,

Re: [DebianGIS-dev] Help with postgis and backport to lenny using pbuilder

2010-05-21 Thread Stephen Woodbridge
Alan, One step forward 2 steps back :) wood...@mappy:/u/local/src$ sudo apt-get -t lenny-backports install libpq5 libpq-dev Reading package lists... Done Building dependency tree Reading state information... Done Suggested packages: postgresql-doc-8.4 The following packages will be upgraded:

Re: [DebianGIS-dev] Help with postgis and backport to lenny using pbuilder

2010-05-21 Thread Alan Boudreault
Yes, it's probably just a pining problem. You can also see if the package is available with its pin number with: apt-cache policy libpq5 regards, Alan Stephen Woodbridge wrote: Hi Alan, Thank you for your quick response. Your suggestions did not work. wood...@mappy:/u/local/src$ apt-show-ver

Re: [DebianGIS-dev] Help with postgis and backport to lenny using pbuilder

2010-05-21 Thread Francesco P. Lovergine
On Thu, May 20, 2010 at 07:52:04PM -0400, Stephen Woodbridge wrote: > Hi all, > > I have just found pbuilder and I'm using it with the pkg-grass > debian package definitions for geos-3.2.0 and postgis-1.5.1 building > packages for lenny. This is all very cool and makes things soo much > easier. I

Re: [DebianGIS-dev] Help with postgis and backport to lenny using pbuilder

2010-05-20 Thread Stephen Woodbridge
Hi Alan, Thank you for your quick response. Your suggestions did not work. wood...@mappy:/u/local/src$ apt-show-versions | grep libpq libpq-dev/lenny uptodate 8.3.9-0lenny1 libpq4 8.1.15-0etch1 installed: No available version in archive libpq5/lenny uptodate 8.3.9-0lenny1 wood...@mappy:/u/local

Re: [DebianGIS-dev] Help with postgis and backport to lenny using pbuilder

2010-05-20 Thread Alan Boudreault
Hi Stephen, Just a quick thing you could try: "apt-get install -f" , this should install the missing dependency and continue the postgis package installation normally. Be sure you have lenny-backports in you sources.list because the libpq5 version 8.4 is there. Note that dpkg will never downl