[SCM] gdal branch, master, updated. upstream/1.8.0-18-gbad5afb

2011-04-26 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit 029c9d5d3c72ee6d99f707c380dd7095306d10f0
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Sat Apr 23 16:30:21 2011 +0200

Commenting out libtool hack

diff --git a/debian/rules b/debian/rules
index 4d38cf2..5292d29 100755
--- a/debian/rules
+++ b/debian/rules
@@ -93,17 +93,17 @@ configure-stamp:

# Overrides the generated libtool with official one, due to 
# breakage in upstream version.
-   cp /usr/bin/libtool $(CURDIR)/libtool
+   #cp /usr/bin/libtool $(CURDIR)/libtool

# Patch the generated libtool to avoid passing -rpath when linking,
# and to explicitly link libraries against the libraries they
# depend on.
-   sed  libtool  libtool-2 \
+   #sed  libtool  libtool-2 \
-e 's/^hardcode_libdir_flag_spec.*$$/hardcode_libdir_flag_spec= 
-D__LIBTOOL_IS_A_FOOL__ /' \
-e '/^archive_cmds=/s/$$/ \\$$deplibs/' \
-e 's/^hardcode_into_libs.*$$/hardcode_into_libs=no/'
-   mv libtool-2 libtool
-   chmod 755 libtool 
+   #mv libtool-2 libtool
+   #chmod 755 libtool 

touch $@
 

-- 
GDAL/OGR library and tools

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


[SCM] gdal branch, master, updated. upstream/1.8.0-18-gbad5afb

2011-04-26 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit 86c9ab70cdbbe20c4d98ce487b2fa10d4a070c9e
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Sat Apr 23 16:40:56 2011 +0200

Fixed typo.

diff --git a/debian/rules b/debian/rules
index 5292d29..d67b8e5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -99,9 +99,9 @@ configure-stamp:
# and to explicitly link libraries against the libraries they
# depend on.
#sed  libtool  libtool-2 \
-   -e 's/^hardcode_libdir_flag_spec.*$$/hardcode_libdir_flag_spec= 
-D__LIBTOOL_IS_A_FOOL__ /' \
-   -e '/^archive_cmds=/s/$$/ \\$$deplibs/' \
-   -e 's/^hardcode_into_libs.*$$/hardcode_into_libs=no/'
+   #   -e 
's/^hardcode_libdir_flag_spec.*$$/hardcode_libdir_flag_spec= 
-D__LIBTOOL_IS_A_FOOL__ /' \
+   #   -e '/^archive_cmds=/s/$$/ \\$$deplibs/' \
+   #   -e 's/^hardcode_into_libs.*$$/hardcode_into_libs=no/'
#mv libtool-2 libtool
#chmod 755 libtool 


-- 
GDAL/OGR library and tools

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


[SCM] gdal branch, master, updated. upstream/1.8.0-18-gbad5afb

2011-04-26 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit bad5afbf71e96bc0f6cb877ca4be804eaa3ffef5
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Sat Apr 23 17:27:26 2011 +0200

Create missing html directory.

diff --git a/debian/rules b/debian/rules
index d67b8e5..02c0579 100755
--- a/debian/rules
+++ b/debian/rules
@@ -126,6 +126,7 @@ build-stamp:
$(MAKE) -C $(CURDIR)/swig/python install 
DESTDIR=$(CURDIR)/debian/python-tmp; \
done
 
+   mkdir $(CURDIR)/html || true
$(MAKE) docs
$(MAKE) man
# a temporary workaround for doxygen problem #564243 
@@ -142,6 +143,7 @@ clean:
rm -f GDALmake.opt-*
rm -rf $(CURDIR)/man/man1
rm -rf $(CURDIR)/debian/tmp $(CURDIR)/debian/python-tmp
+   rm -rf $(CURDIR)/html

dh_clean 
 

-- 
GDAL/OGR library and tools

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


Bug#624181: libgeographiclib-dev should depend on libgeographiclib5

2011-04-26 Thread Kartik Mohta
Package: libgeographiclib-dev
Version: 1.8-1
Severity: normal

libgeographiclib-dev contains symlink to the shared library from
libgeographiclib5 but libgeographiclib5 is not listed as a dependency.

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (101, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.38-4.dmz.1-liquorix-686 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_IN.utf8, LC_CTYPE=en_IN.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-- 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


[SCM] gdal branch, master, updated. upstream/1.8.0-19-gd7016f1

2011-04-26 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit d7016f1c0c247b6a71fd7e39a70d7456f6653281
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Tue Apr 26 16:11:53 2011 +0200

Added one new binary and some minor changes to paths.

diff --git a/debian/changelog b/debian/changelog
index 4692570..b1f9ec2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,13 @@ gdal (1.8.0-1) experimental; urgency=low
 the GDAL LICENSE file.
   * Swig generated stuff for perl is now removed just before building, not
 at clean time to be more nice against git-bp.
+  * Added gdallocationinfo installation in gdal-bin.
+  * Policy bumped to 3.9.2, no changes required.
+  * Fixed manpages oddities.
+(closes: #615535)
+  * Added some more cleanup instructions.
 
- -- Francesco Paolo Lovergine fran...@debian.org  Wed, 16 Mar 2011 09:46:02 
+0100
+ -- Francesco Paolo Lovergine fran...@debian.org  Tue, 26 Apr 2011 16:11:03 
+0200
 
 gdal (1.7.3-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index b87e1a6..77416b2 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends: debhelper (= 8), zlib1g-dev, libnetcdf-dev 
(= 1:4.0.0),
  ruby, ruby1.8-dev, chrpath, swig, libtool (= 1.5.24-2), patch, 
libexpat1-dev, libproj-dev,
  libdap-dev, libxml2-dev, libspatialite-dev (= 2.4.0~rc2-4), libepsilon-dev
 Build-Conflicts: python-setuptools
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 XS-Python-Version: all
 Homepage: http://www.gdal.org/
 Vcs-Browser: http://git.debian.org/?p=pkg-grass/gdal.git
diff --git a/debian/gdal-bin.install b/debian/gdal-bin.install
index e62c547..881c3b0 100644
--- a/debian/gdal-bin.install
+++ b/debian/gdal-bin.install
@@ -14,6 +14,7 @@ usr/bin/gdal_contour
 usr/bin/ogr*
 usr/bin/gdalbuildvrt
 usr/bin/testepsg
+usr/bin/gdallocationinfo
 usr/share/man/man1/gdal_rasterize.1
 usr/share/man/man1/gdal_translate.1
 usr/share/man/man1/gdal_utilities.1
@@ -30,3 +31,4 @@ usr/share/man/man1/gdaltindex.1
 usr/share/man/man1/gdaltransform.1
 usr/share/man/man1/nearblack.1
 usr/share/man/man1/gdaldem.1
+usr/share/man/man1/gdallocationinfo.1
diff --git a/debian/rules b/debian/rules
index 02c0579..d2143b3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -91,20 +91,6 @@ configure-stamp:
mv GDALmake.opt GDALmake.opt-$$V; \
done

-   # Overrides the generated libtool with official one, due to 
-   # breakage in upstream version.
-   #cp /usr/bin/libtool $(CURDIR)/libtool
-   
-   # Patch the generated libtool to avoid passing -rpath when linking,
-   # and to explicitly link libraries against the libraries they
-   # depend on.
-   #sed  libtool  libtool-2 \
-   #   -e 
's/^hardcode_libdir_flag_spec.*$$/hardcode_libdir_flag_spec= 
-D__LIBTOOL_IS_A_FOOL__ /' \
-   #   -e '/^archive_cmds=/s/$$/ \\$$deplibs/' \
-   #   -e 's/^hardcode_into_libs.*$$/hardcode_into_libs=no/'
-   #mv libtool-2 libtool
-   #chmod 755 libtool 
-   
touch $@
 
 build: configure-stamp build-stamp
@@ -143,7 +129,9 @@ clean:
rm -f GDALmake.opt-*
rm -rf $(CURDIR)/man/man1
rm -rf $(CURDIR)/debian/tmp $(CURDIR)/debian/python-tmp
-   rm -rf $(CURDIR)/html
+   rm -rf $(CURDIR)/html $(CURDIR)/doc/br/html $(CURDIR)/doc/ru/html
+   rm -rf $(CURDIR)/frmts/o/.libs
+   rm -f  $(CURDIR)/islibdappost310.*

dh_clean 
 
@@ -179,7 +167,7 @@ install: build
install -o root -g root -d $(CURDIR)/debian/tmp/usr/lib/perl5/auto
install -o root -g root -d $(CURDIR)/debian/tmp/usr/lib/ruby/$(RUBYDEF)
mv $(CURDIR)/debian/tmp$(PERL_PATH)/auto/* 
$(CURDIR)/debian/tmp/usr/lib/perl5/auto/.
-   mv $(CURDIR)/debian/tmp$(PERL_PATH)/lib/perl/$(PERLDEF)/Geo 
$(CURDIR)/debian/tmp/usr/lib/perl5/.
+   mv $(CURDIR)/debian/tmp$(PERL_PATH)/Geo 
$(CURDIR)/debian/tmp/usr/lib/perl5/.
mv $(CURDIR)/debian/tmp/usr/local/lib/site_ruby/$(RUBYDEF)/* 
$(CURDIR)/debian/tmp/usr/lib/ruby/$(RUBYDEF)/.
# copy sample programs for python-gdal
install -o root -g root -d 
$(CURDIR)/debian/tmp/usr/share/doc/python-gdal/examples

-- 
GDAL/OGR library and tools

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


Processing of geographiclib_1.8-2_i386.changes

2011-04-26 Thread Debian FTP Masters
geographiclib_1.8-2_i386.changes uploaded successfully to localhost
along with the files:
  geographiclib_1.8-2.dsc
  geographiclib_1.8-2.debian.tar.gz
  geographiclib-tools_1.8-2_i386.deb
  libgeographiclib5_1.8-2_i386.deb
  libgeographiclib-dev_1.8-2_i386.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

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


geographiclib_1.8-2_i386.changes ACCEPTED into unstable

2011-04-26 Thread Debian FTP Masters



Accepted:
geographiclib-tools_1.8-2_i386.deb
  to main/g/geographiclib/geographiclib-tools_1.8-2_i386.deb
geographiclib_1.8-2.debian.tar.gz
  to main/g/geographiclib/geographiclib_1.8-2.debian.tar.gz
geographiclib_1.8-2.dsc
  to main/g/geographiclib/geographiclib_1.8-2.dsc
libgeographiclib-dev_1.8-2_i386.deb
  to main/g/geographiclib/libgeographiclib-dev_1.8-2_i386.deb
libgeographiclib5_1.8-2_i386.deb
  to main/g/geographiclib/libgeographiclib5_1.8-2_i386.deb


Override entries for your package:
geographiclib-tools_1.8-2_i386.deb - optional science
geographiclib_1.8-2.dsc - source science
libgeographiclib-dev_1.8-2_i386.deb - optional libdevel
libgeographiclib5_1.8-2_i386.deb - optional libs

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 624181 


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


Processing of gdal_1.8.0-1_i386.changes

2011-04-26 Thread Debian FTP Masters
gdal_1.8.0-1_i386.changes uploaded successfully to localhost
along with the files:
  gdal_1.8.0-1.dsc
  gdal_1.8.0.orig.tar.gz
  gdal_1.8.0-1.debian.tar.gz
  libgdal1-1.8.0_1.8.0-1_i386.deb
  libgdal1-dev_1.8.0-1_i386.deb
  gdal-bin_1.8.0-1_i386.deb
  python-gdal_1.8.0-1_i386.deb
  libgdal-perl_1.8.0-1_i386.deb
  libgdal-ruby1.8_1.8.0-1_i386.deb
  libgdal-ruby_1.8.0-1_i386.deb
  libgdal-doc_1.8.0-1_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

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


Bug#624181: marked as done (libgeographiclib-dev should depend on libgeographiclib5)

2011-04-26 Thread Debian Bug Tracking System
Your message dated Tue, 26 Apr 2011 15:17:17 +
with message-id e1qek0r-00027x...@franck.debian.org
and subject line Bug#624181: fixed in geographiclib 1.8-2
has caused the Debian Bug report #624181,
regarding libgeographiclib-dev should depend on libgeographiclib5
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.)


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

libgeographiclib-dev contains symlink to the shared library from
libgeographiclib5 but libgeographiclib5 is not listed as a dependency.

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (101, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.38-4.dmz.1-liquorix-686 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_IN.utf8, LC_CTYPE=en_IN.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-- no debconf information


---End Message---
---BeginMessage---
Source: geographiclib
Source-Version: 1.8-2

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

geographiclib-tools_1.8-2_i386.deb
  to main/g/geographiclib/geographiclib-tools_1.8-2_i386.deb
geographiclib_1.8-2.debian.tar.gz
  to main/g/geographiclib/geographiclib_1.8-2.debian.tar.gz
geographiclib_1.8-2.dsc
  to main/g/geographiclib/geographiclib_1.8-2.dsc
libgeographiclib-dev_1.8-2_i386.deb
  to main/g/geographiclib/libgeographiclib-dev_1.8-2_i386.deb
libgeographiclib5_1.8-2_i386.deb
  to main/g/geographiclib/libgeographiclib5_1.8-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 624...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Francesco Paolo Lovergine fran...@debian.org (supplier of updated 
geographiclib 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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 26 Apr 2011 16:50:10 +0200
Source: geographiclib
Binary: geographiclib-tools libgeographiclib5 libgeographiclib-dev
Architecture: source i386
Version: 1.8-2
Distribution: unstable
Urgency: low
Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
Changed-By: Francesco Paolo Lovergine fran...@debian.org
Description: 
 geographiclib-tools - A C++ library to solve some geodesic problems -- tools
 libgeographiclib-dev - A C++ library to solve some geodesic problems -- 
development file
 libgeographiclib5 - A C++ library to solve some geodesic problems -- library
Closes: 624181
Changes: 
 geographiclib (1.8-2) unstable; urgency=low
 .
   * Fixed typo in changelog to make lintian happy.
   * Added missing dependency from libgeographic5 in -dev package.
 (closes: #624181)
   * Policy bumped to 3.9.2, no changes.
Checksums-Sha1: 
 7a2c0c702ebc17750a199f298ed2311c581975d1 1334 geographiclib_1.8-2.dsc
 ad4c386d4c062b1280bf7ff57216f0d1d711a3e6 4864 geographiclib_1.8-2.debian.tar.gz
 21b42afda7de1be21f35ae91f32ad8df2c86cea4 775662 
geographiclib-tools_1.8-2_i386.deb
 3ef83b621be6b89a7b363afc121c453be728496c 154786 
libgeographiclib5_1.8-2_i386.deb
 2cb21cc8ee39aaf03d6b8a394ef0a481ab460884 237470 
libgeographiclib-dev_1.8-2_i386.deb
Checksums-Sha256: 
 3487a32668b227949041536e7616af555bede16a5929b31a3c8f76c056a94a98 1334 
geographiclib_1.8-2.dsc
 3a2a879f5ba5b0bf1f0329028aa4cd9407a922e126413a012c22067e113ffc5b 4864 
geographiclib_1.8-2.debian.tar.gz
 d76e05cd7d49ac42676864df9afebb1bd4200ba0dd3a4efa27a11ed774ed74dc 775662 
geographiclib-tools_1.8-2_i386.deb
 73ae1ab151ae78a6a529a9e66cec535dba42fb0176f113c52b08404bd0147836 154786 
libgeographiclib5_1.8-2_i386.deb
 4bfd5f28218244be37e7d78c47c1917ffc5d47962dc08c1c7aafdb0af71f65ca 237470 
libgeographiclib-dev_1.8-2_i386.deb
Files: 
 175f39bb9819affc85a605e4c6af4e33 1334 science optional geographiclib_1.8-2.dsc
 2ccab49a9516e6b182d15b68371c5e05 4864 science optional 
geographiclib_1.8-2.debian.tar.gz
 a667002d40937916b138472dd3f25d21 775662 science optional 
geographiclib-tools_1.8-2_i386.deb
 1f08a4e485f9952576bae306c1ead87d 154786 libs optional 
libgeographiclib5_1.8-2_i386.deb
 6c45406ab95c8db1f903668e63e0427f 237470 libdevel 

Processing of gdal_1.7.3-3_i386.changes

2011-04-26 Thread Debian FTP Masters
gdal_1.7.3-3_i386.changes uploaded successfully to localhost
along with the files:
  gdal_1.7.3-3.dsc
  gdal_1.7.3-3.debian.tar.gz
  libgdal1-1.7.0_1.7.3-3_i386.deb
  libgdal1-dev_1.7.3-3_i386.deb
  gdal-bin_1.7.3-3_i386.deb
  python-gdal_1.7.3-3_i386.deb
  libgdal-perl_1.7.3-3_i386.deb
  libgdal-ruby1.8_1.7.3-3_i386.deb
  libgdal-ruby_1.7.3-3_i386.deb
  libgdal-doc_1.7.3-3_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

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


[SCM] gdal tag, debian/1.7.3-3, created. upstream/1.7.3-9-g3140f59

2011-04-26 Thread Francesco Paolo Lovergine
The tag, debian/1.7.3-3 has been created
at  3140f59857c6b6db27dd61558386797cadaeb930 (commit)

- Shortlog 
commit 3140f59857c6b6db27dd61558386797cadaeb930
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Tue Apr 26 16:57:09 2011 +0200

Removing swig wrappers.
---

-- 
GDAL/OGR library and tools

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


[SCM] gdal tag, debian/1.8.0-1, created. upstream/1.8.0-19-gd7016f1

2011-04-26 Thread Francesco Paolo Lovergine
The tag, debian/1.8.0-1 has been created
at  d7016f1c0c247b6a71fd7e39a70d7456f6653281 (commit)

- Shortlog 
commit d7016f1c0c247b6a71fd7e39a70d7456f6653281
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Tue Apr 26 16:11:53 2011 +0200

Added one new binary and some minor changes to paths.
---

-- 
GDAL/OGR library and tools

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


[SCM] geographiclib tag, debian/1.8-2, created. upstream/1.8-9-g7b0f67d

2011-04-26 Thread Francesco Paolo Lovergine
The tag, debian/1.8-2 has been created
at  7b0f67dd37e0f8f1d8a73e1db90a84ee479d9411 (commit)

- Shortlog 
commit 7b0f67dd37e0f8f1d8a73e1db90a84ee479d9411
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Tue Apr 26 16:50:24 2011 +0200

Fixed debian/changelog for right version.
---

-- 
A library to solve some geodesic problems

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


gdal_1.8.0-1_i386.changes REJECTED

2011-04-26 Thread Debian FTP Masters



Reject Reasons:
libgdal1-1.8.0: lintian output: 'binary-or-shlib-defines-rpath 
./usr/lib/libgdal1.8.0.so.1.15.0 
/build/buildd-libhdf4_4.2r4-11-i386-DNC59s/libhdf4-4.2r4/HDF4_ALT/mfhdf/libsrc/.libs',
 automatically rejected package.
libgdal1-1.8.0: If you have a good reason, you may override this lintian tag.
libgdal1-1.8.0: lintian output: 'binary-or-shlib-defines-rpath 
./usr/lib/libgdal1.8.0.so.1.15.0 
/build/buildd-libhdf4_4.2r4-11-i386-DNC59s/libhdf4-4.2r4/HDF4_ALT/hdf/src/.libs',
 automatically rejected package.
libgdal1-1.8.0: If you have a good reason, you may override this lintian tag.



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


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


[SCM] geographiclib branch, master, updated. upstream/1.8-9-g7b0f67d

2011-04-26 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit 6d4223ebbb9a0f56597fbc3874832073b53e3256
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Thu Feb 24 18:19:22 2011 +0100

Typo fixed.

diff --git a/debian/changelog b/debian/changelog
index 97f7058..39e5f41 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+geographiclib (1.8-2) unstable; urgency=low
+
+  * Fixed typo in changelog to make lintian happy.
+
+ -- Francesco Paolo Lovergine fran...@debian.org  Thu, 24 Feb 2011 18:19:12 
+0100
+
 geographiclib (1.8-1) unstable; urgency=low
 
   * New upstream release. Now manpages are installed for tools.

-- 
A library to solve some geodesic problems

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


[SCM] geographiclib branch, master, updated. upstream/1.8-9-g7b0f67d

2011-04-26 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit 4535c8f5823c67dce8b9581c83710f064076e85b
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Tue Apr 26 16:37:01 2011 +0200

Fixed #624181 mainly.

diff --git a/debian/changelog b/debian/changelog
index 39e5f41..4ee0e25 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+geographiclib (1.8-3) unstable; urgency=low
+
+  * Added missing dependency from libgeographic5 in -dev package.
+(closes: #624181)
+  * Policy bumped to 3.9.2, no changes.
+
+ -- Francesco Paolo Lovergine fran...@debian.org  Tue, 26 Apr 2011 16:36:02 
+0200
+
 geographiclib (1.8-2) unstable; urgency=low
 
   * Fixed typo in changelog to make lintian happy.
diff --git a/debian/control b/debian/control
index 425e07b..e3b3d2d 100644
--- a/debian/control
+++ b/debian/control
@@ -39,7 +39,7 @@ Description: A C++ library to solve some geodesic problems -- 
library
 Package: libgeographiclib-dev
 Architecture: any
 Section: libdevel
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: libgeographiclib5 (= ${binary:Version}), ${shlibs:Depends}, 
${misc:Depends}
 Description: A C++ library to solve some geodesic problems -- development files
  GeographicLib is a small set of C++ classes for converting between
 
  geographic, UTM, UPS, MGRS, geocentric, and local cartesian coordinates,  
   

-- 
A library to solve some geodesic problems

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


[SCM] geographiclib branch, master, updated. upstream/1.8-9-g7b0f67d

2011-04-26 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit 7b0f67dd37e0f8f1d8a73e1db90a84ee479d9411
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Tue Apr 26 16:50:24 2011 +0200

Fixed debian/changelog for right version.

diff --git a/debian/changelog b/debian/changelog
index 4ee0e25..f66b852 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,16 +1,11 @@
-geographiclib (1.8-3) unstable; urgency=low
+geographiclib (1.8-2) unstable; urgency=low
 
+  * Fixed typo in changelog to make lintian happy.
   * Added missing dependency from libgeographic5 in -dev package.
 (closes: #624181)
   * Policy bumped to 3.9.2, no changes.
 
- -- Francesco Paolo Lovergine fran...@debian.org  Tue, 26 Apr 2011 16:36:02 
+0200
-
-geographiclib (1.8-2) unstable; urgency=low
-
-  * Fixed typo in changelog to make lintian happy.
-
- -- Francesco Paolo Lovergine fran...@debian.org  Thu, 24 Feb 2011 18:19:12 
+0100
+ -- Francesco Paolo Lovergine fran...@debian.org  Tue, 26 Apr 2011 16:50:10 
+0200
 
 geographiclib (1.8-1) unstable; urgency=low
 

-- 
A library to solve some geodesic problems

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


gdal_1.7.3-3_i386.changes REJECTED

2011-04-26 Thread Debian FTP Masters



Reject Reasons:
libgdal1-1.7.0: lintian output: 'binary-or-shlib-defines-rpath 
./usr/lib/libgdal1.7.0.so.1.14.3 
/build/buildd-libhdf4_4.2r4-11-i386-DNC59s/libhdf4-4.2r4/HDF4_ALT/mfhdf/libsrc/.libs',
 automatically rejected package.
libgdal1-1.7.0: If you have a good reason, you may override this lintian tag.
libgdal1-1.7.0: lintian output: 'binary-or-shlib-defines-rpath 
./usr/lib/libgdal1.7.0.so.1.14.3 
/build/buildd-libhdf4_4.2r4-11-i386-DNC59s/libhdf4-4.2r4/HDF4_ALT/hdf/src/.libs',
 automatically rejected package.
libgdal1-1.7.0: If you have a good reason, you may override this lintian tag.



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


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


[SCM] gdal branch, master, updated. upstream/1.8.0-21-gd2ddf61

2011-04-26 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit 893d63fd3cc5ad0abc729b77b5f49fea32b2a160
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Tue Apr 26 17:56:02 2011 +0200

Removing rpath embedding.

diff --git a/debian/changelog b/debian/changelog
index b1f9ec2..625ad8c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,8 +12,10 @@ gdal (1.8.0-1) experimental; urgency=low
   * Fixed manpages oddities.
 (closes: #615535)
   * Added some more cleanup instructions.
+  * Now post-removing rpath in main library as well to avoid libtool tricks at
+building time.
 
- -- Francesco Paolo Lovergine fran...@debian.org  Tue, 26 Apr 2011 16:11:03 
+0200
+ -- Francesco Paolo Lovergine fran...@debian.org  Tue, 26 Apr 2011 17:55:11 
+0200
 
 gdal (1.7.3-2) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index d2143b3..d243469 100755
--- a/debian/rules
+++ b/debian/rules
@@ -162,6 +162,8 @@ install: build
-find $(CURDIR)/debian/tmp$(PERL_PATH) -type f -name .packlist -exec rm 
-f {} \;
# removing embedded rpath in perl shlibs
-find $(CURDIR)/debian/tmp/$(PERL_PATH) -type f -name *.so -exec 
chrpath --delete {} \;
+   # removing embedded rpath in main lib
+   -find $(CURDIR)/debian/tmp/usr/lib -type f -name *.so -exec chrpath 
--delete {} \;

# moves ruby/perl stuff the right dirs
install -o root -g root -d $(CURDIR)/debian/tmp/usr/lib/perl5/auto

-- 
GDAL/OGR library and tools

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


[SCM] gdal branch, master, updated. upstream/1.8.0-21-gd2ddf61

2011-04-26 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit d2ddf6145cae2945ae7acfefc24d28c8309b4f1a
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Tue Apr 26 18:01:49 2011 +0200

Minor fix.

diff --git a/debian/rules b/debian/rules
index d243469..3b403d2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -163,7 +163,7 @@ install: build
# removing embedded rpath in perl shlibs
-find $(CURDIR)/debian/tmp/$(PERL_PATH) -type f -name *.so -exec 
chrpath --delete {} \;
# removing embedded rpath in main lib
-   -find $(CURDIR)/debian/tmp/usr/lib -type f -name *.so -exec chrpath 
--delete {} \;
+   -find $(CURDIR)/debian/tmp/usr/lib -type f -name *.so* -exec chrpath 
--delete {} \;

# moves ruby/perl stuff the right dirs
install -o root -g root -d $(CURDIR)/debian/tmp/usr/lib/perl5/auto

-- 
GDAL/OGR library and tools

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