[DebianGIS-dev] r1301 - scripts

2007-12-19 Thread frankie
Author: frankie
Date: 2007-12-19 08:54:35 + (Wed, 19 Dec 2007)
New Revision: 1301

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


Modified: scripts/dgis-packages.inc
===
--- scripts/dgis-packages.inc   2007-12-18 23:10:35 UTC (rev 1300)
+++ scripts/dgis-packages.inc   2007-12-19 08:54:35 UTC (rev 1301)
@@ -73,6 +73,7 @@
 'openjump' => {url=>'http://jump-pilot.sourceforge.net/',wnpp=>'356494'},
 'openscenegraph' => {url=>'http://www.openscenegraph.org/'},
 'opticks' => {url=>'https://opticks.ballforge.net/'},
+'orfeo' => {url=>'http://smsc.cnes.fr/PLEIADES/lien3_vm.htm'},
 'osm2pgsql' => 
{url=>'http://svn.openstreetmap.org/applications/utils/export/osm2pgsql/', 
wnpp=>'444705'},
 'ossim' => {url=>'http://www.ossim.org/'},
 'paraview' => {url=>'http://www.paraview.org/HTML/Index.html',wnpp=>'304334'},


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


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

2007-12-19 Thread frankie
Author: frankie
Date: 2007-12-19 12:25:41 + (Wed, 19 Dec 2007)
New Revision: 1302

Modified:
   packages/geotiff/libgeotiff-dfsg/trunk/debian/changelog
   packages/geotiff/libgeotiff-dfsg/trunk/debian/control
   packages/geotiff/libgeotiff-dfsg/trunk/debian/rules
Log:
Releasing 1.2.4-3


Modified: packages/geotiff/libgeotiff-dfsg/trunk/debian/changelog
===
--- packages/geotiff/libgeotiff-dfsg/trunk/debian/changelog 2007-12-19 
08:54:35 UTC (rev 1301)
+++ packages/geotiff/libgeotiff-dfsg/trunk/debian/changelog 2007-12-19 
12:25:41 UTC (rev 1302)
@@ -1,8 +1,15 @@
-libgeotiff-dfsg (1.2.4-3) UNRELEASED; urgency=low
+libgeotiff-dfsg (1.2.4-3) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * [Lintian] debian-rules-ignores-make-clean-error cleaned in debian/rules.
+  * [Lintian] extended-description-line-too-long cleaned in debian/control.
+  * [Lintian] substvar-source-version-is-deprecated cleaned in debian/control.
+  * Introduced homepage field in debian/control.
+  * Added installation path for libraries searching at dh_shlibdeps call.
+  * Added LD_SHARED ovverride at building time in debian/rules to link against 
libc 
+runtime also.
+  * Policy bumped to 3.7.3.
 
- -- Francesco Paolo Lovergine <[EMAIL PROTECTED]>  Wed, 14 Nov 2007 18:05:20 
+0100
+ -- Francesco Paolo Lovergine <[EMAIL PROTECTED]>  Wed, 19 Dec 2007 13:21:20 
+0100
 
 libgeotiff-dfsg (1.2.4-2) unstable; urgency=high
 

Modified: packages/geotiff/libgeotiff-dfsg/trunk/debian/control
===
--- packages/geotiff/libgeotiff-dfsg/trunk/debian/control   2007-12-19 
08:54:35 UTC (rev 1301)
+++ packages/geotiff/libgeotiff-dfsg/trunk/debian/control   2007-12-19 
12:25:41 UTC (rev 1302)
@@ -3,21 +3,20 @@
 Maintainer: Debian GIS Project 
 Uploaders: Francesco Paolo Lovergine <[EMAIL PROTECTED]>
 Build-Depends: debhelper (>= 5), autotools-dev, proj, zlib1g-dev, 
libjpeg62-dev, libtiff4-dev, dpatch
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 Section: science
+Homepage: http://geotiff.maptools.org/
 
 Package: libgeotiff-dev
 Section: libdevel
 Architecture: any
-Depends: libgeotiff1.2 (= ${Source-Version})
+Depends: libgeotiff1.2 (= ${binary:Version})
 Suggests: libgeotiff-epsg
 Description: the GeoTIFF library -- development files
  This C library supports TIFF 6.0 based interchange format for georeferenced 
- raster imagery. The GeoTIFF standard has been developed for reading, and 
writing
- geographic meta-information tags on top of TIFF raster.
+ raster imagery. The GeoTIFF standard has been developed for reading, and 
+ writing geographic meta-information tags on top of TIFF raster.
  .
-  Home page: http://geotiff.maptools.org/
- .
  This package contains stuff to be used to develop programs based 
  on the GeoTIFF library.
 
@@ -28,11 +27,9 @@
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: the GeoTIFF library -- run-time files
  This C library supports TIFF 6.0 based interchange format for georeferenced 
- raster imagery. The GeoTIFF standard has been developed for reading, and 
writing
- geographic meta-information tags on top of TIFF raster.
+ raster imagery. The GeoTIFF standard has been developed for reading, and 
+ writing geographic meta-information tags on top of TIFF raster.
  .
-  Home page: http://geotiff.maptools.org/
- .
  This package contains the shared library only.
 
 Package: geotiff-bin
@@ -42,12 +39,10 @@
 Suggests: gdal-bin, libgeotiff-epsg
 Description: the GeoTIFF library -- tools
  This C library supports TIFF 6.0 based interchange format for georeferenced 
- raster imagery. The GeoTIFF standard has been developed for reading, and 
writing
- geographic meta-information tags on top of TIFF raster.
+ raster imagery. The GeoTIFF standard has been developed for reading, and 
+ writing geographic meta-information tags on top of TIFF raster.
  .
  The GeoTIFF library comes with two utility programs here included:
  .
   listgeo - dumps the metadata of a GeoTIFF file.
   geotifcp - applies metadata to a TIFF file, making it a GeoTIFF file.
- .
-  Home page: http://geotiff.maptools.org/

Modified: packages/geotiff/libgeotiff-dfsg/trunk/debian/rules
===
--- packages/geotiff/libgeotiff-dfsg/trunk/debian/rules 2007-12-19 08:54:35 UTC 
(rev 1301)
+++ packages/geotiff/libgeotiff-dfsg/trunk/debian/rules 2007-12-19 12:25:41 UTC 
(rev 1302)
@@ -36,7 +36,7 @@
dh_testdir
 
# Add here commands to compile the package.
-   $(MAKE)
+   $(MAKE) LD_SHARED="gcc -shared"
 
touch $@
 
@@ -47,7 +47,8 @@
rm -f build-stamp 
 
# Add here commands to clean up after the build process.
-   -$(MAKE) dist-clean
+   [ ! -f $(CURDIR)/Makefile ] || $(MAKE) dist-clean
+
 ifneq "$(wildcard /usr/share/misc/config.sub)" ""
cp -f /usr/share/misc/config.sub config.sub
 endi

[DebianGIS-dev] Processing of libgeotiff-dfsg_1.2.4-3_i386.changes

2007-12-19 Thread Archive Administrator
libgeotiff-dfsg_1.2.4-3_i386.changes uploaded successfully to localhost
along with the files:
  libgeotiff-dfsg_1.2.4-3.dsc
  libgeotiff-dfsg_1.2.4-3.diff.gz
  libgeotiff-dev_1.2.4-3_i386.deb
  libgeotiff1.2_1.2.4-3_i386.deb
  geotiff-bin_1.2.4-3_i386.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] r1304 - packages/geotiff/libgeotiff-dfsg/tags

2007-12-19 Thread frankie
Author: frankie
Date: 2007-12-19 12:31:15 + (Wed, 19 Dec 2007)
New Revision: 1304

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

Copied: packages/geotiff/libgeotiff-dfsg/tags/1.2.4-3 (from rev 1303, 
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] r1303 - packages/geotiff/libgeotiff-dfsg/trunk/debian

2007-12-19 Thread frankie
Author: frankie
Date: 2007-12-19 12:27:14 + (Wed, 19 Dec 2007)
New Revision: 1303

Modified:
   packages/geotiff/libgeotiff-dfsg/trunk/debian/changelog
   packages/geotiff/libgeotiff-dfsg/trunk/debian/rules
Log:
Minor fix


Modified: packages/geotiff/libgeotiff-dfsg/trunk/debian/changelog
===
--- packages/geotiff/libgeotiff-dfsg/trunk/debian/changelog 2007-12-19 
12:25:41 UTC (rev 1302)
+++ packages/geotiff/libgeotiff-dfsg/trunk/debian/changelog 2007-12-19 
12:27:14 UTC (rev 1303)
@@ -5,11 +5,12 @@
   * [Lintian] substvar-source-version-is-deprecated cleaned in debian/control.
   * Introduced homepage field in debian/control.
   * Added installation path for libraries searching at dh_shlibdeps call.
-  * Added LD_SHARED ovverride at building time in debian/rules to link against 
libc 
+  * Added LD_SHARED ovverride at building time in debian/rules to link against 
libc
 runtime also.
   * Policy bumped to 3.7.3.
+  * Removing config.log at clean time for completeness.
 
- -- Francesco Paolo Lovergine <[EMAIL PROTECTED]>  Wed, 19 Dec 2007 13:21:20 
+0100
+ -- Francesco Paolo Lovergine <[EMAIL PROTECTED]>  Wed, 19 Dec 2007 13:25:57 
+0100
 
 libgeotiff-dfsg (1.2.4-2) unstable; urgency=high
 

Modified: packages/geotiff/libgeotiff-dfsg/trunk/debian/rules
===
--- packages/geotiff/libgeotiff-dfsg/trunk/debian/rules 2007-12-19 12:25:41 UTC 
(rev 1302)
+++ packages/geotiff/libgeotiff-dfsg/trunk/debian/rules 2007-12-19 12:27:14 UTC 
(rev 1303)
@@ -55,7 +55,7 @@
 ifneq "$(wildcard /usr/share/misc/config.guess)" ""
cp -f /usr/share/misc/config.guess config.guess
 endif
-   rm -f config.status
+   rm -f config.status config.log
rm -f libgeotiff.* xtiffio.h newgeo.tif
 
dh_clean 


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


[DebianGIS-dev] libgeotiff-dfsg_1.2.4-3_i386.changes ACCEPTED

2007-12-19 Thread Debian Installer

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


Override entries for your package:
geotiff-bin_1.2.4-3_i386.deb - extra science
libgeotiff-dev_1.2.4-3_i386.deb - extra libdevel
libgeotiff-dfsg_1.2.4-3.dsc - source science
libgeotiff1.2_1.2.4-3_i386.deb - extra 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] Bug#457080: hdf5: Please add OpenMPI build

2007-12-19 Thread Adam C Powell IV
Package: hdf5
Version: 1.6.5-5
Severity: wishlist

Greetings,

As OpenMPI is the successor to LAM (the LAM developers now work on
OpenMPI), please add an OpenMPI build of hdf5.

Thanks,
-Adam
-- 
GPG fingerprint: D54D 1AEE B11C CE9B A02B  C5DD 526F 01E8 564E E4B6

Engineering consulting with open source tools
http://www.opennovation.com/




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