[DebianGIS-dev] r2692 - packages/thuban/trunk/debian

2010-02-04 Thread frankie
Author: frankie
Date: 2010-02-04 15:01:33 + (Thu, 04 Feb 2010)
New Revision: 2692

Modified:
   packages/thuban/trunk/debian/changelog
   packages/thuban/trunk/debian/control
   packages/thuban/trunk/debian/doc-base
Log:
Minor fixes.


Modified: packages/thuban/trunk/debian/changelog
===
--- packages/thuban/trunk/debian/changelog  2010-02-03 14:35:25 UTC (rev 
2691)
+++ packages/thuban/trunk/debian/changelog  2010-02-04 15:01:33 UTC (rev 
2692)
@@ -1,3 +1,12 @@
+thuban (1.2.2-2) unstable; urgency=low
+
+  * Removed python-xmlbase build-dep and dep, because available in python = 
2.4
+  * Policy updated to 3.8.4 (no changes).
+  * Added ${misc:Depends} dependency to thuban pkg. 
+  * Removed Apps prefix in debian/doc-base.
+
+ -- Francesco Paolo Lovergine fran...@debian.org  Thu, 04 Feb 2010 16:00:51 
+0100
+
 thuban (1.2.2-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/thuban/trunk/debian/control
===
--- packages/thuban/trunk/debian/control2010-02-03 14:35:25 UTC (rev 
2691)
+++ packages/thuban/trunk/debian/control2010-02-04 15:01:33 UTC (rev 
2692)
@@ -3,10 +3,10 @@
 Priority: extra
 Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
 Uploaders: Francesco Paolo Lovergine fran...@debian.org
-Build-Depends: debhelper (= 7), python-dev, python-wxgtk2.8, libproj-dev, 
python-xmlbase,
+Build-Depends: debhelper (= 7), python-dev, python-wxgtk2.8, libproj-dev, 
  libgdal1-dev, dpatch, libwxgtk2.8-dev, docbook-utils, python-support (= 0.6),
  docbook-xml
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Homepage: http://thuban.intevation.org
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-grass/packages/thuban/trunk
 Vcs-Svn: svn://svn.debian.org/svn/pkg-grass/packages/thuban/trunk
@@ -14,7 +14,7 @@
 
 Package: thuban
 Architecture: any
-Depends: ${shlibs:Depends}, ${python:Depends}, gdal-bin, python-wxgtk2.8, 
python-xmlbase, python-sqlite
+Depends: ${shlibs:Depends}, ${python:Depends}, gdal-bin, python-wxgtk2.8, 
python-sqlite, ${misc:Depends}
 Recommends: python-psycopg, python-gdal, python-mapscript
 Description: An interactive geographic data viewer
  Thuban can read geographic data in the shapefile format. Main features of

Modified: packages/thuban/trunk/debian/doc-base
===
--- packages/thuban/trunk/debian/doc-base   2010-02-03 14:35:25 UTC (rev 
2691)
+++ packages/thuban/trunk/debian/doc-base   2010-02-04 15:01:33 UTC (rev 
2692)
@@ -2,7 +2,7 @@
 Title: User's Manual for Thuban
 Author: Jonathan Coles, Jan-Oliver Wagner and Frank Koormann
 Abstract: Manual for users of Thuban, an interactive geographic data viewer.
-Section: Apps/Viewers
+Section: Viewers
 
 Format: HTML
 Index: /usr/share/doc/thuban/thuban-manual/index.html


___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel


[DebianGIS-dev] Bug#539088: marked as done (libgeos-3.1.0: Assertion fails when buffering a specific multipolygon)

2010-02-04 Thread Debian Bug Tracking System
Your message dated Thu, 4 Feb 2010 16:32:15 +0100
with message-id 20100204153215.gb27...@blegrez.ba.issia.cnr.it
and subject line fixed
has caused the Debian Bug report #539088,
regarding libgeos-3.1.0: Assertion fails when buffering a specific multipolygon
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
539088: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=539088
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libgeos-3.1.0
Version: 3.1.0-1
Severity: normal


When doing 0-distance buffer on the geometry in script test2.py, GEOS prints
a message stderr and causes the process to exit with code 134.

Test script test2.py:

from shapely import wkt
mp = wkt.loads('MULTIPOLYGON (((3375988.599 6680548.657, 3375856.477 
6680761.861, 3376067.385 6680748.959, 3375988.599 6680548.657), (3375921.642 
6680736.744, 3375920.948 6680725.834, 3376044.612 6680717.931, 3375921.642 
6680736.744)), ((3376292.713 6680820.212, 3376320.365 6680785.36, 3376043.927 
6680525.464, 3376292.713 6680820.212)))')
mp.buffer(0)

Running the script requires package python-shapely. Run as follows:
 % python test.py

Expected result:

MULTIPOLYGON (((3376292.712999888241 6680820.212002905726, 
3376320.365002235174 6680785.360003352761, 3376043.927001415610 
6680525.463996870756, 3376292.712999888241 6680820.212002905726)), 
((3375988.598999292195 6680548.656996572733, 3375856.476999552965 
6680761.860995678663, 3376067.384997764826 6680748.958997988343, 
3375988.598999292195 6680548.656996572733), (3375921.64125494 
6680736.743999478459, 3375920.947998584390 6680725.833997988343, 
3376044.612001974404 6680717.930998658895, 3375921.64125494 
6680736.743999478459)))

printed on stdout

Actual result:

bufferOriginalPrecision failed (TopologyException: unable to assign hole to a 
shell), trying with reduced precision
recomputing with precision scale factor = 1e+09
Scaler: offsetX,Y: 0,0 scaleFactor: 1e+09
ReScaler: offsetX,Y: 0,0 scaleFactor: 1e+09
recomputing with precision scale factor = 1e+08
Scaler: offsetX,Y: 0,0 scaleFactor: 1e+08
ReScaler: offsetX,Y: 0,0 scaleFactor: 1e+08
recomputing with precision scale factor = 1e+07
Scaler: offsetX,Y: 0,0 scaleFactor: 1e+07
ReScaler: offsetX,Y: 0,0 scaleFactor: 1e+07
recomputing with precision scale factor = 1e+06
Scaler: offsetX,Y: 0,0 scaleFactor: 1e+06
ReScaler: offsetX,Y: 0,0 scaleFactor: 1e+06
recomputing with precision scale factor = 10
Scaler: offsetX,Y: 0,0 scaleFactor: 10
ReScaler: offsetX,Y: 0,0 scaleFactor: 10
recomputing with precision scale factor = 1
Scaler: offsetX,Y: 0,0 scaleFactor: 1
ReScaler: offsetX,Y: 0,0 scaleFactor: 1
recomputing with precision scale factor = 1000
Scaler: offsetX,Y: 0,0 scaleFactor: 1000
ReScaler: offsetX,Y: 0,0 scaleFactor: 1000
recomputing with precision scale factor = 100
Scaler: offsetX,Y: 0,0 scaleFactor: 100
ReScaler: offsetX,Y: 0,0 scaleFactor: 100
recomputing with precision scale factor = 10
Scaler: offsetX,Y: 0,0 scaleFactor: 10
ReScaler: offsetX,Y: 0,0 scaleFactor: 10
recomputing with precision scale factor = 1
recomputing with precision scale factor = 0.1
Scaler: offsetX,Y: 0,0 scaleFactor: 0.1
ReScaler: offsetX,Y: 0,0 scaleFactor: 0.1
recomputing with precision scale factor = 0.01
Scaler: offsetX,Y: 0,0 scaleFactor: 0.01
ReScaler: offsetX,Y: 0,0 scaleFactor: 0.01
recomputing with precision scale factor = 0.001
Scaler: offsetX,Y: 0,0 scaleFactor: 0.001
python: ../../source/headers/geos/noding/SegmentString.h:175: void 
geos::noding::SegmentString::testInvariant() const: Assertion `pts-size()  1' 
failed.
zsh: abort  python test2.py

printed on stderr

The same problem can be reproduced using other software that uses GEOS
as well, e.g. postgresql-8.3-postgis and the operation:

SELECT ST_BUFFER(ST_GEOMFROMTEXT('MULTIPOLYGON (((3375988.599 6680548.657, 
3375856.477 6680761.861, 3376067.385 6680748.959, 3375988.599 6680548.657), 
(3375921.642 6680736.744, 3375920.948 6680725.834, 3376044.612 6680717.931, 
3375921.642 6680736.744)), ((3376292.713 6680820.212, 3376320.365 6680785.36, 
3376043.927 6680525.464, 3376292.713 6680820.212)))'), 0);

The problem has been fixed in upstream GEOS release 3.1.1.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.28.7pryan (SMP w/2 CPU cores)
Locale: LANG=en_US, lc_ctype=fi...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages 

[DebianGIS-dev] thuban_1.2.2-2_i386.changes ACCEPTED

2010-02-04 Thread Archive Administrator



Accepted:
thuban_1.2.2-2.diff.gz
  to main/t/thuban/thuban_1.2.2-2.diff.gz
thuban_1.2.2-2.dsc
  to main/t/thuban/thuban_1.2.2-2.dsc
thuban_1.2.2-2_i386.deb
  to main/t/thuban/thuban_1.2.2-2_i386.deb


Override entries for your package:
thuban_1.2.2-2.dsc - source graphics
thuban_1.2.2-2_i386.deb - extra graphics

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel


[DebianGIS-dev] r2694 - in packages/gpsdrive/trunk/debian: . patches

2010-02-04 Thread frankie
Author: frankie
Date: 2010-02-04 16:26:13 + (Thu, 04 Feb 2010)
New Revision: 2694

Modified:
   packages/gpsdrive/trunk/debian/changelog
   packages/gpsdrive/trunk/debian/compat
   packages/gpsdrive/trunk/debian/control
   packages/gpsdrive/trunk/debian/patches/50-scripts.dpatch
   packages/gpsdrive/trunk/debian/rules
Log:
Some minor fixes.


Modified: packages/gpsdrive/trunk/debian/changelog
===
--- packages/gpsdrive/trunk/debian/changelog2010-02-04 15:08:26 UTC (rev 
2693)
+++ packages/gpsdrive/trunk/debian/changelog2010-02-04 16:26:13 UTC (rev 
2694)
@@ -1,3 +1,15 @@
+gpsdrive (2.10~pre4-6.dfsg-4) unstable; urgency=low
+
+  * Do not depend on versioned python.
+  * Policy bumped to 3.8.4.
+  * Moved to libmysqlclient-dev build-dep.
+  * Now suggests postgresql-8.4-postgis.
+  * Debhelper level moved to 7.
+  * Removed superfluous config.{guess,sub} override.
+  * Added me as an uploader.
+
+ -- Francesco Paolo Lovergine fran...@debian.org  Thu, 04 Feb 2010 16:53:01 
+0100
+
 gpsdrive (2.10~pre4-6.dfsg-3) unstable; urgency=low
 
   * Regenerate aclocal.m4 with libtoolize in debian/rules.
@@ -76,6 +88,7 @@
 
  -- Andreas Putzo andr...@putzo.net  Sat, 19 Jul 2008 20:01:39 +
 
+ .r2096
 gpsdrive (2.10~pre4-3) unstable; urgency=low
 
   * Fix regression of last upload in the mapnik handling.

Modified: packages/gpsdrive/trunk/debian/compat
===
--- packages/gpsdrive/trunk/debian/compat   2010-02-04 15:08:26 UTC (rev 
2693)
+++ packages/gpsdrive/trunk/debian/compat   2010-02-04 16:26:13 UTC (rev 
2694)
@@ -1 +1 @@
-5
+7

Modified: packages/gpsdrive/trunk/debian/control
===
--- packages/gpsdrive/trunk/debian/control  2010-02-04 15:08:26 UTC (rev 
2693)
+++ packages/gpsdrive/trunk/debian/control  2010-02-04 16:26:13 UTC (rev 
2694)
@@ -2,10 +2,10 @@
 Section: utils
 Priority: optional
 Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
-Uploaders: Andreas Putzo andr...@putzo.net
+Uploaders: Andreas Putzo andr...@putzo.net, Francesco Paolo Lovergine 
fran...@debian.org
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (= 5), automake1.9, libtool, pkg-config, 
libpcre3-dev, libgtk2.0-dev,libart-2.0-dev, libxml2-dev, libmysqlclient15-dev, 
autotools-dev, dpatch, libmapnik-dev (= 0.6), libboost-dev, 
libboost-filesystem-dev, libboost-serialization-dev, libdbus-glib-1-dev
-Standards-Version: 3.8.0
+Build-Depends: debhelper (= 7), automake1.9, libtool, pkg-config, 
libpcre3-dev, libgtk2.0-dev,libart-2.0-dev, libxml2-dev, libmysqlclient-dev, 
autotools-dev, dpatch, libmapnik-dev (= 0.6), libboost-dev, 
libboost-filesystem-dev, libboost-serialization-dev, libdbus-glib-1-dev
+Standards-Version: 3.8.4
 Homepage: http://gpsdrive.de
 Vcs-Svn: svn://svn.debian.org/svn/pkg-grass/packages/gpsdrive/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-grass/packages/gpsdrive/
@@ -14,7 +14,7 @@
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, gpsdrive-data, 
openstreetmap-map-icons-square, openstreetmap-map-icons-classic
 Recommends: gpsd, gpsdrive-scripts
-Suggests: flite | festival, osm2pgsql, mysql-server, postgresql-8.3-postgis
+Suggests: flite | festival, osm2pgsql, mysql-server, postgresql-8.4-postgis
 Description: Car navigation system
  Map-based navigation system that displays the current
  position provided by a GPS receiver on a zoomable map.
@@ -38,7 +38,7 @@
 
 Package: gpsdrive-scripts
 Architecture: all
-Depends: gpsdrive, ${perl:Depends}, python2.5, python-imaging, python-mapnik, 
libdbi-perl, libdbd-mysql-perl, libdate-manip-perl, libfile-slurp-perl, 
libmime-base64-perl, libtext-query-perl, libtime-local-perl, libwww-curl-perl, 
libwww-mechanize-perl, libxml-parser-perl, libxml-simple-perl, 
libxml-twig-perl, libxml-writer-perl, perlmagick, perl-tk
+Depends: gpsdrive, ${perl:Depends}, python, python-imaging, python-mapnik, 
libdbi-perl, libdbd-mysql-perl, libdate-manip-perl, libfile-slurp-perl, 
libmime-base64-perl, libtext-query-perl, libtime-local-perl, libwww-curl-perl, 
libwww-mechanize-perl, libxml-parser-perl, libxml-simple-perl, 
libxml-twig-perl, libxml-writer-perl, perlmagick, perl-tk
 Description: Various scripts for gpsdrive
  Gpsdrive is a car (bike, ship, plane) navigation system.
  .

Modified: packages/gpsdrive/trunk/debian/patches/50-scripts.dpatch
===
--- packages/gpsdrive/trunk/debian/patches/50-scripts.dpatch2010-02-04 
15:08:26 UTC (rev 2693)
+++ packages/gpsdrive/trunk/debian/patches/50-scripts.dpatch2010-02-04 
16:26:13 UTC (rev 2694)
@@ -1,7 +1,6 @@
 #! /bin/sh /usr/share/dpatch/dpatch-run
 ## 50-scripts.dpatch by Andreas Putzo andr...@putzo.net
 ##
-## DP: Update shebang line of gpsdrive_mapnik_gentiles.py to use python 2.5 
(needed by mapnik).
 ## DP: Fix path to 

[DebianGIS-dev] gpsdrive_2.10~pre4-6.dfsg-4_i386.changes ACCEPTED

2010-02-04 Thread Archive Administrator



Accepted:
gpsdrive-data_2.10~pre4-6.dfsg-4_all.deb
  to main/g/gpsdrive/gpsdrive-data_2.10~pre4-6.dfsg-4_all.deb
gpsdrive-scripts_2.10~pre4-6.dfsg-4_all.deb
  to main/g/gpsdrive/gpsdrive-scripts_2.10~pre4-6.dfsg-4_all.deb
gpsdrive_2.10~pre4-6.dfsg-4.diff.gz
  to main/g/gpsdrive/gpsdrive_2.10~pre4-6.dfsg-4.diff.gz
gpsdrive_2.10~pre4-6.dfsg-4.dsc
  to main/g/gpsdrive/gpsdrive_2.10~pre4-6.dfsg-4.dsc
gpsdrive_2.10~pre4-6.dfsg-4_i386.deb
  to main/g/gpsdrive/gpsdrive_2.10~pre4-6.dfsg-4_i386.deb


Override entries for your package:
gpsdrive-data_2.10~pre4-6.dfsg-4_all.deb - optional utils
gpsdrive-scripts_2.10~pre4-6.dfsg-4_all.deb - optional utils
gpsdrive_2.10~pre4-6.dfsg-4.dsc - source utils
gpsdrive_2.10~pre4-6.dfsg-4_i386.deb - optional utils

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel


[DebianGIS-dev] Bug#531727: marked as done (thuban: python-xml removal: please drop/replace (build) dependencies)

2010-02-04 Thread Debian Bug Tracking System
Your message dated Thu, 4 Feb 2010 20:10:44 +0100
with message-id 20100204191044.ga2...@frankie.is-a-geek.org
and subject line Fixed in 1.2.2-2
has caused the Debian Bug report #531727,
regarding thuban: python-xml removal: please drop/replace (build) dependencies
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
531727: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=531727
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: thuban
Version: 1.2.1-1
Severity: important
Usertags: python-xml-removal

Since some time a subset of python-xml is included in the
standard python library, while the python-xml package did not see
any updates for years.  It is time to drop it from the distribution.
Update scenarios:

 - Just drop the (build) dependency, if the functionality is included
   in python. (Build)-depend on python (= 2.4).

 - Copy missing code in the std library from the python-xml package.
   (e.g. for some installer packages: localechoose).

 - Use another xml library (python-4suite-xml, python-lxml).

Please contact the ML pkg-zope-develop...@lists.alioth.debian.org
for further questions and help.  Patches for some packages may be
available as a diff of an Ubuntu package at
http://packages.qa.debian.org/thuban

-- System Information:
Debian Release: squeeze/sid
  APT prefers karmic-updates
  APT policy: (500, 'karmic-updates'), (500, 'karmic-security'), (500, 'karmic')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-7-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


---End Message---
---BeginMessage---
Package: thuban
Version: 1.2.2-2

Removed build-dep in the version above.

-- 
Francesco P. Lovergine

---End Message---
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

[DebianGIS-dev] r2695 - scripts

2010-02-04 Thread frankie
Author: frankie
Date: 2010-02-04 19:55:35 + (Thu, 04 Feb 2010)
New Revision: 2695

Modified:
   scripts/dgis-packages.inc
Log:
Added gpsprune


Modified: scripts/dgis-packages.inc
===
--- scripts/dgis-packages.inc   2010-02-04 16:26:13 UTC (rev 2694)
+++ scripts/dgis-packages.inc   2010-02-04 19:55:35 UTC (rev 2695)
@@ -47,6 +47,7 @@
 'gpsd' = {url='http://gpsd.berlios.de/'},
 'gpsdrive' = {url='http://www.gpsdrive.cc/'},
 'gpsman' = {url='http://www.ncc.up.pt/gpsman/'},
+'gpsprune' = {url='http://activityworkshop.net/software/prune/index.html'},
 'gpstrans' = {url='http://gpstrans.sourceforge.net/'},
 'gpx2shp' = {url='http://gpx2shp.sourceforge.jp/'},
 'grace' = {url='ftp://plasma-gate.weizmann.ac.il/pub/grace/src/'},


___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel


[DebianGIS-dev] Bug#568466: thuban fails to starts throwing a wxpython error

2010-02-04 Thread Yves-Alexis Perez
Package: thuban
Version: 1.2.2-1
Severity: grave
Justification: renders package unusable

Hey,

it seems that thuban doesn't work at all:

cor...@fitz: thuban
importing gdalwarp
importing osgeo.gdal

***
 The following version errors were detected:
 Thuban was compiled with wx 2.8.7 but wxPython is 2.8.10.1
***

I guess a binnmu would be enough, but I fail to see why it's an error to
run with a different version than the one it's compiled against (though I
don't know much wxpython)

Cheers,
--
Yves-Alexis


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-trunk-amd64 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages thuban depends on:
ii  gdal-bin  1.6.3-3+b1 Geospatial Data Abstraction Librar
ii  libc6 2.10.2-5   Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.4.3-2  GCC support library
ii  libgdal1-1.6.01.6.3-1Geospatial Data Abstraction Librar
ii  libproj0  4.7.0-1Cartographic projection library
ii  libstdc++64.4.3-2The GNU Standard C++ Library v3
ii  libwxbase2.8-02.8.10.1-3 wxBase library (runtime) - non-GUI
ii  libwxgtk2.8-0 2.8.10.1-3 wxWidgets Cross-platform C++ GUI t
ii  python [python-xmlbase]   2.5.4-9An interactive high-level object-o
ii  python-sqlite 1.0.1-7+b1 python interface to SQLite 2
ii  python-support1.0.6  automated rebuilding support for P
ii  python-wxgtk2.8   2.8.10.1-3 wxWidgets Cross-platform C++ GUI t

Versions of packages thuban recommends:
pn  python-gdal   none (no description available)
pn  python-mapscript  none (no description available)
pn  python-psycopgnone (no description available)

thuban suggests no packages.

-- no debconf information



___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel