Re: GIS packages for Ubuntu Feisty
Jachym Cepicky <[email protected]>
| Newsgroups | gmane.comp.gis.freegis |
|---|---|
| Message-ID | <1179729517.8916.37.camel@mellon> |
Hi,
Tim Michelsen píše v So 19. 05. 2007 v 14:48 +0200:
> Hello Jachym,
> thank you very much for your effort.
Thanks, I hope, it is working.
>
> I have two suggestions:
> > see http://les-ejk.cz/ubuntu for details
> * Try to add GPG-keys for your packages.
All the packages are signed by me. I added some more comments.
> * Try to add the easy install method used my medibuntu:
> http://medibuntu.sos-sts.com/repository.php,
I added more detailed description, thanks for the hint.
>
> One allow one question:
> Did you consider working together with the Ubuntu GIS team to get your
> packages into the "official" backport repositories?
Well, when I started the project, I simply compiled the packages for
myself, and while I was doing it, I simply setup the repository, so
others can use the packages too.
I never did any big improvements of the original debian files. I just
change the debian/control and debian/changelog files, so it matches
actual versions of all required libraries.
Since your are not first, how is asking me this question, I start to
think about it. I'll contact the ubuntu/debian-gis people and ask them,
if there is something I could do, to get fresh packages for ubuntu (and
debian) ready earlier, then they are provided now.
>
> Those of you who are using Thunban on Ubuntu:
> Do use the standard repositories because the new packages will lead to
> the uninstallation of Thuban:
>
> If I try to reinstall Thuban after installing the new packages I get the
> following error message by Synaptic:
>
> Hängt ab: »libgdal1-1.3.2«, aber es wird nicht installiert.
> Empfiehlt: libgdal1-1.3.1 (>=1.3.1-1) but it is not installable
> Empfiehlt: »python-gdal«, aber es wird nicht installiert.
>
> => Maybe you (or Intevation) could provide thuban as well...
I tried to get Thuban running several times on ubuntu, but I never
succeeded. I wanted to ask the Intevation people, if they could help,
but since now - no time :-)
I'm sending diff of the debian directory attached and this is, what I
get:
jachym@mellon:/usr/src/gis/thuban$ sudo dpkg -i thuban_1.2.0-1_i386.deb
Selecting previously deselected package thuban.
(Reading database ... 131323 files and directories currently installed.)
Unpacking thuban (from thuban_1.2.0-1_i386.deb) ...
Setting up thuban (1.2.0-1) ...
Compiling /usr/lib/thuban/Extensions/ogr/ogrshapes.py ...
File "/usr/lib/thuban/Extensions/ogr/ogrshapes.py", line 12
from __future__ import generators
SyntaxError: from __future__ imports must occur at the beginning of the
file
dpkg: error processing thuban (--install):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
thuban
jachym@mellon:/usr/src/gis/thuban$
any hint?
Jachym
--
Jachym Cepicky
e-mail: [email protected]
URL: http://les-ejk.cz
GPG: http://www.les-ejk.cz/pgp/jachym_cepicky-gpg.pub
_______________________________________________
Freegis-list mailing list
[email protected]
https://intevation.de/mailman/listinfo/freegis-list
Thuban-1.2.0-debian.diff
(text/x-patch, 1.9 KB)
diff -u debian/changelog /usr/src/gis/thuban/Thuban-1.2.0/debian/changelog --- debian/changelog 2007-05-21 08:36:35.217581139 +0200 +++ /usr/src/gis/thuban/Thuban-1.2.0/debian/changelog 2007-05-18 16:34:57.652736975 +0200 @@ -1,3 +1,10 @@ +thuban (1.2.0-1) unstable; urgency=low + + * New upstream release + * With wxWidgets 2.8 + + -- Jachym Cepicky <[email protected]> Thu, 15 Mar 2007 12:47:34 +0100 + thuban (1.0.0-1) unstable; urgency=low * New upstream release (Closes:#234975) diff -u debian/control /usr/src/gis/thuban/Thuban-1.2.0/debian/control --- debian/control 2007-05-21 08:36:35.217581139 +0200 +++ /usr/src/gis/thuban/Thuban-1.2.0/debian/control 2007-05-18 16:40:06.258323405 +0200 @@ -2,12 +2,12 @@ Section: graphics Priority: extra Maintainer: Silke Reimer <[email protected]> -Build-Depends: debhelper (>> 4.1.25), python-dev, libwxgtk2.4-dev, proj, python-xmlbase, libgdal1-dev, cdbs +Build-Depends: debhelper (>> 4.1.25), python-dev, libwxgtk2.8-dev, proj, python-xmlbase, libgdal1-dev, cdbs Standards-Version: 3.6.1 Package: thuban Architecture: any -Depends: ${shlibs:Depends}, ${python:Depends}, libwxgtk2.4-python, python-sqlite (>= 0.4), python-xmlbase +Depends: ${shlibs:Depends}, ${python:Depends}, python-wxgtk2.8, python-sqlite (>= 0.4), python-xmlbase Recommends:python-psycopg, libgdal1, python-gdal Description: an interactive geographic data viewer Thuban can read geographic data in the shapefile format. Main features of Only in /usr/src/gis/thuban/Thuban-1.2.0/debian/: files Only in /usr/src/gis/thuban/Thuban-1.2.0/debian/: stamp-patched Only in /usr/src/gis/thuban/Thuban-1.2.0/debian/: thuban Only in /usr/src/gis/thuban/Thuban-1.2.0/debian/: thuban.postinst.debhelper Only in /usr/src/gis/thuban/Thuban-1.2.0/debian/: thuban.postrm.debhelper Only in /usr/src/gis/thuban/Thuban-1.2.0/debian/: thuban.prerm.debhelper Only in /usr/src/gis/thuban/Thuban-1.2.0/debian/: thuban.substvars