[postgis] 01/01: Finalize postgis-2.1.1-6 for upload to unstable.

2014-03-20 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a commit to branch master
in repository postgis.

commit 1d9a6a6944e8bcdfcc87691c51412a55eccfd0eb
Author: Markus Wanner mar...@bluegap.ch
Date:   Wed Mar 19 10:17:00 2014 +0100

Finalize postgis-2.1.1-6 for upload to unstable.
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f35e360..209d7f9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-postgis (2.1.1-6) UNRELEASED; urgency=low
+postgis (2.1.1-6) unstable; urgency=low
 
   * Recommend postgresql-contrib-M.N for the fuzzystrmatch
 extension, which postgis_tiger_decoder depends on.
@@ -11,7 +11,7 @@ postgis (2.1.1-6) UNRELEASED; urgency=low
   * Drop the ored dependency on openjdk-6-jdk.
   * Add a couple more files to the extend-diff-ignore.
 
- -- Markus Wanner mar...@bluegap.ch  Tue, 28 Jan 2014 22:32:14 +0100
+ -- Markus Wanner mar...@bluegap.ch  Wed, 19 Mar 2014 10:16:41 +0100
 
 postgis (2.1.1-5) unstable; urgency=low
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

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


[postgis] branch master updated (1ea3a02 - 1d9a6a6)

2014-03-20 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a change to branch master
in repository postgis.

  from  1ea3a02   * Drop the ored dependency on openjdk-6-jdk. * Add a 
couple more files to the extend-diff-ignore.
   new  1d9a6a6   Finalize postgis-2.1.1-6 for upload to unstable.

The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

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


[postgis] tag debian/postgis-2.1.1-6 created (now 1d9a6a6)

2014-03-20 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a change to tag debian/postgis-2.1.1-6
in repository postgis.

at  1d9a6a6   (commit)
This tag includes the following new commits:

   new  1d9a6a6   Finalize postgis-2.1.1-6 for upload to unstable.

The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

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


[spatialite-gui] tag debian/1.7.1-3 created (now 847a62f)

2014-03-20 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a change to tag debian/1.7.1-3
in repository spatialite-gui.

at  847a62f   (commit)
No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/spatialite-gui.git

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


[geos] 01/03: Add patch to include cmath in unit tests to have isnan() defined.

2014-03-20 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository geos.

commit e7fcf7d06b6bc712d3fe641a9b1f1f895efeef2e
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Wed Mar 19 09:04:17 2014 +0100

Add patch to include cmath in unit tests to have isnan() defined.
---
 debian/changelog |  6 ++
 debian/patches/include-cmath-from-unit-tests | 23 +++
 debian/patches/series|  1 +
 3 files changed, 30 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 67e07da..c67ac26 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+geos (3.4.2-3) UNRELEASED; urgency=medium
+
+  * Add patch to include cmath in unit tests to have isnan() defined.
+
+ -- Bas Couwenberg sebas...@xs4all.nl  Wed, 19 Mar 2014 09:02:21 +0100
+
 geos (3.4.2-2) unstable; urgency=medium
 
   * Add myself to Uploaders.
diff --git a/debian/patches/include-cmath-from-unit-tests 
b/debian/patches/include-cmath-from-unit-tests
new file mode 100644
index 000..d009739
--- /dev/null
+++ b/debian/patches/include-cmath-from-unit-tests
@@ -0,0 +1,23 @@
+Description: Some compilers require cmath for the proper definition of ISNAN
+Origin: http://trac.osgeo.org/geos/changeset/3975
+Bug: http://trac.osgeo.org/geos/ticket/686
+--- a/tests/unit/geom/CoordinateArraySequenceTest.cpp
 b/tests/unit/geom/CoordinateArraySequenceTest.cpp
+@@ -11,6 +11,7 @@
+ #include string
+ #include vector
+ #include iostream
++#include cmath
+ 
+ namespace tut
+ {
+--- a/tests/unit/io/WKBWriterTest.cpp
 b/tests/unit/io/WKBWriterTest.cpp
+@@ -15,6 +15,7 @@
+ #include sstream
+ #include string
+ #include memory
++#include cmath
+ 
+ namespace tut
+ {
diff --git a/debian/patches/series b/debian/patches/series
index 261339a..7cba5de 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -12,3 +12,4 @@ libruby
 automake-subdir-objects
 automake-am-cppflags
 configure.ac
+include-cmath-from-unit-tests

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/geos.git

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


[geos] branch master updated (cb3549d - 152e07e)

2014-03-20 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a change to branch master
in repository geos.

  from  cb3549d   Add URLs for patches applied upstream.
   new  e7fcf7d   Add patch to include cmath in unit tests to have isnan() 
defined.
   new  5078796   Disable parallel builds, can cause xmltester failures.
   new  152e07e   Set distribution to unstable.

The 3 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog |  7 +++
 debian/patches/include-cmath-from-unit-tests | 23 +++
 debian/patches/series|  1 +
 debian/rules |  2 +-
 4 files changed, 32 insertions(+), 1 deletion(-)
 create mode 100644 debian/patches/include-cmath-from-unit-tests

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/geos.git

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


[geos] 02/03: Disable parallel builds, can cause xmltester failures.

2014-03-20 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository geos.

commit 50787967e26f3f6e70f871047a7f64731e5a48fd
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Wed Mar 19 09:15:05 2014 +0100

Disable parallel builds, can cause xmltester failures.
---
 debian/changelog | 1 +
 debian/rules | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index c67ac26..91ff864 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 geos (3.4.2-3) UNRELEASED; urgency=medium
 
   * Add patch to include cmath in unit tests to have isnan() defined.
+  * Disable parallel builds, can cause xmltester failures.
 
  -- Bas Couwenberg sebas...@xs4all.nl  Wed, 19 Mar 2014 09:02:21 +0100
 
diff --git a/debian/rules b/debian/rules
index 360d211..9e0c038 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,7 +32,7 @@ debian/control:
@sed -e 's/@VERSION@/$(VER)/' debian/control.in $@
 
 %:
-   dh $@ --with autoreconf --parallel
+   dh $@ --with autoreconf
 
 override_dh_clean:
dh_clean

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/geos.git

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


[postgis] 02/02: * Drop the ored dependency on openjdk-6-jdk. * Add a couple more files to the extend-diff-ignore.

2014-03-20 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a commit to branch master
in repository postgis.

commit 1ea3a0297f610cd80e970bc693a28347cbd01a6e
Author: Markus Wanner mar...@bluegap.ch
Date:   Wed Mar 19 10:09:50 2014 +0100

* Drop the ored dependency on openjdk-6-jdk.
* Add a couple more files to the extend-diff-ignore.
---
 debian/changelog  | 2 ++
 debian/control| 2 +-
 debian/control.in | 2 +-
 debian/source/options | 2 +-
 4 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index cbf6717..f35e360 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ postgis (2.1.1-6) UNRELEASED; urgency=low
   * Correct java-version-fix, so the jar-version becomes 2.1.1 rather than
 some rc. Closes: #721721.
   * Deduplicate highly redundant .sql files in *-postgis-scripts.
+  * Drop the ored dependency on openjdk-6-jdk.
+  * Add a couple more files to the extend-diff-ignore.
 
  -- Markus Wanner mar...@bluegap.ch  Tue, 28 Jan 2014 22:32:14 +0100
 
diff --git a/debian/control b/debian/control
index 28242fb..c8a973b 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: debhelper (= 8), dpkg-dev (= 1.16.1~), 
autotools-dev,
  imagemagick, libcunit1-dev, dblatex, libxml2-dev (= 2.5.0~),
  libgtk2.0-dev, libgdal-dev (= 1.9.0~) | libgdal1-dev (= 1.9.0~),
  postgresql-server-dev-all, postgresql-common (= 148~), postgresql
-Build-Depends-Indep: openjdk-8-jdk | openjdk-7-jdk | openjdk-6-jdk,
+Build-Depends-Indep: openjdk-8-jdk | openjdk-7-jdk,
  libpostgresql-jdbc-java, fastjar, libjts-java (= 1.7), maven2,
  libmaven-clean-plugin-java, libmaven-jar-plugin-java,
  libsurefire-java, libmaven-compiler-plugin-java,
diff --git a/debian/control.in b/debian/control.in
index b768015..f47799a 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -10,7 +10,7 @@ Build-Depends: debhelper (= 8), dpkg-dev (= 1.16.1~), 
autotools-dev,
  imagemagick, libcunit1-dev, dblatex, libxml2-dev (= 2.5.0~),
  libgtk2.0-dev, libgdal-dev (= 1.9.0~) | libgdal1-dev (= 1.9.0~),
  postgresql-server-dev-all, postgresql-common (= 148~), postgresql
-Build-Depends-Indep: openjdk-8-jdk | openjdk-7-jdk | openjdk-6-jdk,
+Build-Depends-Indep: openjdk-8-jdk | openjdk-7-jdk,
  libpostgresql-jdbc-java, fastjar, libjts-java (= 1.7), maven2,
  libmaven-clean-plugin-java, libmaven-jar-plugin-java,
  libsurefire-java, libmaven-compiler-plugin-java,
diff --git a/debian/source/options b/debian/source/options
index ce502b2..633e80b 100644
--- a/debian/source/options
+++ b/debian/source/options
@@ -1,2 +1,2 @@
 # Ignore changes on auto-updated files
-extend-diff-ignore = 
(^|/)(doc/html/postgis\.html|doc/Makefile|doc/Makefile.comments|doc/html/image_src/Makefile|doc/html/images/.*\.png|libtool|postgis/sqldefines.h|config\.log|topology/test/load_topology-4326.sql|topology/test/load_topology.sql|topology/test/topo_predicates.sql)$
+extend-diff-ignore = 
(^|/)(doc/html/postgis\.html|doc/Makefile|doc/Makefile\.comments|doc/html/image_src/Makefile|doc/html/images/.*\.png|extensions/postgis_tiger_geocoder/sql_bits/tiger_geocoder.*\.sql\.in|libtool|postgis/sfcgal\.sql|postgis/sqldefines\.h|config\.log|topology/test/load_topology-4326\.sql|topology/test/load_topology\.sql|topology/test/regress/topogeo_addlinestring_expected|topology/test/Makefile|topology/test/topo_predicates\.sql)$

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

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


[geos] tag debian/3.4.2-3 created (now 152e07e)

2014-03-20 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a change to tag debian/3.4.2-3
in repository geos.

at  152e07e   (commit)
No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/geos.git

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


[postgis] branch master updated (bf3826f - 1ea3a02)

2014-03-20 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a change to branch master
in repository postgis.

  from  bf3826f   Deduplicate .sql files in *-postgis-scripts using rdfind.
   new  aad314a   Make sure the sql scripts are included in the -scripts 
package for the newest Postgres version as well. Closes: #724626.
   new  1ea3a02   * Drop the ored dependency on openjdk-6-jdk. * Add a 
couple more files to the extend-diff-ignore.

The 2 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog  |  6 +-
 debian/control|  2 +-
 debian/control.in |  2 +-
 debian/rules  | 12 ++--
 debian/source/options |  2 +-
 5 files changed, 14 insertions(+), 10 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

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


[postgis] 01/02: Make sure the sql scripts are included in the -scripts package for the newest Postgres version as well. Closes: #724626.

2014-03-20 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a commit to branch master
in repository postgis.

commit aad314ac8dc7e9597a332c491d2e537f09bf3108
Author: Markus Wanner mar...@bluegap.ch
Date:   Wed Mar 19 08:44:32 2014 +0100

Make sure the sql scripts are included in the -scripts package for
the newest Postgres version as well. Closes: #724626.
---
 debian/changelog |  4 +++-
 debian/rules | 12 ++--
 2 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 539e658..cbf6717 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,9 @@ postgis (2.1.1-6) UNRELEASED; urgency=low
 
   * Recommend postgresql-contrib-M.N for the fuzzystrmatch
 extension, which postgis_tiger_decoder depends on.
-  * Update README.Debian, as hinted in #724626.
+  * Update README.Debian, make sure the sql scripts are included in the
+-scripts package for the newest Postgres version as well.
+Closes: #724626.
   * Correct java-version-fix, so the jar-version becomes 2.1.1 rather than
 some rc. Closes: #721721.
   * Deduplicate highly redundant .sql files in *-postgis-scripts.
diff --git a/debian/rules b/debian/rules
index 027ac77..9d6be84 100755
--- a/debian/rules
+++ b/debian/rules
@@ -220,17 +220,17 @@ install-indep: build-indep
dh_prep -i 
dh_installdirs -i
 
-#  Install extensions and utils for the most recent Postgres version
-   $(MAKE) -C extensions install DESTDIR=$(CURDIR)/debian/tmp
-   $(MAKE) -C utils install DESTDIR=$(CURDIR)/debian/tmp
+#  Install the most recent Postgres version. Note that we used to
+#  install only utils and extensions. However, there are sql scripts
+#  in postgis, raster and topology as well, which need to be
+#  installed for the -scripts package(s).
+   $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
 
-#  Install extensions for the older Postgres versions
+#  Install all older Postgres versions.
(set -e; \
for PGVER in $(OTHER_POSTGRES_VERSIONS); do \
$(MAKE) -C $(CURDIR)/debian/build-$$PGVER \
install DESTDIR=$(CURDIR)/debian/tmp; \
-   $(MAKE) -C $(CURDIR)/debian/build-$$PGVER/extensions \
-   install DESTDIR=$(CURDIR)/debian/tmp; \
done)
 
 #  Compile and install docs

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

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


Invitation offerte au Salon National de l'Immobilier de Paris

2014-03-20 Thread TV Ouest Immobilier
Si vous ne visualisez pas correctement l’e-mail, cliquez ici
http://url.mp32.ch/visu-40D749B3-91F6-47E8-AF9E-C75832B0738B-203221907-349368-20032014.html
http://url.mp32.ch/url-203221907-1584611-20032014.html
Retrouvez en exclusivité
TV Ouest Immobilier
au Salon de l'Immobilier à Paris
http://url.mp32.ch/url-203221907-1584611-20032014.html
http://url.mp32.ch/url-203221907-1584611-20032014.html
http://url.mp32.ch/url-203221907-1584612-20032014.html
http://url.mp32.ch/url-203221907-1584611-20032014.html
http://url.mp32.ch/url-203221907-1584613-20032014.html

Pour être mieux informé
avant de choisir votre futur appartement

Pour découvrir
qui sont les grands promoteurs de votre ville

Pour profiter de tous les conseils
et mieux acheter
http://url.mp32.ch/url-203221907-1584614-20032014.html

 

 

Si vous ne désirez plus recevoir notre lettre d'information, cliquez ici
http://url.mp32.ch/203221907/241142/uns-110878-fr-20032014.html
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

[gmt] tag debian/4.5.11-1 created (now 4990a99)

2014-03-20 Thread Francesco Lovergine
This is an automated email from the git hooks/post-receive script.

frankie pushed a change to tag debian/4.5.11-1
in repository gmt.

at  4990a99   (commit)
No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/gmt.git

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


[gmt] annotated tag upstream/4.5.9 created (now ac94a7c)

2014-03-20 Thread Francesco Lovergine
This is an automated email from the git hooks/post-receive script.

frankie pushed a change to annotated tag upstream/4.5.9
in repository gmt.

at  ac94a7c   (tag)
   tagging  627e2a19ced9253f1f34de4d44c9ab0a0bf6678d (commit)
  replaces  upstream/4.5.5
 tagged by  Francesco Paolo Lovergine
on  Wed Jun 26 12:02:07 2013 +0200

- Log -
Upstream version 4.5.9

Francesco Paolo Lovergine (3):
  Imported Upstream version 4.5.7
  Removed non-free Triangle sources.
  Imported Upstream version 4.5.9

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/gmt.git

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


[gmt] tag debian/4.5.9-1 created (now 4ebccc4)

2014-03-20 Thread Francesco Lovergine
This is an automated email from the git hooks/post-receive script.

frankie pushed a change to tag debian/4.5.9-1
in repository gmt.

at  4ebccc4   (commit)
No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/gmt.git

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


[gmt] annotated tag upstream/4.5.11 created (now 2f5de35)

2014-03-20 Thread Francesco Lovergine
This is an automated email from the git hooks/post-receive script.

frankie pushed a change to annotated tag upstream/4.5.11
in repository gmt.

at  2f5de35   (tag)
   tagging  9daab80429ffd981e3df81181c24314ff2a040f8 (commit)
  replaces  upstream/4.5.9
 tagged by  Francesco Paolo Lovergine
on  Mon Nov 25 15:56:23 2013 +0100

- Log -
Upstream version 4.5.11

Francesco Paolo Lovergine (1):
  Imported Upstream version 4.5.11

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/gmt.git

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


[gmt] tag debian/4.5.7-1 created (now ac0eb00)

2014-03-20 Thread Francesco Lovergine
This is an automated email from the git hooks/post-receive script.

frankie pushed a change to tag debian/4.5.7-1
in repository gmt.

at  ac0eb00   (commit)
No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/gmt.git

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


[gmt] tag debian/4.5.6-1 created (now 9c01db4)

2014-03-20 Thread Francesco Lovergine
This is an automated email from the git hooks/post-receive script.

frankie pushed a change to tag debian/4.5.6-1
in repository gmt.

at  9c01db4   (commit)
No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/gmt.git

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


[gmt] tag upstream/4.5.7 created (now f320037)

2014-03-20 Thread Francesco Lovergine
This is an automated email from the git hooks/post-receive script.

frankie pushed a change to tag upstream/4.5.7
in repository gmt.

at  f320037   (commit)
No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/gmt.git

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


[geos] branch master updated (152e07e - 9070d7f)

2014-03-20 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a change to branch master
in repository geos.

  from  152e07e   Set distribution to unstable.
   new  d908477   Re-enable parallel builds, wasn't cause of testrunning 
failures.
   new  7ff5300   Skip tests on troublesome architectures.
   new  9070d7f   Set distribution to unstable.

The 3 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog |  7 +++
 debian/rules | 12 +++-
 2 files changed, 18 insertions(+), 1 deletion(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/geos.git

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


osgearth_2.5.0+dfsg-1_amd64.changes ACCEPTED into unstable

2014-03-20 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 18 Mar 2014 00:19:23 +0100
Source: osgearth
Binary: osgearth osgearth-data libosgearth3 libosgearthannotation3 
libosgearthfeatures3 libosgearthqt3 libosgearthsymbology3 libosgearthutil3 
openscenegraph-plugin-osgearth libosgearth-dev
Architecture: source amd64 all
Version: 2.5.0+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
Changed-By: Bas Couwenberg sebas...@xs4all.nl
Description: 
 libosgearth-dev - osgEarth development files
 libosgearth3 - Dynamic 3D terrain rendering toolkit for OpenSceneGraph (shared 
l
 libosgearthannotation3 - Dynamic 3D terrain rendering toolkit for 
OpenSceneGraph (osgEarth
 libosgearthfeatures3 - Dynamic 3D terrain rendering toolkit for OpenSceneGraph 
(osgEarth
 libosgearthqt3 - Dynamic 3D terrain rendering toolkit for OpenSceneGraph 
(osgEarth
 libosgearthsymbology3 - Dynamic 3D terrain rendering toolkit for 
OpenSceneGraph (osgEarth
 libosgearthutil3 - Dynamic 3D terrain rendering toolkit for OpenSceneGraph 
(osgEarth
 openscenegraph-plugin-osgearth - OpenSceneGraph plugins for osgEarth
 osgearth   - Dynamic 3D terrain rendering toolkit for OpenSceneGraph (binaries
 osgearth-data - Dynamic 3D terrain rendering toolkit for OpenSceneGraph (data)
Changes: 
 osgearth (2.5.0+dfsg-1) unstable; urgency=low
 .
   * Move from experimental to unstable.
Checksums-Sha1: 
 9012fdd3c85f2b640b81e18a41d834707e3922a6 2839 osgearth_2.5.0+dfsg-1.dsc
 126703214b133b862797672613819efc710022a3 107068 
osgearth_2.5.0+dfsg-1.debian.tar.xz
 dc7831fe407892e4362ee53df5b320263d96272d 161576 osgearth_2.5.0+dfsg-1_amd64.deb
 90bf99cd8a6a8c9f851bf551bcacee39523f95ec 3945522 
osgearth-data_2.5.0+dfsg-1_all.deb
 f3497c51ce7de966fe7140f620fae54f50bf7ce6 791096 
libosgearth3_2.5.0+dfsg-1_amd64.deb
 592f8cbd69840ab7610c4524749dd56efbc27ba3 175398 
libosgearthannotation3_2.5.0+dfsg-1_amd64.deb
 21588b2aaf04a04c17079772a0bc3cf39b076c7c 251018 
libosgearthfeatures3_2.5.0+dfsg-1_amd64.deb
 6070bf07867d72f943771c1881ef9a814908f5c2 178460 
libosgearthqt3_2.5.0+dfsg-1_amd64.deb
 c68bbc0387d404f120c381e99c8344bdcc298c89 248670 
libosgearthsymbology3_2.5.0+dfsg-1_amd64.deb
 612c17b4e2d3288c091b92f42fabd94bf1ca043c 641820 
libosgearthutil3_2.5.0+dfsg-1_amd64.deb
 d24c19b926b5b70695522ac9f5b4c0f77eaa9009 3432772 
openscenegraph-plugin-osgearth_2.5.0+dfsg-1_amd64.deb
 ea9b9d0037f03c2b9b8f663bffaefc0e4cfa0471 452902 
libosgearth-dev_2.5.0+dfsg-1_amd64.deb
Checksums-Sha256: 
 a948edb30cf48620a403a1f01d20875360fc46df6b7eb50b55a2e41dc018a5c6 2839 
osgearth_2.5.0+dfsg-1.dsc
 0595d254b200b1a800d4887ed62aa3ad9bc755d3d785427cf725d009b56d845d 107068 
osgearth_2.5.0+dfsg-1.debian.tar.xz
 d7bc8fa0f61f817bbaea4a2c71e7090cd917558eb8cbc19e122ed9dd05b49b50 161576 
osgearth_2.5.0+dfsg-1_amd64.deb
 4281da880fadeda26e15b6727ebdda25716c41753428be8cda9c2799cb5ef1d4 3945522 
osgearth-data_2.5.0+dfsg-1_all.deb
 74f77add09b4f72d9a1329d647bb49fc390d6df2d4ab66dae06ed3069be2ab65 791096 
libosgearth3_2.5.0+dfsg-1_amd64.deb
 f7a8a01544a38b4b0fbec899ebd86b9215a83791a0e9d263a330cabeb9a1601f 175398 
libosgearthannotation3_2.5.0+dfsg-1_amd64.deb
 ea8a239ddc0768f114db1a5614ae79a6d356cc8dd962d983b2df56e642932b42 251018 
libosgearthfeatures3_2.5.0+dfsg-1_amd64.deb
 dce35d94f324cbb841583da6009ef79044ad7d25c465c2393186f1852c81c2bb 178460 
libosgearthqt3_2.5.0+dfsg-1_amd64.deb
 bcf11a277ede59568106152d7f701358068ce30221e18c001c9e8c347b3af4a3 248670 
libosgearthsymbology3_2.5.0+dfsg-1_amd64.deb
 cbdd5dbf8f80779ed1f7e844902b5e8326149847a706b5150df453bf8094a9ee 641820 
libosgearthutil3_2.5.0+dfsg-1_amd64.deb
 64d506f346606e898047da3c7a032245d468ce083dfb45bb7cfcc7008121ad72 3432772 
openscenegraph-plugin-osgearth_2.5.0+dfsg-1_amd64.deb
 ac0fee8f8854afd0c071e13bfe29a74e9aadbc58b9298284dac4adc76e4bfac9 452902 
libosgearth-dev_2.5.0+dfsg-1_amd64.deb
Files: 
 bf94d269ef698318d8cbcca607ccbaee 2839 devel optional osgearth_2.5.0+dfsg-1.dsc
 530c5001d1c34de784a42a3925224339 107068 devel optional 
osgearth_2.5.0+dfsg-1.debian.tar.xz
 b729072abcfce8304c2bffe8710c2989 161576 devel optional 
osgearth_2.5.0+dfsg-1_amd64.deb
 c1d05ef2e5b0f15e7072db13977d41a0 3945522 devel optional 
osgearth-data_2.5.0+dfsg-1_all.deb
 cdfc0373741971b5fd1711fe794b2180 791096 libs optional 
libosgearth3_2.5.0+dfsg-1_amd64.deb
 101a912e1d59541956050e2b963abf78 175398 libs optional 
libosgearthannotation3_2.5.0+dfsg-1_amd64.deb
 7dc60e4edb9694a9015a75b9d693d696 251018 libs optional 
libosgearthfeatures3_2.5.0+dfsg-1_amd64.deb
 5940eaebef49136540a13379a4ca5a62 178460 libs optional 
libosgearthqt3_2.5.0+dfsg-1_amd64.deb
 7c9cd2d08eb21d59a975260dd191f02c 248670 libs optional 
libosgearthsymbology3_2.5.0+dfsg-1_amd64.deb
 0fb390f39c271212fa41ff51781ca3d8 641820 libs optional 
libosgearthutil3_2.5.0+dfsg-1_amd64.deb
 b113f14641621899ba50ae3a3099087a 3432772 devel optional 
openscenegraph-plugin-osgearth_2.5.0+dfsg-1_amd64.deb
 

Processing of postgis_2.1.1-6_amd64.changes

2014-03-20 Thread Debian FTP Masters
postgis_2.1.1-6_amd64.changes uploaded successfully to localhost
along with the files:
  postgis_2.1.1-6.dsc
  postgis_2.1.1-6.debian.tar.xz
  postgis_2.1.1-6_amd64.deb
  liblwgeom-2.1.1_2.1.1-6_amd64.deb
  liblwgeom-dev_2.1.1-6_amd64.deb
  postgresql-9.3-postgis-2.1_2.1.1-6_amd64.deb
  postgis-doc_2.1.1-6_all.deb
  libpostgis-java_2.1.1-6_all.deb
  postgresql-9.3-postgis-scripts_2.1.1-6_all.deb
  postgresql-9.3-postgis-2.1-scripts_2.1.1-6_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/cgi-bin/mailman/listinfo/pkg-grass-devel


Processing of osgearth_2.5.0+dfsg-1_amd64.changes

2014-03-20 Thread Debian FTP Masters
osgearth_2.5.0+dfsg-1_amd64.changes uploaded successfully to localhost
along with the files:
  osgearth_2.5.0+dfsg-1.dsc
  osgearth_2.5.0+dfsg-1.debian.tar.xz
  osgearth_2.5.0+dfsg-1_amd64.deb
  osgearth-data_2.5.0+dfsg-1_all.deb
  libosgearth3_2.5.0+dfsg-1_amd64.deb
  libosgearthannotation3_2.5.0+dfsg-1_amd64.deb
  libosgearthfeatures3_2.5.0+dfsg-1_amd64.deb
  libosgearthqt3_2.5.0+dfsg-1_amd64.deb
  libosgearthsymbology3_2.5.0+dfsg-1_amd64.deb
  libosgearthutil3_2.5.0+dfsg-1_amd64.deb
  openscenegraph-plugin-osgearth_2.5.0+dfsg-1_amd64.deb
  libosgearth-dev_2.5.0+dfsg-1_amd64.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/cgi-bin/mailman/listinfo/pkg-grass-devel


postgis_2.1.1-6_amd64.changes ACCEPTED into unstable

2014-03-20 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 19 Mar 2014 10:16:41 +0100
Source: postgis
Binary: postgis postgis-doc libpostgis-java liblwgeom-2.1.1 liblwgeom-dev 
postgresql-9.3-postgis-2.1 postgresql-9.3-postgis-scripts 
postgresql-9.3-postgis-2.1-scripts
Architecture: source amd64 all
Version: 2.1.1-6
Distribution: unstable
Urgency: low
Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
Changed-By: Markus Wanner mar...@bluegap.ch
Description: 
 liblwgeom-2.1.1 - PostGIS Lightweight Geometry library
 liblwgeom-dev - PostGIS Lightweight Geometry library - Development files
 libpostgis-java - Geographic objects support for PostgreSQL -- JDBC support
 postgis- Geographic objects support for PostgreSQL
 postgis-doc - Geographic objects support for PostgreSQL -- documentation
 postgresql-9.3-postgis-2.1 - Geographic objects support for PostgreSQL 9.3
 postgresql-9.3-postgis-2.1-scripts - PostGIS for PostgreSQL 9.3 -- scripts -- 
dummy package
 postgresql-9.3-postgis-scripts - Geographic objects support for PostgreSQL 9.3 
-- scripts
Closes: 721721 724626
Changes: 
 postgis (2.1.1-6) unstable; urgency=low
 .
   * Recommend postgresql-contrib-M.N for the fuzzystrmatch
 extension, which postgis_tiger_decoder depends on.
   * Update README.Debian, make sure the sql scripts are included in the
 -scripts package for the newest Postgres version as well.
 Closes: #724626.
   * Correct java-version-fix, so the jar-version becomes 2.1.1 rather than
 some rc. Closes: #721721.
   * Deduplicate highly redundant .sql files in *-postgis-scripts.
   * Drop the ored dependency on openjdk-6-jdk.
   * Add a couple more files to the extend-diff-ignore.
Checksums-Sha1: 
 c43d8e6054fba762ececdc308f6f75680f415133 3726 postgis_2.1.1-6.dsc
 a5e0eab95979874d0500c692ca1bc2c643cf2e2b 25660 postgis_2.1.1-6.debian.tar.xz
 0c840a35639bdcdc018208f9ac60725d4dd0b3c9 485106 postgis_2.1.1-6_amd64.deb
 caaf20832f8ba5d8752430ff6a472a8183d893b9 482810 
liblwgeom-2.1.1_2.1.1-6_amd64.deb
 e824f9a3e06790ce61e5ba0712e02154b2e57a81 503828 liblwgeom-dev_2.1.1-6_amd64.deb
 e20e76104e046db8197c0b0ba33c193d8db10563 569306 
postgresql-9.3-postgis-2.1_2.1.1-6_amd64.deb
 8c981fe073c71b66736780cbfb9e3b24b6ef8e9d 2968642 postgis-doc_2.1.1-6_all.deb
 11efa53588f3d3d983cfd92bda19f4d23e4d2747 408364 libpostgis-java_2.1.1-6_all.deb
 3b8f18e3c948b5b5ea621dfb5c7b392fd0744b19 701314 
postgresql-9.3-postgis-scripts_2.1.1-6_all.deb
 e700e1dae8f0e0567ff996e7db6905742b1f3490 337524 
postgresql-9.3-postgis-2.1-scripts_2.1.1-6_all.deb
Checksums-Sha256: 
 80e24aee1440c352b820aefb49680b52007ea04f195812a6a00632ede2cd1cec 3726 
postgis_2.1.1-6.dsc
 72829733efa5d5a84de41dbea13ada5b3ab5926c4ed856a723148471e9a9ae45 25660 
postgis_2.1.1-6.debian.tar.xz
 b5940f8495caf373985a863b372cee5fee9b2464ed563912707098dd09a4099d 485106 
postgis_2.1.1-6_amd64.deb
 e51f7c58982ba6b482492b9847325bc685b64cc577c05e87a499832fa4267496 482810 
liblwgeom-2.1.1_2.1.1-6_amd64.deb
 52ac5d03e37ee87ef9e8ab88ff42c0ac1cf82f07e34c9e5a5b89fc58f70aeb41 503828 
liblwgeom-dev_2.1.1-6_amd64.deb
 86e65ffc7fa05c737614d34431e202d703dfa1079a56d782345c01529d37a9ed 569306 
postgresql-9.3-postgis-2.1_2.1.1-6_amd64.deb
 f6af780c4636d160e6cb9a406a7971e60cfcf49a0ebcee0297a5adaa41733272 2968642 
postgis-doc_2.1.1-6_all.deb
 002cdcbb8daf285ecc820ceed8c49d8a016037773fb1ac55f2ede2f13c075ecf 408364 
libpostgis-java_2.1.1-6_all.deb
 4b29f70564259b60564e1ef0a0a8a154c2b885b665c107d7effe5c020a805767 701314 
postgresql-9.3-postgis-scripts_2.1.1-6_all.deb
 021403ef4b23aa302b6818a3470558e423f1eeae8cbcdd49508f871806e96513 337524 
postgresql-9.3-postgis-2.1-scripts_2.1.1-6_all.deb
Files: 
 238b6f38088d25471f7e864de810d672 3726 misc optional postgis_2.1.1-6.dsc
 4bef7caf5e32e7b2a16181f137d2061f 25660 misc optional 
postgis_2.1.1-6.debian.tar.xz
 ca182e7ec3a007722454b0a4bf45b8a3 485106 misc optional postgis_2.1.1-6_amd64.deb
 545fb07497464878632a5c6605c401ec 482810 libs optional 
liblwgeom-2.1.1_2.1.1-6_amd64.deb
 f3c57afde8b8d8944dd5badf737cd247 503828 libdevel optional 
liblwgeom-dev_2.1.1-6_amd64.deb
 98cab8a9b504a5c8d4683d619c64fa95 569306 misc optional 
postgresql-9.3-postgis-2.1_2.1.1-6_amd64.deb
 ca67f54fdcf7d936df65a4e4d64ee872 2968642 doc optional 
postgis-doc_2.1.1-6_all.deb
 7bbff05f1a5cab637889ac9fd6e4149e 408364 java optional 
libpostgis-java_2.1.1-6_all.deb
 fd91a5e63efeab442e4611cd8f4e5e75 701314 misc optional 
postgresql-9.3-postgis-scripts_2.1.1-6_all.deb
 3699acd1d690ba3c29713bedec8629e8 337524 misc optional 
postgresql-9.3-postgis-2.1-scripts_2.1.1-6_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQQcBAEBCgAGBQJTKo6KAAoJEOhoLRs/MemzheMgANEqNBaAL/8eF2t3jS3dVrPo
iYaNHrWSj1Tt03LWfuf1l6BlPN4jqGnEfrBjegs0P+7otL6NPG8ePWHW4B8v0eyM
y2vBFUJpasEWoJoTSk+3lClxX89LSExzU4VG1EwGZK+Q//qhBsh7cYrdcvNfIcUs
KOaLZkYS5c8kXIwEtjxm5AnIP3dgs7A2bmLquT8HOHS3wdFH0ZEh0/cE0CFoqJUe
9dQh6pJA2yR38E4iKPGzl7557pEkLXrosawT12B76OHu6NXeOC2PirxcYXM2TZFR

Processing of geos_3.4.2-4_amd64.changes

2014-03-20 Thread Debian FTP Masters
geos_3.4.2-4_amd64.changes uploaded successfully to localhost
along with the files:
  geos_3.4.2-4.dsc
  geos_3.4.2-4.debian.tar.xz
  libgeos-dev_3.4.2-4_amd64.deb
  libgeos++-dev_3.4.2-4_amd64.deb
  libgeos-c1_3.4.2-4_amd64.deb
  libgeos-3.4.2_3.4.2-4_amd64.deb
  libgeos-doc_3.4.2-4_all.deb
  libgeos-ruby1.8_3.4.2-4_amd64.deb
  ruby-geos_3.4.2-4_amd64.deb
  libgeos-dbg_3.4.2-4_amd64.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/cgi-bin/mailman/listinfo/pkg-grass-devel


geos_3.4.2-4_amd64.changes ACCEPTED into unstable

2014-03-20 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 20 Mar 2014 08:44:52 +0100
Source: geos
Binary: libgeos-dev libgeos++-dev libgeos-c1 libgeos-3.4.2 libgeos-doc 
libgeos-ruby1.8 ruby-geos libgeos-dbg
Architecture: source amd64 all
Version: 3.4.2-4
Distribution: unstable
Urgency: low
Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
Changed-By: Bas Couwenberg sebas...@xs4all.nl
Description: 
 libgeos++-dev - Geometry engine for GIS - C++ development files
 libgeos-3.4.2 - Geometry engine for Geographic Information Systems - C++ 
Library
 libgeos-c1 - Geometry engine for Geographic Information Systems - C Library
 libgeos-dbg - Debugging symbols for the GEOS library
 libgeos-dev - Geometry engine for GIS - Development files
 libgeos-doc - Documentation for the GEOS GIS geometry engine library
 libgeos-ruby1.8 - Transitional package from libgeos-ruby1.8 to ruby-geos
 ruby-geos  - GEOS bindings for Ruby
Changes: 
 geos (3.4.2-4) unstable; urgency=low
 .
   * Re-enable parallel builds, wasn't cause of testrunning failures.
   * Skip tests on troublesome architectures.
Checksums-Sha1: 
 fe6c464f1624b4abf4e377d46c4ecb610fc4fb2c 2287 geos_3.4.2-4.dsc
 a60e3a7636b8a649a3f54183e27c26c600d90184 18588 geos_3.4.2-4.debian.tar.xz
 8d3b54c3c5a0b0bb240aca666a0aa529e44c3b44 184688 libgeos-dev_3.4.2-4_amd64.deb
 f0bd7650c9066e4c0198dc71523559de95124de2 903700 libgeos++-dev_3.4.2-4_amd64.deb
 27c7eb5a976673814dcfaa40045d7e184add52ce 170244 libgeos-c1_3.4.2-4_amd64.deb
 0455e3afb698191c165feb1422b2699d61083955 544554 libgeos-3.4.2_3.4.2-4_amd64.deb
 f69296b0ab7d9944f05a4f5b30c893fdb4b49137 1006302 libgeos-doc_3.4.2-4_all.deb
 bb2a5495ed2a33ee48586194c7ac783546612b3a 129314 
libgeos-ruby1.8_3.4.2-4_amd64.deb
 dda6a7387cb5aca1c4794f8d081288f6914d3721 160566 ruby-geos_3.4.2-4_amd64.deb
 6fb4cf324a072a2fc20618e7dd5aa3bd94ae839e 4616886 libgeos-dbg_3.4.2-4_amd64.deb
Checksums-Sha256: 
 c96a19a71837ec0e00a9b3d4d4e9754abacd6a4008b0799d6b78df7a6f746b42 2287 
geos_3.4.2-4.dsc
 0ade2833b91050fa46ac5abb9bfc05359e519fd7c88eba590f94471c40e5c0c1 18588 
geos_3.4.2-4.debian.tar.xz
 87df01c416cd92bb119afadb6cfc8ca794ab3a3dd766c431fba2da02e392d1ec 184688 
libgeos-dev_3.4.2-4_amd64.deb
 76be77e0e72c768c1e5181acdb270e061ea55fe6457551e347152378c60e433f 903700 
libgeos++-dev_3.4.2-4_amd64.deb
 2cf490de62ffb3111b9fcd48aaa2b6811dbd3f5682b0f6fde3c37f46eef147e9 170244 
libgeos-c1_3.4.2-4_amd64.deb
 ca5c9b5ddf8b2740f7f0454edde6ea8fff54a03f76c4eb66628ff51559764adf 544554 
libgeos-3.4.2_3.4.2-4_amd64.deb
 e42783728e69bcb29e34c487afc7cfdfec1909821aa0ed9a61fbaf18b5656218 1006302 
libgeos-doc_3.4.2-4_all.deb
 b35edc94d8b6440ddfa27b2ecfa6abff85a3dcad4817fd4bf1293993f67081fd 129314 
libgeos-ruby1.8_3.4.2-4_amd64.deb
 a8f095bbcf954777e6e69037685d2da7f03807a0c2e403792e0875ec7ca79be3 160566 
ruby-geos_3.4.2-4_amd64.deb
 89a2a1413e3bfa5306fc120141ac04c3f6be0ac6cac7933657f440d632a9c90e 4616886 
libgeos-dbg_3.4.2-4_amd64.deb
Files: 
 e33a00bd35eb98bd2265643dadb3cec8 2287 science optional geos_3.4.2-4.dsc
 5cae52f592254af9a05eeb97fa7700ec 18588 science optional 
geos_3.4.2-4.debian.tar.xz
 4027f48cc90e56dc145e0008d0d49484 184688 libdevel optional 
libgeos-dev_3.4.2-4_amd64.deb
 f77357112211b4cf2bde53e67daf8c50 903700 libdevel optional 
libgeos++-dev_3.4.2-4_amd64.deb
 7062bb0f44c94c67db7a3ad83a97da93 170244 libs optional 
libgeos-c1_3.4.2-4_amd64.deb
 2134ed520aa47e14f450c700a47a2c07 544554 libs optional 
libgeos-3.4.2_3.4.2-4_amd64.deb
 35e565cdd1d7cbbe0249b78a16b61ff0 1006302 doc optional 
libgeos-doc_3.4.2-4_all.deb
 d77fec3c475990d92e1fa3afbb670af9 129314 oldlibs optional 
libgeos-ruby1.8_3.4.2-4_amd64.deb
 019886807928ac4986c477942b5101df 160566 ruby optional 
ruby-geos_3.4.2-4_amd64.deb
 c630f63edcf864be094ce14e8592068f 4616886 debug extra 
libgeos-dbg_3.4.2-4_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTKscyAAoJEFeKBJTRxkbRHU8P+wSt2mWgqAMZ25cYGh9ilo6K
sZzf6B+kUaadMSD1zWiDj+2/sXBmaF/Sj4bVrycMfDcZ611W3Cv8Zou0zuixWp3y
n0JdDoAUwteXeTuPpM3+tkMwJzTXLNAgjLUOOpl7Ye4coKSEkWHMLxWPCe9HSxzo
mryMY0zJWrlPP0ALHibXpWYieoSyoEPTKkmw0OuQFA1cbFv4JGrdtf+19fPP2d2X
hLmFe7L07CYVTRbtFLkyeQx95h832Qg2YrFs1pLOceqcY8a87BCw54poiX7BH95M
iP+vluzeDqssLCEV4PKFFUrBy23UA9CX6kEzeFQIDBkBA6n80Zgwxe5zlSb/ErFJ
6VSx7aR6gmZphUJCQx9ALyTYV2gkWPkw8SV4FdoHG26Lb76+QuzTN+z56IrYVR8O
+XoXc05JWlQgpaRgr8EWxg3dVzbtIDxcy/47WYU6uPQlydYcUICl8yXnSWOW/vjD
A7lPw/KDoEg0RPboxOoEJSzjoy61vfPBEsvxnoF8EX4Y3KoCGv5sKZoszpdv17bG
eMP/uXvpCIZhjkN4bwfoElMgAPck1OvOIWdxF038t/O0bIVGCUc/rmZugOnwZ9a7
487Vn9El1fbZr9zbrg23yf58klVaVufyG8GvVAcEIAvSjBn1IAIO1dKZzYEVD+cA
J9f/fLuX++OiDP4ngivP
=ZeMO
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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


Processing of gmt_4.5.12-1_i386.changes

2014-03-20 Thread Debian FTP Masters
gmt_4.5.12-1_i386.changes uploaded successfully to localhost
along with the files:
  gmt_4.5.12-1.dsc
  gmt_4.5.12.orig.tar.gz
  gmt_4.5.12-1.debian.tar.xz
  gmt_4.5.12-1_i386.deb
  libgmt4_4.5.12-1_i386.deb
  libgmt-dev_4.5.12-1_i386.deb
  octave-gmt_4.5.12-1_i386.deb
  gmt-doc-pdf_4.5.12-1_all.deb
  gmt-tutorial-pdf_4.5.12-1_all.deb
  gmt-doc_4.5.12-1_all.deb
  gmt-examples_4.5.12-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/cgi-bin/mailman/listinfo/pkg-grass-devel


spatialite-gui_1.7.1-3_amd64.changes ACCEPTED into unstable

2014-03-20 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 17 Mar 2014 23:12:25 +0100
Source: spatialite-gui
Binary: spatialite-gui spatialite-gui-dbg
Architecture: source amd64
Version: 1.7.1-3
Distribution: unstable
Urgency: low
Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
Changed-By: Bas Couwenberg sebas...@xs4all.nl
Description: 
 spatialite-gui - user-friendly graphical user interface for SpatiaLite
 spatialite-gui-dbg - user-friendly graphical user interface for spatialite - 
debugging
Changes: 
 spatialite-gui (1.7.1-3) unstable; urgency=low
 .
   * Add gbp.conf to use pristine-tar by default.
   * Move from experimental to unstable.
Checksums-Sha1: 
 2c188f413a61d3e0f3b347d40cc981d0f818f82b 2282 spatialite-gui_1.7.1-3.dsc
 8a162b8524b4d4b9d0731552dc98f4bebbd9c7e3 5968 
spatialite-gui_1.7.1-3.debian.tar.xz
 470cec8fefb434c21ba4f10f8c0bfdb325137cd4 506250 
spatialite-gui_1.7.1-3_amd64.deb
 b300ac5310010b17d792e950a5e1b87eefd79a44 4100426 
spatialite-gui-dbg_1.7.1-3_amd64.deb
Checksums-Sha256: 
 584bff061d20e9957ff965603d5ed9aded74bdb89b12195b2e33ed2dda861d89 2282 
spatialite-gui_1.7.1-3.dsc
 1ec13edfcd92028eec722c9ee4e1fdb17eda91ae6828531ae2e53b85b20287aa 5968 
spatialite-gui_1.7.1-3.debian.tar.xz
 bc3af9defeb691289ea95787b553a59bc1af617ce5c731510737a5bedf2139b1 506250 
spatialite-gui_1.7.1-3_amd64.deb
 cfdb56aac8485a193e107c0160753d17cb68667c889f15258c515f2bfbf86c7b 4100426 
spatialite-gui-dbg_1.7.1-3_amd64.deb
Files: 
 7244b79973ba851cc59c91d3174f7005 2282 utils optional spatialite-gui_1.7.1-3.dsc
 22d9b46a5c182b59db717c1718dd8942 5968 utils optional 
spatialite-gui_1.7.1-3.debian.tar.xz
 a3a1b8a70711966ab699ab609af55e5d 506250 utils optional 
spatialite-gui_1.7.1-3_amd64.deb
 79b12e9e5c80d685e24f5616b69bd4f6 4100426 debug extra 
spatialite-gui-dbg_1.7.1-3_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTKUiLAAoJEFeKBJTRxkbR7cMP/2h7hoYG4iNvSmrh0Myl63eQ
8A0vBPR8fRVLWidoI52n5kL2qRfrMo9JXd7kERTDrNesp/i4/I84NGqbhuETOiHP
xEkhME1wnj1HAv08RYhmGPxXY240SnXjV5WoiQqRzHAoqKF1l3DpucIeWLp/Bvnl
wlPOaBqM56MSts7W5q3e0LDmUAx4ZmRdBfnZ3OaU8LxN1ddPtx/OH9LNIqsS/UZy
3a0RWcOioTkJreCqx+GvYkNKhCzWIJ7APzd4Bk0Ptu2zasPSSuUMo3HchUqTl7vZ
rPuTxsIwBskImCD7FkY19/PBsA2+ekVaMeUUbGxRe5hBpMHvWCFbkL2AFl+eMOYL
sMorARCUF8a7CLIuYPHyG/PT6LmGiWhg17N/gWwySamClmlVttxMTzmMFPZygA6l
qtmMqonR/vpjecNw5brFDrajm8ZV4GdQ7pIfUsLlQ1HPafiEePyvISWFNnDu8OXo
pYGixYdvBpAvA//0oxd0G3IdnwtyfvSrrQIj042XOR9sV8AwS2f2x28Onsv1fG0u
j7HPaX5kojvWxayXYiGiFim3gLhTidghbirE8thT5ZbJMNOCpqSivwgmZgoP1W4y
RZGEnPDqsNNly6xlbWBHy0KAvGdo/Etd9bTRkOh1agyESRf6KkBYwTJQsmqg1jL+
tSyzjWTodXnqtZ7Ooy52
=ClSW
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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


Processing of geos_3.4.2-3_amd64.changes

2014-03-20 Thread Debian FTP Masters
geos_3.4.2-3_amd64.changes uploaded successfully to localhost
along with the files:
  geos_3.4.2-3.dsc
  geos_3.4.2-3.debian.tar.xz
  libgeos-dev_3.4.2-3_amd64.deb
  libgeos++-dev_3.4.2-3_amd64.deb
  libgeos-c1_3.4.2-3_amd64.deb
  libgeos-3.4.2_3.4.2-3_amd64.deb
  libgeos-doc_3.4.2-3_all.deb
  libgeos-ruby1.8_3.4.2-3_amd64.deb
  ruby-geos_3.4.2-3_amd64.deb
  libgeos-dbg_3.4.2-3_amd64.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/cgi-bin/mailman/listinfo/pkg-grass-devel


geos_3.4.2-3_amd64.changes ACCEPTED into unstable

2014-03-20 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 19 Mar 2014 09:15:09 +0100
Source: geos
Binary: libgeos-dev libgeos++-dev libgeos-c1 libgeos-3.4.2 libgeos-doc 
libgeos-ruby1.8 ruby-geos libgeos-dbg
Architecture: source amd64 all
Version: 3.4.2-3
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
Changed-By: Bas Couwenberg sebas...@xs4all.nl
Description: 
 libgeos++-dev - Geometry engine for GIS - C++ development files
 libgeos-3.4.2 - Geometry engine for Geographic Information Systems - C++ 
Library
 libgeos-c1 - Geometry engine for Geographic Information Systems - C Library
 libgeos-dbg - Debugging symbols for the GEOS library
 libgeos-dev - Geometry engine for GIS - Development files
 libgeos-doc - Documentation for the GEOS GIS geometry engine library
 libgeos-ruby1.8 - Transitional package from libgeos-ruby1.8 to ruby-geos
 ruby-geos  - GEOS bindings for Ruby
Changes: 
 geos (3.4.2-3) unstable; urgency=medium
 .
   * Add patch to include cmath in unit tests to have isnan() defined.
   * Disable parallel builds, can cause xmltester failures.
Checksums-Sha1: 
 da3e53cedc9d6ae34a8cb7f3f4e5b546d593ccf2 2287 geos_3.4.2-3.dsc
 f1a5c60462bd14cb87507ff71cdca31094f46cfa 18484 geos_3.4.2-3.debian.tar.xz
 b4cfa6230f8839c4a64fbcc9a6774936c3faf3d0 184504 libgeos-dev_3.4.2-3_amd64.deb
 a30f6dd23092df4ce9e277d8725988283d0cac45 903738 libgeos++-dev_3.4.2-3_amd64.deb
 c23230a50c607cb02842f4a4cc4f19a53537c7e0 170038 libgeos-c1_3.4.2-3_amd64.deb
 9df9d44c473697c9b2683d0e368fac6144fb3716 543488 libgeos-3.4.2_3.4.2-3_amd64.deb
 995c75349b68da621e5e802176df458f3247accf 1006464 libgeos-doc_3.4.2-3_all.deb
 97e9cd5fb642dd5c1fd17189b862f3fcdbfdc368 129252 
libgeos-ruby1.8_3.4.2-3_amd64.deb
 8da27559d43f2106e1717b85e91b95b8512d29e9 160636 ruby-geos_3.4.2-3_amd64.deb
 ae055e1a9210f98204d68df9d3d223f0ba3756d0 4616598 libgeos-dbg_3.4.2-3_amd64.deb
Checksums-Sha256: 
 2cf926252ac30d04064bf47dc59152c83014ede5cc1f5e5674f4f0deae64b8d4 2287 
geos_3.4.2-3.dsc
 e1b06651e5d831e65e99292d9b49ce485fbb3583d5b46864cddd77420f5afaac 18484 
geos_3.4.2-3.debian.tar.xz
 71caa1fb98a04b6503b64e1156c4ee64b41c6e354d6dc62d047db75ad6be830d 184504 
libgeos-dev_3.4.2-3_amd64.deb
 608ad28a511ac728ab02b54d2783a3837115dcc05b63f67953d8b0cb12468a46 903738 
libgeos++-dev_3.4.2-3_amd64.deb
 2780d0d0ad79cee918eb5ab90a4926d6cf3102a013eac32b8cc23e0cb49805ce 170038 
libgeos-c1_3.4.2-3_amd64.deb
 04cca9d7392fcc54abc2c1d1a7aed1b650e96e8f6950638358f82f3c71ee9de7 543488 
libgeos-3.4.2_3.4.2-3_amd64.deb
 0c1e9ac73deaf13c5d290477fc229fc9b20f79f72f95e3afb2832b2ad3fd99c8 1006464 
libgeos-doc_3.4.2-3_all.deb
 d0928a97e49ae0803025d0a643b8290c94c57b2a3ecf3728de72fc17cedf2027 129252 
libgeos-ruby1.8_3.4.2-3_amd64.deb
 1b893621fa6e4c25b26334bbc4638b229bf18275af2997bc52d5f1db40a8981a 160636 
ruby-geos_3.4.2-3_amd64.deb
 9ed77722c980c970d00ea2bae454af437a8b26a69f12318985afa84ecb87b3be 4616598 
libgeos-dbg_3.4.2-3_amd64.deb
Files: 
 631a1329b6f8c1242ab9e0abb7999fe5 2287 science optional geos_3.4.2-3.dsc
 5320f76c2645fd9207eeecf2f00a03b3 18484 science optional 
geos_3.4.2-3.debian.tar.xz
 a8de4698ee63ca885c311773a4ba1e10 184504 libdevel optional 
libgeos-dev_3.4.2-3_amd64.deb
 69fcd46a2895aa2dbe46ab5e7cee8c31 903738 libdevel optional 
libgeos++-dev_3.4.2-3_amd64.deb
 03cf92c299a7250e953f23cf6f53f198 170038 libs optional 
libgeos-c1_3.4.2-3_amd64.deb
 ab623d28eaaaeac7d7e65f3fe76aba76 543488 libs optional 
libgeos-3.4.2_3.4.2-3_amd64.deb
 24186b5abe616f1bd7b79410905afce8 1006464 doc optional 
libgeos-doc_3.4.2-3_all.deb
 6af36e7e24e9161e4e8411aa59417c45 129252 oldlibs optional 
libgeos-ruby1.8_3.4.2-3_amd64.deb
 ad3efba9de2493b8ec3ed7b10c16a96a 160636 ruby optional 
ruby-geos_3.4.2-3_amd64.deb
 72bc871918b27acb1a149e3aeb6bec33 4616598 debug extra 
libgeos-dbg_3.4.2-3_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTKWfiAAoJEFeKBJTRxkbRGhsP/1PrCAqaARDVgREWKVK3jVKU
hPEDHQEwHCrmvZAtLN4YU/Y+0thFFBsGalKZB62qk5dfrc1zBC+0Nt6oY4s0C23K
3TyE7CorI7x+zaSrLAFdStk+QPIRooOzbYWck+QR/5oMyuVl5etGXFmwcb6NFWj9
TtOnRcxInr6CnMuxNhYbBmXutKtrpdV/LlpRjtgyu8Ou80HuVGzF1WkbDi6KNspw
d5sHAeUcr+/1iPPVk1JTJqn6jBZvEloDzR13vkFxme7IxpV0/AANahA6I32o/mHv
Z/whT3lrov7rijaIs071keQlIWzZADQv8cXRQE2l4y4QM71BY0eqQM8UCkQ0ii4a
8+uPsyROS1udNNr9xl+mmWA4aYn4B0b+hAljt+PXUxtkTHRqSVLPptjNf4ccfGh+
q2WwSRKiXOitmQ5SrSjFDAeU8G9b2pziWnwQSEkhW/7RO0n0QQRElPKXx6Q0MdxS
ktyBM47oFqkboDqqHinODgoGoTNvPAKg4NMyfFqM9h0BekjYakwbQ8uGHLkSJtrn
5u0crUGy4qMP5yACHjtk8RnL0ciDxg2OImfZ35GxeRe2SqCYtYWDlnRCr2BXewj9
/V5vj17wpkYrtoHrHXBip40zBw6n405SqOI0RypoQK8dYYQd5Ei0bkVib6tEhs6n
o8VRk/BQss/3eSGovFG6
=bmJ+
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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


Processing of spatialite-gui_1.7.1-3_amd64.changes

2014-03-20 Thread Debian FTP Masters
spatialite-gui_1.7.1-3_amd64.changes uploaded successfully to localhost
along with the files:
  spatialite-gui_1.7.1-3.dsc
  spatialite-gui_1.7.1-3.debian.tar.xz
  spatialite-gui_1.7.1-3_amd64.deb
  spatialite-gui-dbg_1.7.1-3_amd64.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/cgi-bin/mailman/listinfo/pkg-grass-devel


gmt_4.5.12-1_i386.changes ACCEPTED into unstable

2014-03-20 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 20 Mar 2014 10:34:32 +0100
Source: gmt
Binary: gmt libgmt4 libgmt-dev gmt-doc-pdf gmt-tutorial-pdf gmt-doc 
gmt-examples octave-gmt
Architecture: source i386 all
Version: 4.5.12-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
Changed-By: Francesco Paolo Lovergine fran...@debian.org
Description: 
 gmt- Generic Mapping Tools
 gmt-doc- HTML documentation for GMT, the Generic Mapping Tools
 gmt-doc-pdf - PDF docs for GMT, the Generic Mapping Tools
 gmt-examples - Example scripts illustrating the use of GMT
 gmt-tutorial-pdf - Tutorial for GMT, the Generic Mapping Tools (PDF)
 libgmt-dev - Generic Mapping Tools Library
 libgmt4- Generic Mapping Tools Library
 octave-gmt - Support of GMT grid files for Octave
Closes: 734047
Changes: 
 gmt (4.5.12-1) unstable; urgency=medium
 .
   * New upstream release for 4.x series, bug fixing only.
   * Now using unversioned paths for installing the octave files.
 Thanks Rafael Laboissiere (closes: #734047).
   * Policy set to 3.9.5, no changes done.
   * Set debhelper to level 9 for both -arch and -indep sections.
Checksums-Sha1: 
 a7b7c648bbb5d7526a512da860cf5b2d62fec164 1660 gmt_4.5.12-1.dsc
 5e66dba024ea359cf60ddeaac3cd89010aa191d3 42608535 gmt_4.5.12.orig.tar.gz
 4ca53b8d8fc1f0aa44e8fd218eb02b13ff88b98f 12036 gmt_4.5.12-1.debian.tar.xz
 889973c1305d2b9d64172597cc7ac9ee9d7916b6 4577252 gmt_4.5.12-1_i386.deb
 5e99c5c7c66540e97123b405978faee0b9fe0ea2 611868 libgmt4_4.5.12-1_i386.deb
 3111d8ee9e96e68a33e4218d41022c2926d72447 693588 libgmt-dev_4.5.12-1_i386.deb
 62aef9770c840600d1acfb2c1cffc890ce9ddf3d 142818 octave-gmt_4.5.12-1_i386.deb
 5ca86eeba29353d54dea6bb09959cd3cfc88d420 18768518 gmt-doc-pdf_4.5.12-1_all.deb
 5fbbed32440672be9ac5a129036b2135cbd8a35f 514158 
gmt-tutorial-pdf_4.5.12-1_all.deb
 252c8158b1ded3b30146689d29b122a08dc7f435 9746136 gmt-doc_4.5.12-1_all.deb
 693e1279e3d319c43c35f056c0e1d6ad5e2fba1a 4661078 gmt-examples_4.5.12-1_all.deb
Checksums-Sha256: 
 8b04095015d22e6a7b32f889522c05b136953827f33bad056727b791f3b76e9b 1660 
gmt_4.5.12-1.dsc
 158dacd76157ec5b9fdbf8b9c2242d7b2c36aa955b03a3411c5d84abaf537e96 42608535 
gmt_4.5.12.orig.tar.gz
 5899b2b8e77fdfe6136154169780774a49ff3a2b0ec724c24659e810fe50 12036 
gmt_4.5.12-1.debian.tar.xz
 23964773a2fd9af814b8b46b40b45213fa619bf5e58e24c353f648f70b575cad 4577252 
gmt_4.5.12-1_i386.deb
 323a6895db67dc07a4898041cfd9bffc749d47a37122f3a91a3b5859f9c715de 611868 
libgmt4_4.5.12-1_i386.deb
 fb1ab1431ef9b15226c868641949a559276ada25fb5004a8ef9b24fca7c0d178 693588 
libgmt-dev_4.5.12-1_i386.deb
 8bb4235614042cd410998579865b9a5997bf288054471567bc70ec31d2a7040f 142818 
octave-gmt_4.5.12-1_i386.deb
 169d3b645f4a51bfd794a3d3308c3198a1e05cd99502f4b40bc4d8b03662976d 18768518 
gmt-doc-pdf_4.5.12-1_all.deb
 2b3970a2bb01a082084c6e3662d288e79bed4c38ce42315c3c5ab0d1b4f1448a 514158 
gmt-tutorial-pdf_4.5.12-1_all.deb
 f78957cf851953d3943697a34c6e0f8d7121cb17613ef169bb65e0583abdf91d 9746136 
gmt-doc_4.5.12-1_all.deb
 b2bb4f099df43019220954a15d275de9ce94cd57c9653887902b0bdd40f2310d 4661078 
gmt-examples_4.5.12-1_all.deb
Files: 
 a7da2a52bf9727132f5c638aa0992fb1 1660 science extra gmt_4.5.12-1.dsc
 e2ec9ba68052f50f60fbb2597e3bad9b 42608535 science extra gmt_4.5.12.orig.tar.gz
 32424fc666238107099f4580e0ce5c88 12036 science extra gmt_4.5.12-1.debian.tar.xz
 c23c76e120927375933f086c5a0a85b1 4577252 science extra gmt_4.5.12-1_i386.deb
 6a4a4c72a7f3bb5867ca1cc04f92d384 611868 libs extra libgmt4_4.5.12-1_i386.deb
 8229439e52cda6dd283eae1459e61c0b 693588 libdevel extra 
libgmt-dev_4.5.12-1_i386.deb
 183f66bbeee49cd2988442db9c381c09 142818 math extra octave-gmt_4.5.12-1_i386.deb
 6404a13e1a49b0392597d90b7d1b3f27 18768518 doc extra 
gmt-doc-pdf_4.5.12-1_all.deb
 3cb5734ba4f1a9e2c0f3172eae9454e8 514158 doc extra 
gmt-tutorial-pdf_4.5.12-1_all.deb
 49437d14bd4e72f887da40c46e2bf938 9746136 doc extra gmt-doc_4.5.12-1_all.deb
 c0e3804adba8d2415f23f01d7649d670 4661078 doc extra 
gmt-examples_4.5.12-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlMqyYEACgkQpFNRmenyx0eDbwCfRsw/2VmGMZSbSEl3CuYisRYo
aCcAn3YjicPSzuVxfRPCvOd656fBzLFr
=1oHr
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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


[gmt] annotated tag upstream/4.5.12 created (now 519256f)

2014-03-20 Thread Francesco Lovergine
This is an automated email from the git hooks/post-receive script.

frankie pushed a change to annotated tag upstream/4.5.12
in repository gmt.

at  519256f   (tag)
   tagging  5af2fd18f4d4007c8c34fa5ab4855542dc53d20c (commit)
  replaces  upstream/5.1.0
 tagged by  Francesco Paolo Lovergine
on  Thu Mar 20 10:34:12 2014 +0100

- Log -
Upstream version 4.5.12

Francesco Paolo Lovergine (1):
  Imported Upstream version 4.5.12

---

This annotated tag includes the following new commits:

   new  5af2fd1   Imported Upstream version 4.5.12

The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/gmt.git

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


[gmt] branch gmt4 updated (4990a99 - ee117ed)

2014-03-20 Thread Francesco Lovergine
This is an automated email from the git hooks/post-receive script.

frankie pushed a change to branch gmt4
in repository gmt.

  from  4990a99   Annotated changelog for new patch
  adds  0053c14   Imported Upstream version 5.1.0
  adds  5af2fd1   Imported Upstream version 4.5.12
  adds  bad65bb   Merge tag 'upstream/4.5.12' into gmt4
  adds  08c7fe1   Minor changes and fix of #734047
  adds  4844f30   Refreshed patchset
  adds  3416327   Fixed typo in debian/rules.
  adds  099a0a7   Refreshed patch for one more C++ comment used in C code.
  adds  ee117ed   Updated for another C++ comments.

No new revisions were added by this update.

Summary of changes:
 ChangeLog |   207 +-
 Makefile  | 4 +-
 README|30 +-
 README.WIN32  | 8 +-
 config.guess  |   184 +-
 config.sub| 6 +-
 configure |35 +-
 configure.ac  |24 +-
 debian/changelog  |10 +
 debian/control| 4 +-
 debian/patches/c++comments|51 +-
 debian/patches/kfreebsd   | 8 +-
 debian/patches/mgd77header.c  | 8 +-
 debian/rules  | 4 +-
 doc/Makefile  | 4 +-
 doc/examples/ex18/job18.bat   | 8 +-
 doc/examples/ex18/job18.csh   | 6 +-
 doc/examples/ex18/job18.sh| 8 +-
 doc/examples/ex23/job23.bat   | 4 +-
 doc/examples/ex23/job23.csh   | 4 +-
 doc/examples/ex23/job23.sh| 4 +-
 doc/html/GMT_Docs.html|  8561 ++--
 doc/html/GMT_Tutorial.html|12 +-
 doc/html/man/GMT.html |   337 +-
 doc/html/man/backtracker.html |   318 +-
 doc/html/man/binlegs.html |70 +-
 doc/html/man/blockmean.html   |   256 +-
 doc/html/man/blockmedian.html |   262 +-
 doc/html/man/blockmode.html   |   252 +-
 doc/html/man/dat2gmt.html |38 +-
 doc/html/man/dimfilter.html   |   159 +-
 doc/html/man/filter1d.html|   223 +-
 doc/html/man/fitcircle.html   |   151 +-
 doc/html/man/gmt2bin.html |52 +-
 doc/html/man/gmt2dat.html |38 +-
 doc/html/man/gmt2kml.html |   437 +-
 doc/html/man/gmt2rgb.html |   148 +-
 doc/html/man/gmt_shell_functions.html |30 +-
 doc/html/man/gmtcolors.html   | 13342 ++--
 doc/html/man/gmtconvert.html  |   284 +-
 doc/html/man/gmtdefaults.html |  3595 ++---
 doc/html/man/gmtdigitize.html |   244 +-
 doc/html/man/gmtdp.html   |   159 +-
 doc/html/man/gmtget.html  |31 +-
 doc/html/man/gmtinfo.html |38 +-
 doc/html/man/gmtlegs.html |   103 +-
 doc/html/man/gmtlist.html |   181 +-
 doc/html/man/gmtlogo.html |   103 +-
 doc/html/man/gmtmath.html |  1105 ++-
 doc/html/man/gmtpath.html |38 +-
 doc/html/man/gmtselect.html   |   513 +-
 doc/html/man/gmtset.html  |47 +-
 doc/html/man/gmtstitch.html   |   263 +-
 doc/html/man/gmttrack.html|   240 +-
 doc/html/man/grd2cpt.html |   192 +-
 doc/html/man/grd2xyz.html |   188 +-
 doc/html/man/grdblend.html|   219 +-
 doc/html/man/grdclip.html |72 +-
 doc/html/man/grdcontour.html  |   492 +-
 doc/html/man/grdcut.html  |   113 +-
 doc/html/man/grdedit.html |   204 +-
 doc/html/man/grdfft.html  |   217 +-
 doc/html/man/grdfilter.html   |   161 +-
 doc/html/man/grdgradient.html |   177 +-
 doc/html/man/grdhisteq.html   |87 +-
 doc/html/man/grdimage.html|   343 +-
 doc/html/man/grdinfo.html |   153 +-
 doc/html/man/grdlandmask.html |   204 +-
 doc/html/man/grdmask.html |   238 +-
 doc/html/man/grdmath.html |  1262 +--
 doc/html/man/grdpaste.html|73 +-
 doc/html/man/grdproject.html  |   227 +-
 doc/html/man/grdraster.html   |   153 +-
 doc/html/man/grdreformat.html |   449 +-
 doc/html/man/grdrotater.html  |   228 +-
 doc/html/man/grdsample.html   |   197 +-
 doc/html/man/grdspotter.html  |   298 +-
 doc/html/man/grdtrack.html|   274 +-
 doc/html/man/grdtrend.html|85 +-
 doc/html/man/grdvector.html   |   357 +-
 doc/html/man/grdview.html |   417 +-
 doc/html/man/grdvolume.html   |   148 +-
 doc/html/man/greenspline.html |   367 +-
 doc/html/man/gshhg.html   |   105 +-
 doc/html/man/gshhg_dp.html|

[geos] tag debian/3.4.2-4 created (now 9070d7f)

2014-03-20 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a change to tag debian/3.4.2-4
in repository geos.

at  9070d7f   (commit)
No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/geos.git

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


[osgearth] tag debian/2.5.0+dfsg-1 created (now 76a19da)

2014-03-20 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a change to tag debian/2.5.0+dfsg-1
in repository osgearth.

at  76a19da   (commit)
No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/osgearth.git

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


Bug#734047: marked as done (octave-gmt: Use unversioned paths for installting the Octave files)

2014-03-20 Thread Debian Bug Tracking System
Your message dated Thu, 20 Mar 2014 11:04:06 +
with message-id e1wqala-0004pv...@franck.debian.org
and subject line Bug#734047: fixed in gmt 4.5.12-1
has caused the Debian Bug report #734047,
regarding octave-gmt: Use unversioned paths for installting the Octave files
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.)


-- 
734047: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=734047
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---

Package: octave-gmt
Version: 4.5.11-1
Severity: normal
Tags: patch

Please, use an unversioned path for installing the *.m and *.mex files 
provided in this package.  This will avoid breaking your package when the 
octave package is updated.  The patch attached below fixes this problem. 
Note also that this patch creates private directories for the Octave 
files, which is the common practice for packages providing add-ons for 
Octave in Debian.


Best,

Rafael Laboissiere


-- System Information: 
Debian Release: jessie/sid 
   APT prefers testing 
   APT policy: (650, 'testing'), (600, 'unstable'), (550, 'stable'), (500, 'experimental') 
Architecture: i386 (i686)


Kernel: Linux 3.10-rc7-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash








From 36f994bd6b51cae572a89676d2a1aae82d781407 Mon Sep 17 00:00:00 2001
From: Rafael Laboissiere raf...@laboissiere.net
Date: Fri, 3 Jan 2014 04:34:52 +0100
Subject: [PATCH] Use unsversioned paths for installing the Octave files

Furthermore, the files are now installed into private directories
*/gmt/.
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 8b29265..40c6ecd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,8 +38,8 @@ build-stamp:
 	$(CURDIR)/configure \
 		--enable-shared $(PATHCONFIG) --disable-mex --enable-netcdf=/usr \
 		--enable-octave \
-	--enable-mex-mdir=$(shell octave-config --m-site-dir) \
-		--enable-mex-xdir=$(shell octave-config --oct-site-dir) 
+	--enable-mex-mdir=$(shell octave-config -p LOCALFCNFILEDIR)/gmt \
+		--enable-mex-xdir=$(shell octave-config -p LOCALOCTFILEDIR)/gmt
 	$(MAKE) CFLAGS=$(CFLAGS) LDFLAGS=$(LDFLAGS) all suppl 
 	touch $@
 
-- 
1.8.5.2

---End Message---
---BeginMessage---
Source: gmt
Source-Version: 4.5.12-1

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

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 734...@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 gmt 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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 20 Mar 2014 10:34:32 +0100
Source: gmt
Binary: gmt libgmt4 libgmt-dev gmt-doc-pdf gmt-tutorial-pdf gmt-doc 
gmt-examples octave-gmt
Architecture: source i386 all
Version: 4.5.12-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
Changed-By: Francesco Paolo Lovergine fran...@debian.org
Description: 
 gmt- Generic Mapping Tools
 gmt-doc- HTML documentation for GMT, the Generic Mapping Tools
 gmt-doc-pdf - PDF docs for GMT, the Generic Mapping Tools
 gmt-examples - Example scripts illustrating the use of GMT
 gmt-tutorial-pdf - Tutorial for GMT, the Generic Mapping Tools (PDF)
 libgmt-dev - Generic Mapping Tools Library
 libgmt4- Generic Mapping Tools Library
 octave-gmt - Support of GMT grid files for Octave
Closes: 734047
Changes: 
 gmt (4.5.12-1) unstable; urgency=medium
 .
   * New upstream release for 4.x series, bug fixing only.
   * Now using unversioned paths for installing the octave files.
 Thanks Rafael Laboissiere (closes: #734047).
   * Policy set to 3.9.5, no changes done.
   * Set debhelper to level 9 for both -arch and -indep sections.
Checksums-Sha1: 
 a7b7c648bbb5d7526a512da860cf5b2d62fec164 1660 gmt_4.5.12-1.dsc
 5e66dba024ea359cf60ddeaac3cd89010aa191d3 42608535 gmt_4.5.12.orig.tar.gz
 4ca53b8d8fc1f0aa44e8fd218eb02b13ff88b98f 12036 gmt_4.5.12-1.debian.tar.xz
 889973c1305d2b9d64172597cc7ac9ee9d7916b6 4577252 gmt_4.5.12-1_i386.deb
 

Bug#742175: RFS: osgearth/2.5.0+dfsg-1

2014-03-20 Thread Bas Couwenberg
Package: sponsorship-requests
Severity: normal

Dear mentors,


I am looking for a sponsor for my package osgearth

 Package name: osgearth
 Version : 2.5.0+dfsg-1
 Upstream Author : Glenn Waldron
 URL : http://osgearth.org/
 License : LGPL-3
 Section : devel

It builds those binary packages:

 libosgearth-dev- osgEarth development files
 libosgearth3   - Dynamic 3D terrain rendering toolkit for 
OpenSceneGraph (shared library)
 libosgearthannotation3 - Dynamic 3D terrain rendering toolkit for 
OpenSceneGraph (osgEarthAnnotation)
 libosgearthfeatures3   - Dynamic 3D terrain rendering toolkit for 
OpenSceneGraph (osgEarthFeatures)
 libosgearthqt3 - Dynamic 3D terrain rendering toolkit for 
OpenSceneGraph (osgEarthQts)
 libosgearthsymbology3  - Dynamic 3D terrain rendering toolkit for 
OpenSceneGraph (osgEarthSymbology)
 libosgearthutil3   - Dynamic 3D terrain rendering toolkit for 
OpenSceneGraph (osgEarthUtil)
 osgearth   - Dynamic 3D terrain rendering toolkit for 
OpenSceneGraph (binaries)
 osgearth-data  - Dynamic 3D terrain rendering toolkit for 
OpenSceneGraph (data)
 openscenegraph-plugin-osgearth - OpenSceneGraph plugins for osgEarth

To access further information about this package, please visit the following 
URL:

http://mentors.debian.net/package/osgearth


Alternatively, one can download the package with dget using this command:

  dget -x 
http://mentors.debian.net/debian/pool/main/o/osgearth/osgearth_2.5.0+dfsg-1.dsc

More information about osgEarth can be obtained from http://osgearth.org/.

Changes since the last upload:

 * Move from experimental to unstable.


Regards,
 Sebastiaan Couwenberg

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


Bug#742173: RFS: geos/3.4.2-4

2014-03-20 Thread Bas Couwenberg
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package geos

 Package name: geos
 Version : 3.4.2-4
 Upstream Author : GEOS Developers geos-de...@lists.osgeo.org
 URL : http://trac.osgeo.org/geos/
 License : LGPL-2.1+
 Section : science

It builds those binary packages:

 libgeos++-dev   - Geometry engine for GIS - C++ development files
 libgeos-3.4.2   - Geometry engine for Geographic Information Systems - C++ 
Library
 libgeos-c1  - Geometry engine for Geographic Information Systems - C 
Library
 libgeos-dbg - Debugging symbols for the GEOS library
 libgeos-dev - Geometry engine for GIS - Development files
 libgeos-doc - Documentation for the GEOS GIS geometry engine library
 libgeos-ruby1.8 - Transitional package from libgeos-ruby1.8 to ruby-geos
 ruby-geos   - GEOS bindings for Ruby

To access further information about this package, please visit the following 
URL:

http://mentors.debian.net/package/geos


Alternatively, one can download the package with dget using this command:

  dget -x http://mentors.debian.net/debian/pool/main/g/geos/geos_3.4.2-4.dsc

More information about GEOS can be obtained from http://trac.osgeo.org/geos/.

Changes since the last upload:

 * Re-enable parallel builds, wasn't cause of testrunning failures.
 * Skip tests on troublesome architectures.


Regards,
 Sebastiaan Couwenberg

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


Bug#721721: marked as done (libpostgis-java: Installs incorrect symlink)

2014-03-20 Thread Debian Bug Tracking System
Your message dated Thu, 20 Mar 2014 06:49:14 +
with message-id e1wqwmw-0005q0...@franck.debian.org
and subject line Bug#721721: fixed in postgis 2.1.1-6
has caused the Debian Bug report #721721,
regarding libpostgis-java: Installs incorrect symlink
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.)


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

libpostgis-java installs the symlink:
/usr/share/java/postgis.jar - postgis-jdbc-2.1.0.jar

but the actual package installed is:
/usr/share/java/postgis-jdbc-2.1.0~rc1.jar

causing a dangling symlink.

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.10-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libpostgis-java depends on:
ii  libpostgresql-jdbc-java  9.2-1002-1

libpostgis-java recommends no packages.

Versions of packages libpostgis-java suggests:
pn  postgresql-9.1-postgis-2.1  none

-- no debconf information
---End Message---
---BeginMessage---
Source: postgis
Source-Version: 2.1.1-6

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

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 721...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Markus Wanner mar...@bluegap.ch (supplier of updated postgis 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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 19 Mar 2014 10:16:41 +0100
Source: postgis
Binary: postgis postgis-doc libpostgis-java liblwgeom-2.1.1 liblwgeom-dev 
postgresql-9.3-postgis-2.1 postgresql-9.3-postgis-scripts 
postgresql-9.3-postgis-2.1-scripts
Architecture: source amd64 all
Version: 2.1.1-6
Distribution: unstable
Urgency: low
Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
Changed-By: Markus Wanner mar...@bluegap.ch
Description: 
 liblwgeom-2.1.1 - PostGIS Lightweight Geometry library
 liblwgeom-dev - PostGIS Lightweight Geometry library - Development files
 libpostgis-java - Geographic objects support for PostgreSQL -- JDBC support
 postgis- Geographic objects support for PostgreSQL
 postgis-doc - Geographic objects support for PostgreSQL -- documentation
 postgresql-9.3-postgis-2.1 - Geographic objects support for PostgreSQL 9.3
 postgresql-9.3-postgis-2.1-scripts - PostGIS for PostgreSQL 9.3 -- scripts -- 
dummy package
 postgresql-9.3-postgis-scripts - Geographic objects support for PostgreSQL 9.3 
-- scripts
Closes: 721721 724626
Changes: 
 postgis (2.1.1-6) unstable; urgency=low
 .
   * Recommend postgresql-contrib-M.N for the fuzzystrmatch
 extension, which postgis_tiger_decoder depends on.
   * Update README.Debian, make sure the sql scripts are included in the
 -scripts package for the newest Postgres version as well.
 Closes: #724626.
   * Correct java-version-fix, so the jar-version becomes 2.1.1 rather than
 some rc. Closes: #721721.
   * Deduplicate highly redundant .sql files in *-postgis-scripts.
   * Drop the ored dependency on openjdk-6-jdk.
   * Add a couple more files to the extend-diff-ignore.
Checksums-Sha1: 
 c43d8e6054fba762ececdc308f6f75680f415133 3726 postgis_2.1.1-6.dsc
 a5e0eab95979874d0500c692ca1bc2c643cf2e2b 25660 postgis_2.1.1-6.debian.tar.xz
 0c840a35639bdcdc018208f9ac60725d4dd0b3c9 485106 postgis_2.1.1-6_amd64.deb
 caaf20832f8ba5d8752430ff6a472a8183d893b9 482810 
liblwgeom-2.1.1_2.1.1-6_amd64.deb
 e824f9a3e06790ce61e5ba0712e02154b2e57a81 503828 liblwgeom-dev_2.1.1-6_amd64.deb
 e20e76104e046db8197c0b0ba33c193d8db10563 569306 
postgresql-9.3-postgis-2.1_2.1.1-6_amd64.deb
 8c981fe073c71b66736780cbfb9e3b24b6ef8e9d 2968642 postgis-doc_2.1.1-6_all.deb
 11efa53588f3d3d983cfd92bda19f4d23e4d2747 408364 libpostgis-java_2.1.1-6_all.deb
 3b8f18e3c948b5b5ea621dfb5c7b392fd0744b19 701314 
postgresql-9.3-postgis-scripts_2.1.1-6_all.deb
 e700e1dae8f0e0567ff996e7db6905742b1f3490 

Bug#724626: marked as done (postgresql-9.3-postgis-2.1-scripts: Missing documented SQL files for installation)

2014-03-20 Thread Debian Bug Tracking System
Your message dated Thu, 20 Mar 2014 06:49:15 +
with message-id e1wqwmx-0005q6...@franck.debian.org
and subject line Bug#724626: fixed in postgis 2.1.1-6
has caused the Debian Bug report #724626,
regarding postgresql-9.3-postgis-2.1-scripts: Missing documented SQL files for 
installation
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.)


-- 
724626: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=724626
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: postgresql-9.3-postgis-2.1-scripts
Version: 2.1.0-2
Severity: important

Dear Maintainer,

The documentation (postgis README.Debian.gz) makes frequent mention
of /usr/share/postgresql/*/contrib/postgis-*/postgis.sql
and /usr/share/postgresql/*/contrib/postgis-*/spatial_ref_sys.sql as a
necessary part of creating a PostGIS-enabled database or database
template. However, these files do not exist for this version. This
makes creating a new PostGIS-enabled database impossible with those
instructions.

It seems that either the documentation is out of date or the files
should be there but are not.

Jamie

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.10-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_NZ.UTF-8, LC_CTYPE=en_NZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

postgresql-9.3-postgis-2.1-scripts depends on no packages.

Versions of packages postgresql-9.3-postgis-2.1-scripts recommends:
ii  postgresql-9.3-postgis-2.1  2.1.0-2

postgresql-9.3-postgis-2.1-scripts suggests no packages.

-- no debconf information
---End Message---
---BeginMessage---
Source: postgis
Source-Version: 2.1.1-6

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

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 724...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Markus Wanner mar...@bluegap.ch (supplier of updated postgis 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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 19 Mar 2014 10:16:41 +0100
Source: postgis
Binary: postgis postgis-doc libpostgis-java liblwgeom-2.1.1 liblwgeom-dev 
postgresql-9.3-postgis-2.1 postgresql-9.3-postgis-scripts 
postgresql-9.3-postgis-2.1-scripts
Architecture: source amd64 all
Version: 2.1.1-6
Distribution: unstable
Urgency: low
Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
Changed-By: Markus Wanner mar...@bluegap.ch
Description: 
 liblwgeom-2.1.1 - PostGIS Lightweight Geometry library
 liblwgeom-dev - PostGIS Lightweight Geometry library - Development files
 libpostgis-java - Geographic objects support for PostgreSQL -- JDBC support
 postgis- Geographic objects support for PostgreSQL
 postgis-doc - Geographic objects support for PostgreSQL -- documentation
 postgresql-9.3-postgis-2.1 - Geographic objects support for PostgreSQL 9.3
 postgresql-9.3-postgis-2.1-scripts - PostGIS for PostgreSQL 9.3 -- scripts -- 
dummy package
 postgresql-9.3-postgis-scripts - Geographic objects support for PostgreSQL 9.3 
-- scripts
Closes: 721721 724626
Changes: 
 postgis (2.1.1-6) unstable; urgency=low
 .
   * Recommend postgresql-contrib-M.N for the fuzzystrmatch
 extension, which postgis_tiger_decoder depends on.
   * Update README.Debian, make sure the sql scripts are included in the
 -scripts package for the newest Postgres version as well.
 Closes: #724626.
   * Correct java-version-fix, so the jar-version becomes 2.1.1 rather than
 some rc. Closes: #721721.
   * Deduplicate highly redundant .sql files in *-postgis-scripts.
   * Drop the ored dependency on openjdk-6-jdk.
   * Add a couple more files to the extend-diff-ignore.
Checksums-Sha1: 
 c43d8e6054fba762ececdc308f6f75680f415133 3726 postgis_2.1.1-6.dsc
 a5e0eab95979874d0500c692ca1bc2c643cf2e2b 25660 postgis_2.1.1-6.debian.tar.xz
 0c840a35639bdcdc018208f9ac60725d4dd0b3c9 485106 postgis_2.1.1-6_amd64.deb
 caaf20832f8ba5d8752430ff6a472a8183d893b9 482810 
liblwgeom-2.1.1_2.1.1-6_amd64.deb
 e824f9a3e06790ce61e5ba0712e02154b2e57a81 503828 liblwgeom-dev_2.1.1-6_amd64.deb
 

Bug#742149: mapnik: FTBFS on mipsen (virtual memory exhausted)

2014-03-20 Thread Sebastiaan Couwenberg
On 03/19/2014 09:28 PM, Aurelien Jarno wrote:
 On Wed, Mar 19, 2014 at 09:18:20PM +0100, Sebastiaan Couwenberg wrote:
 At the end of last year during the mapnik transition the memory
 exhaustion was fixed by scheduling the builds on buildds with more memory.

 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=729121#16

 Is that an option now too? Or are the more capable buildds already used?
 
 I have blacklisted the package on all buildds which have less than 4GB
 of RAM for mipsel, and requeued the package. Let's see how it goes, if
 it works, i'll look at doing the same for mips.

Thanks for the quick response.

Unfortunately the requeued build also failed.

I'm not sure what the best course of action is. But Jérémy suggested
backporting a change from upstream, I'll give that a go tomorrow:

https://github.com/mapnik/mapnik/pull/2134

Kind Regards,

Bas

-- 
 GPG Key ID: 4096R/E88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1

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


Bug#742149: mapnik: FTBFS on mipsen (virtual memory exhausted)

2014-03-20 Thread Sebastiaan Couwenberg
At the end of last year during the mapnik transition the memory
exhaustion was fixed by scheduling the builds on buildds with more memory.

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=729121#16

Is that an option now too? Or are the more capable buildds already used?

Kind Regards,

Bas

-- 
 GPG Key ID: 4096R/E88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1

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


Bug#742149: mapnik: FTBFS on mipsen (virtual memory exhausted)

2014-03-20 Thread Aurelien Jarno
On Wed, Mar 19, 2014 at 09:18:20PM +0100, Sebastiaan Couwenberg wrote:
 At the end of last year during the mapnik transition the memory
 exhaustion was fixed by scheduling the builds on buildds with more memory.
 
 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=729121#16
 
 Is that an option now too? Or are the more capable buildds already used?

I have blacklisted the package on all buildds which have less than 4GB
of RAM for mipsel, and requeued the package. Let's see how it goes, if
it works, i'll look at doing the same for mips.

-- 
Aurelien Jarno  GPG: 1024D/F1BCDB73
aurel...@aurel32.net http://www.aurel32.net

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


Bug#742185: RFS: qgis/2.2.0-1

2014-03-20 Thread Bas Couwenberg
Package: sponsorship-requests
Severity: normal

Dear mentors,

As part of the SpatiaLite transition I am looking for a sponsor for
my package qgis

https://release.debian.org/transitions/html/libspatialite5.html
https://release.debian.org/transitions/html/librasterlite2.html

Please refer to the thread on debian-gis@ for more information on this
transition: http://thread.gmane.org/gmane.linux.debian.gis/535

 Package name: qgis
 Version : 2.2.0-1
 Upstream Author : qgis-develo...@lists.osgeo.org
 URL : http://qgis.org/
 License : GPL-2+
 Section : science

It builds those binary packages:

 libqgis-analysis2.2.0- QGIS - shared libraries (libqgis-analysis)
 libqgis-core2.2.0- QGIS - shared libraries (libqgis-core)
 libqgis-gui2.2.0 - QGIS - shared libraries (libqgis-gui)
 libqgis-networkanalysis2.2.0 - QGIS - shared libraries 
(libqgis-networkanalysis)
 libqgisgrass2.2.0- QGIS - shared libraries (libqgisgrass)
 libqgispython2.2.0   - QGIS - shared libraries (libqgispython)
 libqgissqlanyconnection2.2.0 - QGIS - shared libraries 
(libqgissqlanyconnection)
 libqgis-dev  - QGIS - development files
 python-qgis  - Python bindings to QGIS
 python-qgis-common   - Python bindings to QGIS - 
architecture-independent files
 qgis - Geographic Information System (GIS)
 qgis-api-doc - QGIS API documentation
 qgis-common  - QGIS - architecture-independent data
 qgis-mapserver   - QGIS mapserver
 qgis-plugin-globe- OSG globe plugin for QGIS
 qgis-plugin-globe-common - OSG globe plugin for QGIS - 
architecture-independent data
 qgis-plugin-grass- GRASS plugin for QGIS
 qgis-plugin-grass-common - GRASS plugin for QGIS - 
architecture-independent data
 qgis-providers   - collection of data providers to QGIS
 qgis-providers-common- collection of data providers to QGIS - 
architecture-independent files
 qgis-sqlanywhere - QGIS sql anywhere plugin and provider

To access further information about this package, please visit the following 
URL:

http://mentors.debian.net/package/qgis


Alternatively, one can download the package with dget using this command:

  dget -x http://mentors.debian.net/debian/pool/main/q/qgis/qgis_2.2.0-1.dsc

More information about QGIS can be obtained from http://qgis.org/.

Changes since the last upload:

 * Move from experimental to unstable.
 * Update symbols for armhf.


Regards,
 Sebastiaan Couwenberg

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


Processed: mapnik: FTBFS on mipsen (virtual memory exhausted)

2014-03-20 Thread Debian Bug Tracking System
Processing control commands:

 block 731403 with -1
Bug #731403 [release.debian.org] transition: librasterlite
731403 was not blocked by any bugs.
731403 was not blocking any bugs.
Added blocking bug(s) of 731403: 742149

-- 
731403: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=731403
742149: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742149
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

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


Bug#742149: mapnik: FTBFS on mipsen (virtual memory exhausted)

2014-03-20 Thread Julien Cristau
Source: mapnik
Version: 2.2.0+ds1-6
Severity: serious
Justification: fails to build from source (but built successfully in the past)
Control: block 731403 with -1

Hi,

your package FTBFS on the mips and mipsel buildds:
 g++ -o bindings/python/mapnik_geometry.os -c -g -O2 -Wformat 
 -Werror=format-security -ansi -Wall -pthread -O2 -fno-strict-aliasing 
 -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts 
 -rdynamic -fPIC -D_FORTIFY_SOURCE=2 -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG 
 -DHAVE_TIFF -DBIGINT -DBOOST_REGEX_HAS_ICU -DLINUX -DMAPNIK_THREADSAFE 
 -DNDEBUG -DHAVE_CAIRO -DHAVE_PYCAIRO -Ideps -Ideps/clipper/include 
 -Ideps/agg/include -I. -Iinclude -I/usr/include -I/usr/include/freetype2 
 -I/usr/include/libxml2 -I/usr/include/gdal -I/usr/include/postgresql 
 -I/usr/include/python2.7 -I/usr/include/cairo -I/usr/include/glib-2.0 
 -I/usr/lib/mips-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 
 -I/usr/include/libpng12 -I/usr/include/libdrm -I/usr/include/pycairo 
 bindings/python/mapnik_geometry.cpp
 virtual memory exhausted: Cannot allocate memory
 scons: *** [bindings/python/mapnik_geometry.os] Error 1

See https://buildd.debian.org/status/package.php?p=mapnik

Cheers,
Julien


signature.asc
Description: Digital signature
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Bug#742148: shapelib: FTBFS on powerpc (Both BIG_ENDIAN and LITTLE_ENDIAN defined!

2014-03-20 Thread Julien Cristau
Source: shapelib
Version: 1.3.0-2
Severity: serious
Justification: fails to build from source (but built successfully in the past)

Hi,

your package no longer builds on powerpc:
 cc -g -I.. -I/sbuild-nonexistent/bld/include -DPROJ4 -D_LITTLE_ENDIAN -DDEBUG 
 -DDEBUG2  shpdxf.c ../shpopen.o ../dbfopen.o ../safileio.o  -o shpdxf
 In file included from /usr/include/endian.h:36:0,
  from /usr/include/powerpc-linux-gnu/bits/waitstatus.h:64,
  from /usr/include/stdlib.h:42,
  from shpdxf.c:40:
 /usr/include/powerpc-linux-gnu/bits/endian.h:26:4: error: #error Both 
 BIG_ENDIAN and LITTLE_ENDIAN defined!
  #  error Both BIG_ENDIAN and LITTLE_ENDIAN defined!
 ^
 make[2]: *** [shpdxf] Error 1

See
https://buildd.debian.org/status/fetch.php?pkg=shapelibarch=powerpcver=1.3.0-2stamp=1395181820

Cheers,
Julien


signature.asc
Description: Digital signature
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Bug#740613: libhdf5-7: Please include support for compression with libaec

2014-03-20 Thread Francesco P. Lovergine
On Wed, Mar 19, 2014 at 12:16:42AM +0100, Thomas Jahns wrote:
 Hello,
 
 On Mar 18, 2014, at 23:54 , Francesco P. Lovergine wrote:
 But for packaging of libaec, it seems to me that it does not provide the
 same
 API of szip, so a specific support is required in HDF5 at upstream level.
 
 
 it does also have its own native API, but compatibility library and header
 should also get built.
 
 Regards, Thomas

Do you mind to provide a proper soname and version for libaec and libsz,
please? Iff its API is stable enough. That's step 0 for packaging :-)

-- 
Francesco P. Lovergine

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


Bug#742124: nmu: gdal_1.10.1+dfsg-4+b1

2014-03-20 Thread Bas Couwenberg
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: binnmu

As part of the SpatiaLite transition (#731402) GDAL needs to be rebuild
with libspatialite5 (4.1.1-6) which is now available in unstable for all
architectures.

nmu gdal_1.10.1+dfsg-4+b1 . ALL . -m Rebuild against libspatialite5

Kind Regards,

Bas

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


Bug#742103: RFS: geos/3.4.2-3

2014-03-20 Thread Bas Couwenberg
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package geos

 Package name: geos
 Version : 3.4.2-3
 Upstream Author : GEOS Developers geos-de...@lists.osgeo.org
 URL : http://trac.osgeo.org/geos/
 License : LGPL-2.1+
 Section : science

It builds those binary packages:

 libgeos++-dev   - Geometry engine for GIS - C++ development files
 libgeos-3.4.2   - Geometry engine for Geographic Information Systems - C++ 
Library
 libgeos-c1  - Geometry engine for Geographic Information Systems - C 
Library
 libgeos-dbg - Debugging symbols for the GEOS library
 libgeos-dev - Geometry engine for GIS - Development files
 libgeos-doc - Documentation for the GEOS GIS geometry engine library
 libgeos-ruby1.8 - Transitional package from libgeos-ruby1.8 to ruby-geos
 ruby-geos   - GEOS bindings for Ruby

To access further information about this package, please visit the following 
URL:

http://mentors.debian.net/package/geos


Alternatively, one can download the package with dget using this command:

  dget -x http://mentors.debian.net/debian/pool/main/g/geos/geos_3.4.2-3.dsc

More information about hello can be obtained from http://www.example.com.

Changes since the last upload:

 * Add patch to include cmath in unit tests to have isnan() defined.
 * Disable parallel builds, can cause xmltester failures.


Regards,
 Sebastiaan Couwenberg

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


[gmt] annotated tag upstream/5.1.1 created (now 6cdf4fb)

2014-03-20 Thread Francesco Lovergine
This is an automated email from the git hooks/post-receive script.

frankie pushed a change to annotated tag upstream/5.1.1
in repository gmt.

at  6cdf4fb   (tag)
   tagging  305a8a179507de8771d25b6c0567faac310c55ab (commit)
  replaces  upstream/4.5.12
 tagged by  Francesco Paolo Lovergine
on  Thu Mar 20 12:40:07 2014 +0100

- Log -
Upstream version 5.1.1

Francesco Paolo Lovergine (1):
  Imported Upstream version 5.1.1

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/gmt.git

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


sun

2014-03-20 Thread Sun
Dear Sir/Madam.
We are Yunnan Jinding International Economy and Technology co., LTD. Now our 
company has 120 students need to accept advanced( Coffee bean )and the program 
requires two months. If you are the professional training institutions, are 
willing to accept the team? Please feel free to contact with us at any time if 
you have any questions.
Look forward to your reply as soon as possible.
Tel:+86-871-63933850
Mob: +8613529079435Email: haoton...@163.com
Post Code: 65
Yours Sincerely
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel