[DebianGIS-dev] Bug#470730: qgis-plugin-grass: QGis crashes if a GRASS vector is faulty

2008-03-13 Thread Harri Kiiskinen
Package: qgis-plugin-grass
Version: 0.8.1-2+b1
Severity: important

When trying to open a GRASS vector which for some reason is not ok, i.e.
faulty, instead of gracefully telling the user, that the vector is not
ok, the whole QGis crashes. This is *irritating*, this kind of exception
should be handled in a more appropriate fashion.

Best wishes,

Harri K.

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

Kernel: Linux 2.6.22-2-686 (SMP w/1 CPU core)
Locale: LANG=fi_FI.UTF-8, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages qgis-plugin-grass depends on:
ii  libgdal1-1.4.0-grass  1.4.4-1+b1 GRASS extension for the
Geospatial
ii  qgis  0.8.1-2+b1 Geographic Information
System (GIS

qgis-plugin-grass recommends 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


[DebianGIS-dev] Bug#463888: proposed patch

2008-03-13 Thread Sylvain Pasche
This should fix -f usage in other files as well: php5-mapscript.config,
php5-mapscript.postinst, php5-mapscript.prerm.
diff -r 4b617e127b92 php5-mapscript.config
--- a/php5-mapscript.config	Wed Mar 12 11:50:37 2008 +0100
+++ b/php5-mapscript.config	Wed Mar 12 12:18:39 2008 +0100
@@ -17,8 +17,7 @@ do
 		# installed after the module was.
 		if [ -n $2 ]  dpkg --compare-versions $2 ge 4:4.3.2+rc3-2
 		then
-			if -f /etc/$phpver/$SAPI/conf.d/mapscript.ini
-			then
+			if [ -f /etc/$phpver/$SAPI/conf.d/mapscript.ini ]; then
 db_set $phpver/extension_mapscript_$SAPI true
 			else
 db_set $phpver/extension_mapscript_$SAPI false
diff -r 4b617e127b92 php5-mapscript.postinst
--- a/php5-mapscript.postinst	Wed Mar 12 11:50:37 2008 +0100
+++ b/php5-mapscript.postinst	Wed Mar 12 12:17:14 2008 +0100
@@ -17,8 +17,7 @@ do
 do
 	if [ -f /etc/$phpver/$SAPI/php.ini ]  [ -e /etc/$phpver/$SAPI/conf.d ]; then
 		db_get $phpver/extension_mapscript_$SAPI
-		if [ $RET = true ]  ! -f /etc/$phpver/$SAPI/conf.d/mapscript.ini
-		then
+		if [ $RET = true -a ! -f /etc/$phpver/$SAPI/conf.d/mapscript.ini ]; then
 			echo extension=php_mapscript.so  /etc/$phpver/$SAPI/conf.d/mapscript.ini
 		fi
 	fi
diff -r 4b617e127b92 php5-mapscript.prerm
--- a/php5-mapscript.prerm	Wed Mar 12 11:50:37 2008 +0100
+++ b/php5-mapscript.prerm	Wed Mar 12 12:18:15 2008 +0100
@@ -16,8 +16,7 @@ do
 do
 	# Use the same question for all extensions, because it's only
 	# used once per package: right here.
-	if [ -f /etc/$phpver/$SAPI/php.ini ]  -f /etc/$phpver/$SAPI/conf.d/mapscript.ini
-	then
+	if [ -f /etc/$phpver/$SAPI/php.ini -a -f /etc/$phpver/$SAPI/conf.d/mapscript.ini ]; then
 		db_set $phpver-mapscript/remove_extension true
 		db_title PHP
 		db_subst $phpver-mapscript/remove_extension extname Mapscript
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

[DebianGIS-dev] r1403 - packages/qgis/tags

2008-03-13 Thread frankie
Author: frankie
Date: 2008-03-13 11:01:27 + (Thu, 13 Mar 2008)
New Revision: 1403

Added:
   packages/qgis/tags/0.9.1-1/
Log:
[svn-buildpackage] Tagging qgis (0.9.1-1)

Copied: packages/qgis/tags/0.9.1-1 (from rev 1402, packages/qgis/trunk)


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