[DebianGIS-dev] r1260 - in packages: geos mapserver postgis

2007-11-14 Thread kobold
Author: kobold
Date: 2007-11-14 14:50:20 + (Wed, 14 Nov 2007)
New Revision: 1260

Added:
   packages/geos/branches/
   packages/geos/tarballs/
   packages/mapserver/tarballs/
   packages/postgis/tarballs/
Log:
Creating tarballs directories.



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


[DebianGIS-dev] r1262 - packages/mapserver/tarballs

2007-11-14 Thread kobold
Author: kobold
Date: 2007-11-14 14:58:51 + (Wed, 14 Nov 2007)
New Revision: 1262

Added:
   packages/mapserver/tarballs/mapserver_5.0.0.orig.tar.gz
Log:
Added source tarball for mapserver 5.0.0.


Added: packages/mapserver/tarballs/mapserver_5.0.0.orig.tar.gz
===
(Binary files differ)


Property changes on: packages/mapserver/tarballs/mapserver_5.0.0.orig.tar.gz
___
Name: svn:mime-type
   + application/octet-stream


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


[DebianGIS-dev] r1261 - packages/postgis/tarballs

2007-11-14 Thread kobold
Author: kobold
Date: 2007-11-14 14:57:55 + (Wed, 14 Nov 2007)
New Revision: 1261

Added:
   packages/postgis/tarballs/postgis_1.3.1.orig.tar.gz
Log:
Added source tarball for postgis 1.3.1.


Added: packages/postgis/tarballs/postgis_1.3.1.orig.tar.gz
===
(Binary files differ)


Property changes on: packages/postgis/tarballs/postgis_1.3.1.orig.tar.gz
___
Name: svn:mime-type
   + application/octet-stream


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


[DebianGIS-dev] r1263 - packages/geos/tarballs

2007-11-14 Thread kobold
Author: kobold
Date: 2007-11-14 14:59:21 + (Wed, 14 Nov 2007)
New Revision: 1263

Added:
   packages/geos/tarballs/geos_2.2.3.orig.tar.gz
Log:
Added source tarball for geos 2.2.3.


Added: packages/geos/tarballs/geos_2.2.3.orig.tar.gz
===
(Binary files differ)


Property changes on: packages/geos/tarballs/geos_2.2.3.orig.tar.gz
___
Name: svn:mime-type
   + application/octet-stream


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


[DebianGIS-dev] r1264 - packages/geos/trunk/debian

2007-11-14 Thread kobold
Author: kobold
Date: 2007-11-14 15:14:56 + (Wed, 14 Nov 2007)
New Revision: 1264

Modified:
   packages/geos/trunk/debian/
   packages/geos/trunk/debian/changelog
Log:
New release.



Property changes on: packages/geos/trunk/debian
___
Name: mergeWithUpstream
   + 1

Modified: packages/geos/trunk/debian/changelog
===
--- packages/geos/trunk/debian/changelog2007-11-14 14:59:21 UTC (rev 
1263)
+++ packages/geos/trunk/debian/changelog2007-11-14 15:14:56 UTC (rev 
1264)
@@ -1,4 +1,4 @@
-geos (2.2.3-4) UNRELEASED; urgency=low
+geos (2.2.3-4) unstable; urgency=low
 
   [ Fabio Tranchitella ]
   * debian/watch: fixed.


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


[DebianGIS-dev] r1266 - packages/grass/trunk/debian

2007-11-14 Thread frankie
Author: frankie
Date: 2007-11-14 15:33:09 + (Wed, 14 Nov 2007)
New Revision: 1266

Modified:
   packages/grass/trunk/debian/changelog
   packages/grass/trunk/debian/rules
Log:
Fixing for Tcl/Tk policy and backports compatibility.


Modified: packages/grass/trunk/debian/changelog
===
--- packages/grass/trunk/debian/changelog   2007-11-14 15:15:47 UTC (rev 
1265)
+++ packages/grass/trunk/debian/changelog   2007-11-14 15:33:09 UTC (rev 
1266)
@@ -4,10 +4,11 @@
   * Added the new Homepage field to debian/control.
   * Updated obsolete ${Source-Version} to ${binary:Version}.
   * Fixed lintian error: : debian-rules-ignores-make-clean-error
-  * Moved to new Tcl/Tk policy, introducing default -dev packages 
build-dependencies as alternative 
-and still depending on versioned ones for backports.
+  * Moved to new Tcl/Tk policy, introducing default -dev packages 
build-dependencies as alternative
+and still depending on versioned ones for backports. For backports the
+Tcl/Tk includes path is found at build time in debian/rules.
 
- -- Francesco Paolo Lovergine <[EMAIL PROTECTED]>  Tue, 30 Oct 2007 13:56:55 
+0100
+ -- Francesco Paolo Lovergine <[EMAIL PROTECTED]>  Wed, 14 Nov 2007 16:30:49 
+0100
 
 grass (6.2.2-2) unstable; urgency=medium
 

Modified: packages/grass/trunk/debian/rules
===
--- packages/grass/trunk/debian/rules   2007-11-14 15:15:47 UTC (rev 1265)
+++ packages/grass/trunk/debian/rules   2007-11-14 15:33:09 UTC (rev 1266)
@@ -22,6 +22,16 @@
STRIP = strip
 endif
 
+#
+# This is used to test about the use of default tcl-dev, just
+# useful for backports. To be removed after Lenny.
+#
+ifeq (0,$(shell test -d /usr/include/tcl; echo $$?))
+   TCLINC = /usr/include/tcl
+else
+   TCLINC = /usr/include/tcl8.4
+endif
+
 include /usr/share/dpatch/dpatch.make
 
 config-stamp: patch
@@ -46,7 +56,7 @@
--with-sqlite \
--enable-largefile \
 --with-freetype-includes=/usr/include/freetype2 \
---with-tcltk-includes=/usr/include/tcl8.4 \
+--with-tcltk-includes=$(TCLINC) \
 --with-postgres-includes=$(shell pg_config --includedir) \
 --with-mysql-includes=/usr/include/mysql \
--with-proj-share=/usr/share/proj


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


[DebianGIS-dev] r1265 - packages/geos/tags

2007-11-14 Thread kobold
Author: kobold
Date: 2007-11-14 15:15:47 + (Wed, 14 Nov 2007)
New Revision: 1265

Added:
   packages/geos/tags/2.2.3-4/
Log:
[svn-buildpackage] Tagging geos (2.2.3-4)

Copied: packages/geos/tags/2.2.3-4 (from rev 1264, packages/geos/trunk)


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


[DebianGIS-dev] r1267 - packages/mapserver/trunk/debian

2007-11-14 Thread kobold
Author: kobold
Date: 2007-11-14 15:51:16 + (Wed, 14 Nov 2007)
New Revision: 1267

Modified:
   packages/mapserver/trunk/debian/changelog
   packages/mapserver/trunk/debian/control
   packages/mapserver/trunk/debian/rules
Log:
AGG support.


Modified: packages/mapserver/trunk/debian/changelog
===
--- packages/mapserver/trunk/debian/changelog   2007-11-14 15:33:09 UTC (rev 
1266)
+++ packages/mapserver/trunk/debian/changelog   2007-11-14 15:51:16 UTC (rev 
1267)
@@ -1,3 +1,9 @@
+mapserver (5.0.0-4) unstable; urgency=low
+
+  * debian/rules: build mapserver with antigrain support. (Closes: #448198)
+
+ -- Fabio Tranchitella <[EMAIL PROTECTED]>  Wed, 14 Nov 2007 16:37:09 +0100
+
 mapserver (5.0.0-3) unstable; urgency=low
 
   * debian/php5-mapscript.postinst: fixed a typo. (Closes: #446985)

Modified: packages/mapserver/trunk/debian/control
===
--- packages/mapserver/trunk/debian/control 2007-11-14 15:33:09 UTC (rev 
1266)
+++ packages/mapserver/trunk/debian/control 2007-11-14 15:51:16 UTC (rev 
1267)
@@ -4,7 +4,7 @@
 Maintainer: Debian GIS Project 
 Uploaders: Schuyler Erle <[EMAIL PROTECTED]>, Petter Reinholdtsen <[EMAIL 
PROTECTED]>, Paul Wise <[EMAIL PROTECTED]>, Fabio Tranchitella <[EMAIL 
PROTECTED]>, Francesco Paolo Lovergine <[EMAIL PROTECTED]>, Andreas Putzo 
<[EMAIL PROTECTED]>
 Standards-Version: 3.7.2
-Build-Depends: debhelper (>= 5.0.37.2), dpatch, libcurl4-gnutls-dev, 
libpng12-dev, zlib1g-dev (>= 1.1.4), libgd2-xpm-dev (>= 2.0.1-10), 
libfreetype6-dev (>= 2.0.9), libjpeg62-dev, libgdal1-dev (>=1.4.0), proj, 
libwww-dev, libpq-dev, php5-dev, swig, python-all, python-all-dev, 
python-central (>= 0.5), libgeos-dev (>= 2.2.3-2), ruby1.8, ruby1.8-dev, 
ruby1.9, ruby1.9-dev
+Build-Depends: debhelper (>= 5.0.37.2), dpatch, libcurl4-gnutls-dev, 
libpng12-dev, zlib1g-dev (>= 1.1.4), libgd2-xpm-dev (>= 2.0.1-10), 
libfreetype6-dev (>= 2.0.9), libjpeg62-dev, libgdal1-dev (>=1.4.0), proj, 
libwww-dev, libpq-dev, php5-dev, swig, python-all, python-all-dev, 
python-central (>= 0.5), libgeos-dev (>= 2.2.3-2), ruby1.8, ruby1.8-dev, 
ruby1.9, ruby1.9-dev, libagg-dev
 Build-Depends-Indep: python-docutils
 Build-Conflicts: libcurl3-openssl-dev
 XS-Python-Version: all

Modified: packages/mapserver/trunk/debian/rules
===
--- packages/mapserver/trunk/debian/rules   2007-11-14 15:33:09 UTC (rev 
1266)
+++ packages/mapserver/trunk/debian/rules   2007-11-14 15:51:16 UTC (rev 
1267)
@@ -45,7 +45,8 @@
--with-wfs \
--with-wfsclient \
--with-threads \
-   --with-geos
+   --with-geos \
+   --with-agg
 
 rstoptions=--stylesheet=mapscript.css --link-stylesheet 
 


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


[DebianGIS-dev] Processing of geos_2.2.3-4_amd64.changes

2007-11-14 Thread Archive Administrator
geos_2.2.3-4_amd64.changes uploaded successfully to localhost
along with the files:
  geos_2.2.3-4.dsc
  geos_2.2.3-4.diff.gz
  libgeos-doc_2.2.3-4_all.deb
  libgeos-dev_2.2.3-4_amd64.deb
  libgeos-c1_2.2.3-4_amd64.deb
  libgeos2c2a_2.2.3-4_amd64.deb

Greetings,

Your Debian queue daemon

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


[DebianGIS-dev] r1268 - packages/grass/trunk/debian

2007-11-14 Thread frankie
Author: frankie
Date: 2007-11-14 15:52:02 + (Wed, 14 Nov 2007)
New Revision: 1268

Modified:
   packages/grass/trunk/debian/changelog
   packages/grass/trunk/debian/rules
Log:
Minor changes for mysql


Modified: packages/grass/trunk/debian/changelog
===
--- packages/grass/trunk/debian/changelog   2007-11-14 15:51:16 UTC (rev 
1267)
+++ packages/grass/trunk/debian/changelog   2007-11-14 15:52:02 UTC (rev 
1268)
@@ -7,8 +7,9 @@
   * Moved to new Tcl/Tk policy, introducing default -dev packages 
build-dependencies as alternative
 and still depending on versioned ones for backports. For backports the
 Tcl/Tk includes path is found at build time in debian/rules.
+  * Now using mysql_config to get MySQL includes path.
 
- -- Francesco Paolo Lovergine <[EMAIL PROTECTED]>  Wed, 14 Nov 2007 16:30:49 
+0100
+ -- Francesco Paolo Lovergine <[EMAIL PROTECTED]>  Wed, 14 Nov 2007 16:49:58 
+0100
 
 grass (6.2.2-2) unstable; urgency=medium
 

Modified: packages/grass/trunk/debian/rules
===
--- packages/grass/trunk/debian/rules   2007-11-14 15:51:16 UTC (rev 1267)
+++ packages/grass/trunk/debian/rules   2007-11-14 15:52:02 UTC (rev 1268)
@@ -58,7 +58,7 @@
 --with-freetype-includes=/usr/include/freetype2 \
 --with-tcltk-includes=$(TCLINC) \
 --with-postgres-includes=$(shell pg_config --includedir) \
---with-mysql-includes=/usr/include/mysql \
+--with-mysql-includes=$(shell mysql_config --include|sed 
-e 's/-I//') \
--with-proj-share=/usr/share/proj
 
touch config-stamp


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


[DebianGIS-dev] r1270 - packages/postgis/trunk/debian

2007-11-14 Thread kobold
Author: kobold
Date: 2007-11-14 16:01:21 + (Wed, 14 Nov 2007)
New Revision: 1270

Modified:
   packages/postgis/trunk/debian/rules
Log:
Set executable property on debian/rules.



Property changes on: packages/postgis/trunk/debian/rules
___
Name: svn:executable
   + *


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


[DebianGIS-dev] geos_2.2.3-4_amd64.changes ACCEPTED

2007-11-14 Thread Debian Installer

Accepted:
geos_2.2.3-4.diff.gz
  to pool/main/g/geos/geos_2.2.3-4.diff.gz
geos_2.2.3-4.dsc
  to pool/main/g/geos/geos_2.2.3-4.dsc
libgeos-c1_2.2.3-4_amd64.deb
  to pool/main/g/geos/libgeos-c1_2.2.3-4_amd64.deb
libgeos-dev_2.2.3-4_amd64.deb
  to pool/main/g/geos/libgeos-dev_2.2.3-4_amd64.deb
libgeos-doc_2.2.3-4_all.deb
  to pool/main/g/geos/libgeos-doc_2.2.3-4_all.deb
libgeos2c2a_2.2.3-4_amd64.deb
  to pool/main/g/geos/libgeos2c2a_2.2.3-4_amd64.deb


Override entries for your package:
geos_2.2.3-4.dsc - source science
libgeos-c1_2.2.3-4_amd64.deb - optional libs
libgeos-dev_2.2.3-4_amd64.deb - optional libdevel
libgeos-doc_2.2.3-4_all.deb - optional doc
libgeos2c2a_2.2.3-4_amd64.deb - optional libs

Announcing to [EMAIL PROTECTED]


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] r1272 - packages/geotiff/libgeotiff-dfsg/tags

2007-11-14 Thread frankie
Author: frankie
Date: 2007-11-14 17:05:47 + (Wed, 14 Nov 2007)
New Revision: 1272

Added:
   packages/geotiff/libgeotiff-dfsg/tags/1.2.4-2/
Log:
[svn-buildpackage] Tagging libgeotiff-dfsg (1.2.4-2)

Copied: packages/geotiff/libgeotiff-dfsg/tags/1.2.4-2 (from rev 1271, 
packages/geotiff/libgeotiff-dfsg/trunk)


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


[DebianGIS-dev] r1273 - packages/geotiff/libgeotiff-dfsg/trunk/debian

2007-11-14 Thread frankie
Author: frankie
Date: 2007-11-14 17:07:20 + (Wed, 14 Nov 2007)
New Revision: 1273

Modified:
   packages/geotiff/libgeotiff-dfsg/trunk/debian/changelog
Log:
Tagging 1.2.4-2


Modified: packages/geotiff/libgeotiff-dfsg/trunk/debian/changelog
===
--- packages/geotiff/libgeotiff-dfsg/trunk/debian/changelog 2007-11-14 
17:05:47 UTC (rev 1272)
+++ packages/geotiff/libgeotiff-dfsg/trunk/debian/changelog 2007-11-14 
17:07:20 UTC (rev 1273)
@@ -1,3 +1,9 @@
+libgeotiff-dfsg (1.2.4-3) UNRELEASED; urgency=low
+
+  * NOT RELEASED YET
+
+ -- Francesco Paolo Lovergine <[EMAIL PROTECTED]>  Wed, 14 Nov 2007 18:05:20 
+0100
+
 libgeotiff-dfsg (1.2.4-2) unstable; urgency=high
 
   * Missing *.inc files added to /usr/include/geotiff.


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


[DebianGIS-dev] r1271 - packages/geotiff/libgeotiff-dfsg/trunk/debian

2007-11-14 Thread frankie
Author: frankie
Date: 2007-11-14 16:57:10 + (Wed, 14 Nov 2007)
New Revision: 1271

Modified:
   packages/geotiff/libgeotiff-dfsg/trunk/debian/changelog
   packages/geotiff/libgeotiff-dfsg/trunk/debian/libgeotiff-dev.install
Log:
Fixating missing .inc files.


Modified: packages/geotiff/libgeotiff-dfsg/trunk/debian/changelog
===
--- packages/geotiff/libgeotiff-dfsg/trunk/debian/changelog 2007-11-14 
16:01:21 UTC (rev 1270)
+++ packages/geotiff/libgeotiff-dfsg/trunk/debian/changelog 2007-11-14 
16:57:10 UTC (rev 1271)
@@ -1,3 +1,10 @@
+libgeotiff-dfsg (1.2.4-2) unstable; urgency=high
+
+  * Missing *.inc files added to /usr/include/geotiff.
+(closes: #447234)
+
+ -- Francesco Paolo Lovergine <[EMAIL PROTECTED]>  Wed, 14 Nov 2007 17:53:29 
+0100
+
 libgeotiff-dfsg (1.2.4-1) unstable; urgency=low
 
   * Initial release (closes: #418184)

Modified: packages/geotiff/libgeotiff-dfsg/trunk/debian/libgeotiff-dev.install
===
--- packages/geotiff/libgeotiff-dfsg/trunk/debian/libgeotiff-dev.install
2007-11-14 16:01:21 UTC (rev 1270)
+++ packages/geotiff/libgeotiff-dfsg/trunk/debian/libgeotiff-dev.install
2007-11-14 16:57:10 UTC (rev 1271)
@@ -1,2 +1,3 @@
 usr/include/*.husr/include/geotiff
+usr/include/*.inc usr/include/geotiff
 usr/lib/lib*.a


___
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#447234: marked as done (Missing *.inc files)

2007-11-14 Thread Debian Bug Tracking System
Your message dated Wed, 14 Nov 2007 17:17:04 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#447234: fixed in libgeotiff-dfsg 1.2.4-2
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: libgeotiff-dev
Version: 1.2.4-1
Severity: grave
Tags: patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


The header files reference *.inc files, which are missing. The patch fixes
this.


- -- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (102, 'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.22-2-powerpc
Locale: LANG=de_CH.UTF-8, LC_CTYPE=de_CH.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libgeotiff-dev depends on:
ii  libgeotiff1.2 1.2.4-1the GeoTIFF library -- run-time fi

libgeotiff-dev recommends no packages.

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHGHgZWoGvjmrbsgARAkN9AJ9ZGqsW978hLSjaaJXIdbaq7NESbQCeJiHr
hdyRs7cHUBz6tgptrvulku8=
=isWi
-END PGP SIGNATURE-
diff -up -ru libgeotiff-dfsg-1.2.4.orig/debian/libgeotiff-dev.install 
libgeotiff-dfsg-1.2.4/debian/libgeotiff-dev.install
--- libgeotiff-dfsg-1.2.4.orig/debian/libgeotiff-dev.install2007-10-19 
11:03:23.0 +0200
+++ libgeotiff-dfsg-1.2.4/debian/libgeotiff-dev.install 2007-10-19 
10:07:38.0 +0200
@@ -1,2 +1,3 @@
 usr/include/*.husr/include/geotiff
+usr/include/*.inc  usr/include/geotiff
 usr/lib/lib*.a
--- End Message ---
--- Begin Message ---
Source: libgeotiff-dfsg
Source-Version: 1.2.4-2

We believe that the bug you reported is fixed in the latest version of
libgeotiff-dfsg, which is due to be installed in the Debian FTP archive:

geotiff-bin_1.2.4-2_i386.deb
  to pool/main/libg/libgeotiff-dfsg/geotiff-bin_1.2.4-2_i386.deb
libgeotiff-dev_1.2.4-2_i386.deb
  to pool/main/libg/libgeotiff-dfsg/libgeotiff-dev_1.2.4-2_i386.deb
libgeotiff-dfsg_1.2.4-2.diff.gz
  to pool/main/libg/libgeotiff-dfsg/libgeotiff-dfsg_1.2.4-2.diff.gz
libgeotiff-dfsg_1.2.4-2.dsc
  to pool/main/libg/libgeotiff-dfsg/libgeotiff-dfsg_1.2.4-2.dsc
libgeotiff1.2_1.2.4-2_i386.deb
  to pool/main/libg/libgeotiff-dfsg/libgeotiff1.2_1.2.4-2_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Francesco Paolo Lovergine <[EMAIL PROTECTED]> (supplier of updated 
libgeotiff-dfsg package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 14 Nov 2007 17:53:29 +0100
Source: libgeotiff-dfsg
Binary: libgeotiff-dev libgeotiff1.2 geotiff-bin
Architecture: source i386
Version: 1.2.4-2
Distribution: unstable
Urgency: high
Maintainer: Francesco Paolo Lovergine <[EMAIL PROTECTED]>
Changed-By: Francesco Paolo Lovergine <[EMAIL PROTECTED]>
Description: 
 geotiff-bin - the GeoTIFF library -- tools
 libgeotiff-dev - the GeoTIFF library -- development files
 libgeotiff1.2 - the GeoTIFF library -- run-time files
Closes: 447234
Changes: 
 libgeotiff-dfsg (1.2.4-2) unstable; urgency=high
 .
   * Missing *.inc files added to /usr/include/geotiff.
 (closes: #447234)
Files: 
 26451fc3a0398c0ad21fc3a971a1fa41 771 science extra libgeotiff-dfsg_1.2.4-2.dsc
 e96b2b83f019d4b3ad6d5ab153b27d6b 4215 science extra 
libgeotiff-dfsg_1.2.4-2.diff.gz
 a749e3d388d2198e436accf0cd6f1ff2 103008 libdevel extra 
libgeotiff-dev_1.2.4-2_i386.deb
 674b724a65280b7588e57ab197584f28 60980 libs extra 
libgeotiff1.2_1.2.4-2_i386.deb
 2b4946797b2951df76dea97d43383bbb 30394 science extra 
geotiff-bin_1.2.4-2_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHOyq0pFNRmenyx0cRAi59AKDlRpuepYXHSSI83F32yGbgKGhnLgCg9BsW
rju9kbySijRV+1YWBHxujJk=
=2IFA
-END PGP SIGNATURE-


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