[hdf5] branch master updated (981b4aa - dac6079)

2014-09-13 Thread Gilles Filippini
This is an automated email from the git hooks/post-receive script.

pini pushed a change to branch master
in repository hdf5.

  from  981b4aa   Upload release 1.8.13+docs-10 to unstable.
   new  7710a63   Fix wrong path in h5fc part of 
flavor-configure-option.patch
   new  99efbb3   Upload release 1.8.13+docs-11 to unstable.
   new  ed87b6e   Fix substvars for libhdf5-mpi-dev.
   new  dac6079   Upload release 1.8.13+docs-12 to unstable.

The 4 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 | 15 +++
 debian/patches/flavor-configure-option.patch |  2 +-
 debian/rules |  2 +-
 3 files changed, 17 insertions(+), 2 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/hdf5.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


[hdf5] 04/04: Upload release 1.8.13+docs-12 to unstable.

2014-09-13 Thread Gilles Filippini
This is an automated email from the git hooks/post-receive script.

pini pushed a commit to branch master
in repository hdf5.

commit dac607946d0e14d145839e14c3899e53b375b55f
Author: Gilles Filippini p...@debian.org
Date:   Fri Sep 12 11:02:45 2014 +0200

Upload release 1.8.13+docs-12 to unstable.
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 204342d..161dc80 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-hdf5 (1.8.13+docs-12) UNRELEASED; urgency=medium
+hdf5 (1.8.13+docs-12) unstable; urgency=medium
 
   * Set up debian/libhdf5-mpi-dev.substvars in the binary-indep target
 because release 1.8.13+docs-10 changed the libhdf5-mpi-dev
 architecture to 'all'.
 
- -- Gilles Filippini p...@debian.org  Fri, 12 Sep 2014 10:57:28 +0200
+ -- Gilles Filippini p...@debian.org  Fri, 12 Sep 2014 11:02:24 +0200
 
 hdf5 (1.8.13+docs-11) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/hdf5.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


[hdf5] 03/04: Fix substvars for libhdf5-mpi-dev.

2014-09-13 Thread Gilles Filippini
This is an automated email from the git hooks/post-receive script.

pini pushed a commit to branch master
in repository hdf5.

commit ed87b6e1d3f7430e10562a601c680728a720054f
Author: Gilles Filippini p...@debian.org
Date:   Fri Sep 12 11:02:20 2014 +0200

Fix substvars for libhdf5-mpi-dev.
---
 debian/changelog | 8 
 debian/rules | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index f5ec048..204342d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+hdf5 (1.8.13+docs-12) UNRELEASED; urgency=medium
+
+  * Set up debian/libhdf5-mpi-dev.substvars in the binary-indep target
+because release 1.8.13+docs-10 changed the libhdf5-mpi-dev
+architecture to 'all'.
+
+ -- Gilles Filippini p...@debian.org  Fri, 12 Sep 2014 10:57:28 +0200
+
 hdf5 (1.8.13+docs-11) unstable; urgency=medium
 
   * Fix wrong path in h5fc part of flavor-configure-option.patch
diff --git a/debian/rules b/debian/rules
index cb8d4e4..aa7888e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -281,6 +281,7 @@ install-doc: build-indep
 binary-indep: install-doc
dh_testdir
dh_testroot
+   echo hdf5-mpi-dev=libhdf5-$(DEFAULT_MPI)-dev  
debian/libhdf5-mpi-dev.substvars
dh_installdocs -i
dh_installchangelogs -i -k release_docs/RELEASE.txt
dh_link
@@ -295,7 +296,6 @@ binary-indep: install-doc
 binary-arch: prep install-serial $(install_openmpi) $(install_mpich)
dh_testdir
dh_testroot
-   echo hdf5-mpi-dev=libhdf5-$(DEFAULT_MPI)-dev  
debian/libhdf5-mpi-dev.substvars
dh_installdocs $(ARCH_FLAG)
dh_installman $(ARCH_FLAG)
dh_lintian $(ARCH_FLAG)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/hdf5.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


[hdf5] 01/04: Fix wrong path in h5fc part of flavor-configure-option.patch

2014-09-13 Thread Gilles Filippini
This is an automated email from the git hooks/post-receive script.

pini pushed a commit to branch master
in repository hdf5.

commit 7710a637142ef89ece01e441f2396bfa9d186658
Author: Gilles Filippini p...@debian.org
Date:   Fri Sep 12 08:01:26 2014 +0200

Fix wrong path in h5fc part of flavor-configure-option.patch

Closes: #761244.
---
 debian/changelog | 7 +++
 debian/patches/flavor-configure-option.patch | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 30444b5..0b9fe75 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+hdf5 (1.8.13+docs-11) UNRELEASED; urgency=medium
+
+  * Fix wrong path in h5fc part of flavor-configure-option.patch
+(closes: #761244).
+
+ -- Gilles Filippini p...@debian.org  Fri, 12 Sep 2014 07:55:46 +0200
+
 hdf5 (1.8.13+docs-10) unstable; urgency=medium
 
   * Clean-up d/control
diff --git a/debian/patches/flavor-configure-option.patch 
b/debian/patches/flavor-configure-option.patch
index f7bd535..8907119 100644
--- a/debian/patches/flavor-configure-option.patch
+++ b/debian/patches/flavor-configure-option.patch
@@ -256,7 +256,7 @@ Index: hdf5/fortran/src/h5fc.in
  prefix=@prefix@
  exec_prefix=@exec_prefix@
  libdir=@libdir@
-+libdevdir=@libdir@/hdf5/@FLAVOR@
++libdevdir=@libdir@/hdf5/@FLAVOR_NAME@
  includedir=@includedir@
  HL=@HL@
  

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/hdf5.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


[hdf5] 02/04: Upload release 1.8.13+docs-11 to unstable.

2014-09-13 Thread Gilles Filippini
This is an automated email from the git hooks/post-receive script.

pini pushed a commit to branch master
in repository hdf5.

commit 99efbb3fd98357c71b82b883a52126cb6fc2ec21
Author: Gilles Filippini p...@debian.org
Date:   Fri Sep 12 08:01:51 2014 +0200

Upload release 1.8.13+docs-11 to unstable.
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0b9fe75..f5ec048 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-hdf5 (1.8.13+docs-11) UNRELEASED; urgency=medium
+hdf5 (1.8.13+docs-11) unstable; urgency=medium
 
   * Fix wrong path in h5fc part of flavor-configure-option.patch
 (closes: #761244).
 
- -- Gilles Filippini p...@debian.org  Fri, 12 Sep 2014 07:55:46 +0200
+ -- Gilles Filippini p...@debian.org  Fri, 12 Sep 2014 08:01:30 +0200
 
 hdf5 (1.8.13+docs-10) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/hdf5.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


[hdf5] annotated tag debian/1.8.13+docs-11 created (now 6f2d486)

2014-09-13 Thread Gilles Filippini
This is an automated email from the git hooks/post-receive script.

pini pushed a change to annotated tag debian/1.8.13+docs-11
in repository hdf5.

at  6f2d486   (tag)
   tagging  99efbb3fd98357c71b82b883a52126cb6fc2ec21 (commit)
  replaces  debian/1.8.13+docs-10
 tagged by  Gilles Filippini
on  Fri Sep 12 09:24:29 2014 +0200

- Log -
hdf5 Debian release 1.8.13+docs-11

Gilles Filippini (2):
  Fix wrong path in h5fc part of flavor-configure-option.patch
  Upload release 1.8.13+docs-11 to unstable.

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/hdf5.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


[hdf5] annotated tag debian/1.8.13+docs-12 created (now 83539ba)

2014-09-13 Thread Gilles Filippini
This is an automated email from the git hooks/post-receive script.

pini pushed a change to annotated tag debian/1.8.13+docs-12
in repository hdf5.

at  83539ba   (tag)
   tagging  dac607946d0e14d145839e14c3899e53b375b55f (commit)
  replaces  debian/1.8.13+docs-11
 tagged by  Gilles Filippini
on  Fri Sep 12 12:33:42 2014 +0200

- Log -
hdf5 Debian release 1.8.13+docs-12

Gilles Filippini (2):
  Fix substvars for libhdf5-mpi-dev.
  Upload release 1.8.13+docs-12 to unstable.

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/hdf5.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


tinyows 1.1.0-5 MIGRATED to testing

2014-09-13 Thread Debian testing watch
FYI: The status of the tinyows source package
in Debian's testing distribution has changed.

  Previous version: 1.1.0-4
  Current version:  1.1.0-5

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

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


[hdf4] 02/02: Update changelog

2014-09-13 Thread Johan Van de Wauw
This is an automated email from the git hooks/post-receive script.

johanvdw-guest pushed a commit to branch master
in repository hdf4.

commit c44e827c5a11de4f5c9551b28b4d1037f8428294
Author: Johan Van de Wauw johan.vandew...@gmail.com
Date:   Sat Sep 13 20:46:21 2014 +0200

Update changelog
---
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 768b081..35dc0fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libhdf4 (4.2.10-1) UNRELEASED; urgency=medium
+
+  * Add support for GNU Hurd
+
+ -- Johan Van de Wauw johan.vandew...@gmail.com  Sat, 13 Sep 2014 20:45:47 
+0200
+
 libhdf4 (4.2.10-1~exp1) experimental; urgency=medium
 
   * Add watchfile

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/hdf4.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


[hdf4] branch master updated (487644e - c44e827)

2014-09-13 Thread Johan Van de Wauw
This is an automated email from the git hooks/post-receive script.

johanvdw-guest pushed a change to branch master
in repository hdf4.

  from  487644e   Update changelog + set dist to experimental
   new  de2626b   Add support for GNU Hurd
   new  c44e827   Update changelog

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/patches/kfreebsd | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/hdf4.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


[hdf4] 01/02: Add support for GNU Hurd

2014-09-13 Thread Johan Van de Wauw
This is an automated email from the git hooks/post-receive script.

johanvdw-guest pushed a commit to branch master
in repository hdf4.

commit de2626b87bb733adea4f666c6d3c04402aae6e3d
Author: Johan Van de Wauw johan.vandew...@gmail.com
Date:   Sat Sep 13 20:16:28 2014 +0200

Add support for GNU Hurd
---
 debian/patches/kfreebsd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/patches/kfreebsd b/debian/patches/kfreebsd
index c1c70bf..4cfd77d 100644
--- a/debian/patches/kfreebsd
+++ b/debian/patches/kfreebsd
@@ -7,7 +7,7 @@ Index: b/HDF4/configure.ac
  ## of being copied depending upon the host.
  case $host in
 -  *-linux*) BAR=linux   ;;
-+  *-linux*|*-k*bsd*-gnu)BAR=linux   ;;
++  *-linux*|*-k*bsd*-gnu|*-gnu*)BAR=linux   ;;
*-freebsd*)   BAR=fbsd;;
*-ibm-aix*)   BAR=aix ;;
sparc64-*-solaris2*)  BAR=solaris64   ;;

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/hdf4.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#761429: mapnik-vector-tile: new upload needed for protobuf 2.6.0 transition

2014-09-13 Thread Robert Edmonds
Source: mapnik-vector-tile
Version: 0.5.1+dfsg-1
Severity: important

Hi,

The package mapnik-vector-tile ships a .pb.h file in /usr/include
which is generated by the protoc utility in the protobuf-compiler
package.  A major new version of protobuf-compiler has been uploaded to
unstable, so consequently the mapnik-vector-tile package needs to be
rebuilt against protobuf-compiler 2.6.0 or newer, in order to regenerate
mapnik-vector-tile's .pb.h file.

Unfortunately, mapnik-vector-tile is an Architecture: all package, so
it cannot be automatically binNMU'd.  Instead, it needs a new sourceful
upload, built against the latest version of protobuf-compiler in
unstable.  As this is blocking the transition of protobuf into testing
(#760343), I would be happy to NMU the mapnik-vector-tile package.
(Again, there are no sourceful changes needed to the package for this
bug report, it just needs to be rebuilt.)

Thanks!

-- 
Robert Edmonds
edmo...@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


Processed: block 760343 with 761429

2014-09-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 block 760343 with 761429
Bug #760343 [release.debian.org] transition: protobuf 2.6.0
760343 was not blocked by any bugs.
760343 was not blocking any bugs.
Added blocking bug(s) of 760343: 761429
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
760343: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=760343
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


[hdf4] 02/02: Update changelog

2014-09-13 Thread Johan Van de Wauw
This is an automated email from the git hooks/post-receive script.

johanvdw-guest pushed a commit to branch master
in repository hdf4.

commit aaaece6e8f0cfe180a548078b705ac0826c71264
Author: Johan Van de Wauw johan.vandew...@gmail.com
Date:   Sat Sep 13 23:24:23 2014 +0200

Update changelog
---
 debian/changelog | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/changelog b/debian/changelog
index 35dc0fb..b04b264 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 libhdf4 (4.2.10-1) UNRELEASED; urgency=medium
 
   * Add support for GNU Hurd
+  * Fix kfreebsd-64 bit
 
  -- Johan Van de Wauw johan.vandew...@gmail.com  Sat, 13 Sep 2014 20:45:47 
+0200
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/hdf4.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


Processing of mapnik-vector-tile_0.5.1+dfsg-1.1_multi.changes

2014-09-13 Thread Debian FTP Masters
mapnik-vector-tile_0.5.1+dfsg-1.1_multi.changes uploaded successfully to 
localhost
along with the files:
  mapnik-vector-tile_0.5.1+dfsg-1.1_all.deb
  mapnik-vector-tile_0.5.1+dfsg-1.1.dsc
  mapnik-vector-tile_0.5.1+dfsg-1.1.debian.tar.xz

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


[hdf4] branch master updated (c44e827 - aaaece6)

2014-09-13 Thread Johan Van de Wauw
This is an automated email from the git hooks/post-receive script.

johanvdw-guest pushed a change to branch master
in repository hdf4.

  from  c44e827   Update changelog
   new  1f0134a   Fix kfreebsd-64 bit
   new  aaaece6   Update changelog

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|  1 +
 debian/patches/kfreebsd | 13 +
 2 files changed, 14 insertions(+)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/hdf4.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


[hdf4] 01/02: Fix kfreebsd-64 bit

2014-09-13 Thread Johan Van de Wauw
This is an automated email from the git hooks/post-receive script.

johanvdw-guest pushed a commit to branch master
in repository hdf4.

commit 1f0134a0b214b62fff6417834304d894d0b82b52
Author: Johan Van de Wauw johan.vandew...@gmail.com
Date:   Sat Sep 13 23:14:12 2014 +0200

Fix kfreebsd-64 bit
---
 debian/patches/kfreebsd | 13 +
 1 file changed, 13 insertions(+)

diff --git a/debian/patches/kfreebsd b/debian/patches/kfreebsd
index 4cfd77d..5968183 100644
--- a/debian/patches/kfreebsd
+++ b/debian/patches/kfreebsd
@@ -11,3 +11,16 @@ Index: b/HDF4/configure.ac
*-freebsd*)   BAR=fbsd;;
*-ibm-aix*)   BAR=aix ;;
sparc64-*-solaris2*)  BAR=solaris64   ;;
+Index: b/HDF4/hdf/src/hdfi.h
+===
+--- a/HDF4/hdf/src/hdfi.h  2014-09-13 23:09:17.689485898 +0200
 b/HDF4/hdf/src/hdfi.h  2014-09-13 23:10:32.453487107 +0200
+@@ -1392,7 +1392,7 @@
+ /*-*/
+ #endif /*power PC 5 64 */
+ /* Linux 64 */
+-#if defined(__linux__)  defined __x86_64__   !(defined  SUN)  /* i.e. 
64-bit Linux  but not SunOS on Intel */
++#if defined(__GLIBC__)  defined __x86_64__   !(defined  SUN)  /* i.e. 
64-bit Linux  but not SunOS on Intel */
+ 
+ #ifdef GOT_MACHINE
+ If you get an error on this line more than one machine type has been defined.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/hdf4.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#761429: Acknowledgement (mapnik-vector-tile: new upload needed for protobuf 2.6.0 transition)

2014-09-13 Thread Robert Edmonds
Hi,

I've uploaded 0.5.1+dfsg-1.1 that fixes this bug to DELAYED/5.  The diff
is attached, and it is very simple :-)

-- 
Robert Edmonds
edmo...@debian.org
diff -Nru mapnik-vector-tile-0.5.1+dfsg/debian/changelog mapnik-vector-tile-0.5.1+dfsg/debian/changelog
--- mapnik-vector-tile-0.5.1+dfsg/debian/changelog	2014-08-20 17:06:54.0 -0400
+++ mapnik-vector-tile-0.5.1+dfsg/debian/changelog	2014-09-13 17:28:59.0 -0400
@@ -1,3 +1,11 @@
+mapnik-vector-tile (0.5.1+dfsg-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * No sourceful changes; rebuild against the latest protobuf-compiler due to
+the transition in #760343. (Closes: #761429)
+
+ -- Robert S. Edmonds edmo...@debian.org  Sat, 13 Sep 2014 17:28:19 -0400
+
 mapnik-vector-tile (0.5.1+dfsg-1) unstable; urgency=medium
 
   * Upstream update
___
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 mapnik-vector-tile_0.5.1+dfsg-1.1_multi.changes

2014-09-13 Thread Debian FTP Masters
mapnik-vector-tile_0.5.1+dfsg-1.1_multi.changes uploaded successfully to 
localhost
along with the files:
  mapnik-vector-tile_0.5.1+dfsg-1.1_all.deb
  mapnik-vector-tile_0.5.1+dfsg-1.1.dsc
  mapnik-vector-tile_0.5.1+dfsg-1.1.debian.tar.xz

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


Bug#761467: geos doesn't include the php binding

2014-09-13 Thread Daniel Llewellyn
Source: geos
Version: 3.3.3
Tags: patch
Severity: wishlist

I posted this to Debian-Alioth's Debian GIS project (alioth #314585)
but there has been no response for several months so I'm reposting to
the main bugtracker in hopes for some more traction.

Since version 3.3.0 of LibGeos the PHP binding has become an
officially supported interface. Attached is a patch which amends the
current package for version 3.3.3 in Wheezy. The patch creates a new
binary package, when the geos source package is compiled, specifically
containing the PHP binding. The binary package is named libgeos-php5
but I am unsure whether a more appropriate name would be php5-geos.


geos-3.3.3+php.patch
Description: Binary data
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel