[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [Pkg-grass-general] Re: DebianGis: Packaging postgis/geos



On Thu, 2004-10-28 at 19:34, Roberto Boati wrote:
> Thanks to everyone for your quick suggestions.
> I have been looking for packages in mentor.debian.net but never found
> the geos ones.

Take a look at http://mentors.debian.net/usage.php
You will have to add a line to your /etc/apt/sources.list file:
deb-src http://mentors.debian.net/debian unstable main
Then invoke:
apt-get update
apt-get source geos

That will download the geos source and unpack it.

To build it:
cd geos-2.0.1
dpkg-buildpackage -rfakeroot

To install it:
cd ..
su root
dpkg -i libgeos1_2.0.1-1_i386.deb libgeos1-dev_2.0.1-1_i386.deb

> So, I'll check the postgis unofficial packages you reported and I'll
> try to close the #146051 in the next few days.
> 
> I am new in this kind of bug reporting, I'll have to find out how to
> accomplish this task.

Check out:
http://www.debian.org/Bugs/Developer
http://www.debian.org/Bugs/server-control

Adding (Close: #146051) in the changelog will automatically close the
bug when your package is uploaded.

Steve




Reply to: