Processing of nco_4.5.1-1_amd64.changes

2015-07-14 Thread Debian FTP Masters
nco_4.5.1-1_amd64.changes uploaded successfully to localhost
along with the files:
  nco_4.5.1-1.dsc
  nco_4.5.1.orig.tar.gz
  nco_4.5.1-1.debian.tar.xz
  nco_4.5.1-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


[nco] 04/05: Drop hyphen-used-as-minus-sign.patch, applied upstream.

2015-07-14 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository nco.

commit eeb46522bf56d30966ba08e97d324d6b30cfe6ce
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Tue Jul 14 08:57:59 2015 +0200

Drop hyphen-used-as-minus-sign.patch, applied upstream.
---
 debian/changelog   |  1 +
 debian/patches/hyphen-used-as-minus-sign.patch | 66 --
 debian/patches/series  |  1 -
 3 files changed, 1 insertion(+), 67 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6cbc8a8..d9e2913 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 nco (4.5.1-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * Drop hyphen-used-as-minus-sign.patch, applied upstream.
 
  -- Bas Couwenberg sebas...@debian.org  Tue, 14 Jul 2015 08:56:52 +0200
 
diff --git a/debian/patches/hyphen-used-as-minus-sign.patch 
b/debian/patches/hyphen-used-as-minus-sign.patch
deleted file mode 100644
index 12bddb1..000
--- a/debian/patches/hyphen-used-as-minus-sign.patch
+++ /dev/null
@@ -1,66 +0,0 @@
-Description: Fix hyphen-used-as-minus-sign linian issue by escaping minus 
signs.
-Author: Bas Couwenberg sebas...@xs4all.nl
-Forwarded: https://github.com/czender/nco/pull/8
-Applied-Upstream: 
https://github.com/czender/nco/commit/6efa34c551c263bb2c5d406c37923af2e652c4fe
-
 a/man/ncatted.1
-+++ b/man/ncatted.1
-@@ -417,10 +417,10 @@ with care.
- Append the string Data version 2.0.\\n to the global attribute
- .BR history :
- .RS
--ncatted -O -a history,global,a,c,Data version 2.0\\n in.nc 
-+ncatted \-O \-a history,global,a,c,Data version 2.0\\n in.nc 
- .RE
- Note the use of embedded C language 
--.BR printf() -style
-+.BR printf() \-style
- escape
- sequences. 
- .PP
-@@ -430,14 +430,14 @@ attribute for variable
- .B T
- from whatever it currently is to temperature:
- .RS
--ncatted -O -a long_name,T,o,c,temperature in.nc
-+ncatted \-O \-a long_name,T,o,c,temperature in.nc
- .RE
- .PP
- Delete all existing 
- .B units
- attributes:
- .RS
--ncatted -O -a units,,d,, in.nc
-+ncatted \-O \-a units,,d,, in.nc
- .RE
- The value of 
- .I var_nm
-@@ -456,7 +456,7 @@ Modify all existing
- .B units
- attributes to meter second-1
- .RS
--ncatted -O -a units,,m,c,meter second-1 in.nc
-+ncatted \-O \-a units,,m,c,meter second-1 in.nc
- .RE
- .PP
- Overwrite the 
-@@ -465,7 +465,7 @@ attribute of variable
- .B energy
- to an array of four integers. 
- .RS
--ncatted -O -a quanta,energy,o,s,010,101,111,121 in.nc
-+ncatted \-O \-a quanta,energy,o,s,010,101,111,121 in.nc
- .RE
- .PP
- See the manual for more complex examples, including how to input
 a/man/ncks.1
-+++ b/man/ncks.1
-@@ -52,7 +52,7 @@ dbg_lvl]
- .IR var1 [,
- .IR var2 [,...]]=
- .IR prc ]]
--[-Q] [\-q]
-+[\-Q] [\-q]
- [\-R] [\-r] [\-\-rad] [\-\-ram_all] [\--rnr
- .IR wgt ] [\-s 
- .IR format ] [\-t
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index ac8e90e..000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-hyphen-used-as-minus-sign.patch

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


[nco] 02/05: Merge tag 'upstream/4.5.1'

2015-07-14 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository nco.

commit 8a6a2129ed5ff5f9304f30d0feaa20df7250273a
Merge: 0d79837 bf81361
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Tue Jul 14 08:56:42 2015 +0200

Merge tag 'upstream/4.5.1'

Upstream version 4.5.1

Conflicts:
debian/changelog

 .travis.yml  |8 +-
 Makefile.in  |   59 ++-
 aclocal.m4   |   71 +--
 bld/Makefile |8 +-
 bld/nco.spec |   14 +-
 bld/nco_dst.pl   |   26 +-
 bm/NCO_bm.pm |  115 +++--
 bm/NCO_rgr.pm|  347 ++-
 bm/nco_bm.pl |  268 +--
 configure|   78 ++--
 configure.ac |   47 +-
 configure.eg |   13 +-
 data/Makefile.in |   24 +-
 data/in.cdl  |2 +-
 data/in_grp_3.cdl|6 +-
 data/ncap2.in|5 +-
 doc/ANNOUNCE |  121 ++---
 doc/ChangeLog|  190 
 doc/MANIFEST |1 +
 doc/Makefile.in  |   28 +-
 doc/TODO |4 +-
 doc/VERSION  |2 +-
 doc/debian.txt   |  166 ---
 doc/index.shtml  |  105 +++--
 doc/nco.texi |  162 ---
 man/Makefile.in  |   24 +-
 man/ncatted.1|   12 +-
 man/ncks.1   |2 +-
 src/Makefile.in  |   24 +-
 src/nco++/Makefile.in|   25 +-
 src/nco++/Makefile.old   |   11 +-
 src/nco++/fmc_all_cls.cc |   17 +-
 src/nco++/fmc_all_cls.hh |2 +-
 src/nco++/ncap2.cc   |   79 ++--
 src/nco++/ncap2_utl.cc   |  864 +++
 src/nco++/prs_cls.cc |   36 +-
 src/nco/Makefile.in  |   30 +-
 src/nco/ncatted.c|   20 +-
 src/nco/ncecat.c |2 -
 src/nco/ncks.c   |   21 +-
 src/nco/nco.h|   12 +-
 src/nco/nco_att_utl.c|  347 ++-
 src/nco/nco_att_utl.h|   40 +-
 src/nco/nco_cnk.c|1 +
 src/nco/nco_cnv_csm.c|   58 ++-
 src/nco/nco_ctl.c|   37 +-
 src/nco/nco_ctl.h|3 +
 src/nco/nco_grp_trv.c|4 +-
 src/nco/nco_grp_utl.c|  686 ++--
 src/nco/nco_grp_utl.h|   40 --
 src/nco/nco_msa.c|  135 +++---
 src/nco/nco_mss_val.c|7 +-
 src/nco/nco_netcdf.c |8 +-
 src/nco/nco_netcdf.h |4 +-
 src/nco/nco_omp.c|   32 +-
 src/nco/nco_ppc.c|3 +-
 src/nco/nco_prn.c|6 -
 src/nco/nco_rgr.c|  --
 src/nco/nco_rgr.h|   71 +--
 src/nco/nco_sld.c|  594 -
 src/nco/nco_sld.h|   49 ++
 src/nco/nco_typ.h|2 +-
 src/nco/nco_var_avg.c|7 +-
 src/nco/nco_var_utl.c|4 +-
 src/nco/ncra.c   |   85 ++--
 src/nco/ncwa.c   |2 +-
 src/nco_c++/Makefile.in  |   32 +-
 67 files changed, 3489 insertions(+), 2930 deletions(-)

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


[nco] 05/05: Set distribution to unstable.

2015-07-14 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository nco.

commit e62a88420a1586fc01ffd3496b031214e8d4a8d4
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Tue Jul 14 09:03:49 2015 +0200

Set distribution to unstable.
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d9e2913..2dad6cd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-nco (4.5.1-1) UNRELEASED; urgency=medium
+nco (4.5.1-1) unstable; urgency=medium
 
   * New upstream release.
   * Drop hyphen-used-as-minus-sign.patch, applied upstream.
 
- -- Bas Couwenberg sebas...@debian.org  Tue, 14 Jul 2015 08:56:52 +0200
+ -- Bas Couwenberg sebas...@debian.org  Tue, 14 Jul 2015 09:03:34 +0200
 
 nco (4.5.0-1) unstable; urgency=medium
 

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


[nco] 01/01: pristine-tar data for nco_4.5.1.orig.tar.gz

2015-07-14 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch pristine-tar
in repository nco.

commit 211b6442f49d3db519f33ff9f27fd34fb313341d
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Tue Jul 14 08:55:54 2015 +0200

pristine-tar data for nco_4.5.1.orig.tar.gz
---
 nco_4.5.1.orig.tar.gz.delta | Bin 0 - 15316 bytes
 nco_4.5.1.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/nco_4.5.1.orig.tar.gz.delta b/nco_4.5.1.orig.tar.gz.delta
new file mode 100644
index 000..90b55e8
Binary files /dev/null and b/nco_4.5.1.orig.tar.gz.delta differ
diff --git a/nco_4.5.1.orig.tar.gz.id b/nco_4.5.1.orig.tar.gz.id
new file mode 100644
index 000..1e4be35
--- /dev/null
+++ b/nco_4.5.1.orig.tar.gz.id
@@ -0,0 +1 @@
+6b12479297942016f35621d861c6d8a566317e21

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


[nco] branch pristine-tar updated (accab69 - 211b644)

2015-07-14 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch pristine-tar
in repository nco.

  from  accab69   pristine-tar data for nco_4.5.0.orig.tar.gz
   new  211b644   pristine-tar data for nco_4.5.1.orig.tar.gz

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:
 nco_4.5.1.orig.tar.gz.delta | Bin 0 - 15316 bytes
 nco_4.5.1.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 nco_4.5.1.orig.tar.gz.delta
 create mode 100644 nco_4.5.1.orig.tar.gz.id

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


[pktools] 01/02: Merge tag 'debian/2.6.4-1' into jessie-backports

2015-07-14 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch jessie-backports
in repository pktools.

commit b5b6c0f89e01de7a58f16d4fe3ab785db4b4b34c
Merge: 1715f7f fe59242
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Tue Jul 14 09:19:56 2015 +0200

Merge tag 'debian/2.6.4-1' into jessie-backports

Conflicts:
debian/changelog

 ChangeLog  |   65 +-
 Makefile.am|8 +
 Makefile.in|9 +-
 configure  |   37 +-
 configure.ac   |   21 +-
 debian/changelog   |   23 +
 debian/libalgorithms1.symbols  |  168 +-
 debian/libfileclasses1.symbols |4 +-
 debian/libimageclasses1.symbols|   43 +-
 debian/liblasclasses1.symbols  |   52 +-
 debian/man/pkreclass.1.xml |  256 ++
 debian/rules   |2 +-
 debian/watch   |8 +-
 doc/Doxyfile   | 2303 +++
 doc/Doxyfile.good  | 1899 +
 doc/Doxyfile.in~   | 2303 +++
 doc/Doxyfile~  | 1869 +
 doc/Makefile.am|   17 +
 doc/apps.dox   |   32 +
 doc/apps.dox~  |   33 +
 doc/createappsdox.sh   |   80 +
 doc/examples_pkann.dox |   15 +
 doc/examples_pkascii2img.dox   |   64 +
 doc/examples_pkascii2ogr.dox   |7 +
 doc/examples_pkcomposite.dox   |   32 +
 doc/examples_pkcreatect.dox|   36 +
 doc/examples_pkcrop.dox|   38 +
 doc/examples_pkdiff.dox|   14 +
 doc/examples_pkdsm2shadow.dox  |8 +
 doc/examples_pkdumpimg.dox |   33 +
 doc/examples_pkdumpogr.dox |   45 +
 doc/examples_pkextract.dox |   79 +
 doc/examples_pkfilter.dox  |   61 +
 doc/examples_pkgetmask.dox |   11 +
 doc/examples_pkinfo.dox|   46 +
 doc/examples_pkpolygonize.dox  |5 +
 doc/examples_pkreclass.dox |   20 +
 doc/examples_pksetmask.dox |   48 +
 doc/examples_pksieve.dox   |5 +
 doc/examples_pkstatogr.dox |   12 +
 doc/examples_pksvm.dox |   19 +
 doc/faq_pkcomposite.dox|   33 +
 doc/faq_pksetmask.dox  |8 +
 doc/footer.html|   33 +
 doc/header.dox |   16 +
 doc/html/ConfusionMatrix_8cc_source.html   |  358 ++
 doc/html/ConfusionMatrix_8h_source.html|  272 ++
 doc/html/CostFactorySVM_8cc_source.html|  256 ++
 doc/html/CostFactorySVM_8h_source.html |  131 +
 doc/html/CostFactory_8h_source.html|  137 +
 doc/html/Egcs_8cc_source.html  |  280 ++
 doc/html/Egcs_8h_source.html   |  128 +
 doc/html/FeatureSelector_8h_source.html|  440 +++
 doc/html/FileReaderAscii_8cc_source.html   |  313 ++
 doc/html/FileReaderAscii_8h_source.html|  374 ++
 doc/html/FileReaderLas_8cc_source.html |  253 ++
 doc/html/FileReaderLas_8h_source.html  |  146 +
 doc/html/Filter2d_8cc_source.html  | 1379 +++
 doc/html/Filter2d_8h_source.html   | 1432 +++
 doc/html/Filter_8cc_source.html|  785 
 doc/html/Filter_8h_source.html |  919 +
 doc/html/Filter__old_8h_source.html|  982 +
 doc/html/ImgReaderGdal_8cc_source.html |  785 
 doc/html/ImgReaderGdal_8h_source.html  |  384 ++
 doc/html/ImgReaderOgr_8cc_source.html  |  485 +++
 doc/html/ImgReaderOgr_8h_source.html   | 1026 +
 doc/html/ImgRegression_8cc_source.html |  468 +++
 doc/html/ImgRegression_8h_source.html  |  122 +
 doc/html/ImgWriterGdal_8cc_source.html |  727 
 doc/html/ImgWriterGdal_8h_source.html  |  309 ++
 doc/html/ImgWriterOgr_8cc_source.html  |  742 
 doc/html/ImgWriterOgr_8h_source.html   |  154 +
 doc/html/IndexValue_8h_source.html |  121 +
 doc/html/OptFactory_8h_source.html 

[pktools] branch jessie-backports updated (1715f7f - bc2bee5)

2015-07-14 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch jessie-backports
in repository pktools.

  from  1715f7f   Rebuild for jessie-backports.
  adds  dd3d551   Fix upstream version extraction from changelog.
  adds  6f1d703   Add patch to fix build failure with GCC 5.
  adds  8e80576   Use multi-line uscan options.
  adds  062e902   Set distribution to unstable.
  adds  8c4f945   Mark redeclaration-may-not-have-default-arguments.patch 
as Forwarded  Applied-Upstream.
  adds  40f3b24   Imported Upstream version 2.6.4
  adds  d3e278b   Merge tag 'upstream/2.6.4'
  adds  3e120eb   New upstream release.
  adds  78691e5   Drop patch applied upstream, refresh remaining patch.
  adds  103c873   Add manpage for pkreclass.
  adds  1936b89   Update symbols for amd64.
  adds  93096a7   Set distribution to experimental.
  adds  499e735   Update symbols for other architectures.
  adds  9015a51   Drop old missing symbols.
  adds  fe59242   Move from experimental to unstable.
   new  b5b6c0f   Merge tag 'debian/2.6.4-1' into jessie-backports
   new  bc2bee5   Rebuild for jessie-backports.

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:
 ChangeLog  |   65 +-
 Makefile.am|8 +
 Makefile.in|9 +-
 configure  |   37 +-
 configure.ac   |   21 +-
 debian/changelog   |   29 +
 debian/libalgorithms1.symbols  |  168 +-
 debian/libfileclasses1.symbols |4 +-
 debian/libimageclasses1.symbols|   43 +-
 debian/liblasclasses1.symbols  |   52 +-
 debian/man/pkreclass.1.xml |  256 ++
 debian/rules   |2 +-
 debian/watch   |8 +-
 doc/Doxyfile   | 2303 +++
 doc/Doxyfile.good  | 1899 +
 doc/Doxyfile.in~   | 2303 +++
 doc/Doxyfile~  | 1869 +
 doc/Makefile.am|   17 +
 doc/apps.dox   |   32 +
 doc/apps.dox~  |   33 +
 doc/createappsdox.sh   |   80 +
 doc/examples_pkann.dox |   15 +
 doc/examples_pkascii2img.dox   |   64 +
 doc/examples_pkascii2ogr.dox   |7 +
 doc/examples_pkcomposite.dox   |   32 +
 doc/examples_pkcreatect.dox|   36 +
 doc/examples_pkcrop.dox|   38 +
 doc/examples_pkdiff.dox|   14 +
 doc/examples_pkdsm2shadow.dox  |8 +
 doc/examples_pkdumpimg.dox |   33 +
 doc/examples_pkdumpogr.dox |   45 +
 doc/examples_pkextract.dox |   79 +
 doc/examples_pkfilter.dox  |   61 +
 doc/examples_pkgetmask.dox |   11 +
 doc/examples_pkinfo.dox|   46 +
 doc/examples_pkpolygonize.dox  |5 +
 doc/examples_pkreclass.dox |   20 +
 doc/examples_pksetmask.dox |   48 +
 doc/examples_pksieve.dox   |5 +
 doc/examples_pkstatogr.dox |   12 +
 doc/examples_pksvm.dox |   19 +
 doc/faq_pkcomposite.dox|   33 +
 doc/faq_pksetmask.dox  |8 +
 doc/footer.html|   33 +
 doc/header.dox |   16 +
 doc/html/ConfusionMatrix_8cc_source.html   |  358 ++
 doc/html/ConfusionMatrix_8h_source.html|  272 ++
 doc/html/CostFactorySVM_8cc_source.html|  256 ++
 doc/html/CostFactorySVM_8h_source.html |  131 +
 doc/html/CostFactory_8h_source.html|  137 +
 doc/html/Egcs_8cc_source.html  |  280 ++
 doc/html/Egcs_8h_source.html   |  128 +
 doc/html/FeatureSelector_8h_source.html|  440 +++
 doc/html/FileReaderAscii_8cc_source.html   |  313 ++
 doc/html/FileReaderAscii_8h_source.html|  374 ++
 doc/html/FileReaderLas_8cc_source.html |  253 ++
 doc/html/FileReaderLas_8h_source.html  |  146 +
 

Processing of pktools_2.6.4-1~bpo8+1_amd64.changes

2015-07-14 Thread Debian FTP Masters
pktools_2.6.4-1~bpo8+1_amd64.changes uploaded successfully to localhost
along with the files:
  pktools_2.6.4-1~bpo8+1.dsc
  pktools_2.6.4-1~bpo8+1.debian.tar.xz
  pktools_2.6.4-1~bpo8+1_amd64.deb
  pktools-dev_2.6.4-1~bpo8+1_amd64.deb
  libalgorithms1_2.6.4-1~bpo8+1_amd64.deb
  libfileclasses1_2.6.4-1~bpo8+1_amd64.deb
  libimageclasses1_2.6.4-1~bpo8+1_amd64.deb
  liblasclasses1_2.6.4-1~bpo8+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


[spatialite] 01/01: Move from experimental to unstable.

2015-07-14 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository spatialite.

commit 1cf357d0bd63bdc40131233e1848c04cfbf540a8
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Tue Jul 14 11:56:50 2015 +0200

Move from experimental to unstable.
---
 debian/changelog | 6 ++
 debian/control   | 2 +-
 debian/gbp.conf  | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0d8ffaa..7f64d6b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+spatialite (4.3.0-1) unstable; urgency=medium
+
+  * Move from experimental to unstable.
+
+ -- Bas Couwenberg sebas...@debian.org  Tue, 14 Jul 2015 11:57:46 +0200
+
 spatialite (4.3.0-1~exp1) experimental; urgency=medium
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index c6a69c6..7159f9c 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ Build-Depends: debhelper (= 9),
zlib1g-dev
 Standards-Version: 3.9.6
 Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/spatialite.git
-Vcs-Git: git://anonscm.debian.org/pkg-grass/spatialite.git -b experimental
+Vcs-Git: git://anonscm.debian.org/pkg-grass/spatialite.git
 Homepage: https://www.gaia-gis.it/fossil/libspatialite
 
 Package: libspatialite7
diff --git a/debian/gbp.conf b/debian/gbp.conf
index 6464eea..21d0417 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -6,7 +6,7 @@ upstream-branch = upstream
 
 # The default name for the Debian branch is master.
 # Change it if the name is different (for instance, debian/unstable).
-debian-branch = experimental
+debian-branch = master
 
 # git-import-orig uses the following names for the upstream tags.
 # Change the value if you are not using git-import-orig

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/spatialite.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] tag debian/4.3.0-1 created (now 1cf357d)

2015-07-14 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to tag debian/4.3.0-1
in repository spatialite.

at  1cf357d   (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.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-tools_4.3.0-1_amd64.changes ACCEPTED into unstable

2015-07-14 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 14 Jul 2015 12:36:07 +0200
Source: spatialite-tools
Binary: spatialite-bin
Architecture: source amd64
Version: 4.3.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
Changed-By: Bas Couwenberg sebas...@debian.org
Description:
 spatialite-bin - Geospatial extension for SQLite - tools
Changes:
 spatialite-tools (4.3.0-1) unstable; urgency=medium
 .
   * Move from experimental to unstable.
Checksums-Sha1:
 dcb1e2e54a821eb64c452dad430fd527740fb0a1 2337 spatialite-tools_4.3.0-1.dsc
 2ee7690eff069ee1c9167fc5b7e3aa069c512e3d 10488 
spatialite-tools_4.3.0-1.debian.tar.xz
 560a2c4216826ef68bcc63105f2814a5814c2703 190542 
spatialite-bin_4.3.0-1_amd64.deb
Checksums-Sha256:
 79a715ee8dcdfa84898630581152397f35bf2a5384be853e95ac3ff66c4f2abd 2337 
spatialite-tools_4.3.0-1.dsc
 8be96cacd943a04a60a12df9870ec9cc0523c321221a44b48d82d50ab6578d42 10488 
spatialite-tools_4.3.0-1.debian.tar.xz
 ba7d63ea0bae0aa43618c1fedb4653812e587f3cfcad3b2d14fac6a4aea53bc0 190542 
spatialite-bin_4.3.0-1_amd64.deb
Files:
 bee126d35472d009875e603cf389b057 2337 science optional 
spatialite-tools_4.3.0-1.dsc
 1be5dea078ebf9f0197d9bce957740b2 10488 science optional 
spatialite-tools_4.3.0-1.debian.tar.xz
 39106288198083ef68a6eb3396b077ae 190542 science optional 
spatialite-bin_4.3.0-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJVpOhtAAoJEGdQ8QrojUrxCH8P/3TvF3gbGbiB81VpiZUItFrP
la2gFQAzbBcFWYTaW3+2Nv4L2eeGcnXaEO7TP8VXhd05wJ7tHsBdFlHmVMFtEaRK
GyygI3GvTheymbpQVjJfl5/gTI6a53mMF/eoKpF4dZ99NzFpNrVA0M45Qr9fMfsc
TmBPd7GTlgZR8llkm3PGCCfBQv7s6n3xg4DwXb0A4kk1wsPnpjIVvu/M27iwbyET
hGv0zixZh9qEQIzmMkcYq/myRg3dpcVDDXll2K1KnVLTZE2fFE2Bi25QxZ9ffeiQ
cco5cZKx3AFmV3juOULKGWEX+Bjig0A2a8mxCoIz7Xg5Rb/aPQe3r5QbJOkLipVN
aX1fIbAmCdSkyayLArYa4W0ESDZkErY09F5M+Iuo4Qi0dAEkLbLb2vzmdVlJESUb
b1gEaCXSSup5t271w70erK3/0nB51NTqKCHOqkPz7ThxD3mbw3qQUFRjfwULE7jI
3sEeVr4Azr8CccV3V9ztqm6aEgJGop0Z68AVJJJej+nMftBHVN9F6ST9jyLRH94b
uLmdft0nKUt0PfHAbzkn8J0hg7u8rd/nzmS1WA7653fgcc1g1n62PMpdG1ma8jNO
NUxn+m6kftHyg1gBoDWGk91xNAUljd2Gy+FDXsuNYR6/1fWPF1Vh2uHdnTkzaJss
UltiP3aDQmkTnkhhEPr4
=ln6X
-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-tools_4.3.0-1_amd64.changes

2015-07-14 Thread Debian FTP Masters
spatialite-tools_4.3.0-1_amd64.changes uploaded successfully to localhost
along with the files:
  spatialite-tools_4.3.0-1.dsc
  spatialite-tools_4.3.0-1.debian.tar.xz
  spatialite-bin_4.3.0-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


[spatialite-tools] branch master updated (b15a30c - a4c6348)

2015-07-14 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository spatialite-tools.

  from  b15a30c   Set distribution to unstable.
  adds  2717972   Imported Upstream version 4.2.0
  adds  202d7ad   Merge tag 'upstream/4.2.0' into experimental
  adds  6125926   New upstream release.
  adds  2e21c12   Refresh 00-add_automake_foreign.patch.
  adds  46c1ee4   Refresh 03-fix_typos.patch.
  adds  52cb2ca   Refresh 07-succesfully-typo.patch.
  adds  047b73a   Refresh 08-indifferently-typo.patch.
  adds  289dc4d   Refresh 10-no-sqlite-check.patch.
  adds  8d1b8e8   Refresh patches.
  adds  9da13ef   Update copyright file.
  adds  a9e72d7   Add man page for spatialite_xml_collapse.
  adds  6151f9e   Add man page for spatialite_xml_load.
  adds  761e3dd   Add man page for spatialite_xml_print.
  adds  53f4e89   Add patch to fix 'OUTPUT' typo.
  adds  3bd70d8   Set distribution to experimental.
  adds  df3715f   Set experimental branch in Vcs-Git and gbp.conf.
  adds  74bc484   Imported Upstream version 4.2.1~rc1
  adds  d62300d   Merge tag 'upstream/4.2.1_rc1' into experimental
  adds  a542f63   New upstream release candidate.
  adds  afb262b   Add man page for spatialite_osm_overpass.
  adds  da40ed5   Add man page for spatialite_xml_validator.
  adds  bc23bb4   Drop patches applied upstream, refresh remaining patches.
  adds  6f6ebac   Add build dependency on libxml2.
  adds  2f679c4   Bump Standards-Version to 3.9.6, no changes.
  adds  b02c372   Update 07-succesfully-typo.patch, also fix typo in 
spatialite_osm_overpass.
  adds  d433b18   Mark patches as forwarded.
  adds  31bae9f   Set distribution to experimental.
  adds  4f85383   Add upstream metadata.
  adds  f3b223e   Update Vcs-Browser URL to use cgit instead of gitweb.
  adds  d3da6ae   Set the date embedded in man pages to the changelog date 
for reproducible builds.
  adds  8e55f28   Update my email to @debian.org address.
  adds  57455ec   Align copyright holders, drop .0 from license version.
  adds  09a4e54   Set distribution to experimental.
  adds  8c1bf60   Bump minimum required libspatialite-dev to 
4.2.1~rc1-1~exp4.
  adds  e78eb72   Set distribution to experimental.
  adds  a33640c   Update watch file to use lowercase rc in upstream version 
mangle.
  adds  8abff6a   Imported Upstream version 4.3.0~rc0
  adds  520558d   Merge tag 'upstream/4.3.0_rc0' into experimental
  adds  67cd68f   New upstream release candidate.
  adds  f72fa8e   Drop patches applied upstream, refresh remaining patches.
  adds  6683856   Drop disabled patches.
  adds  b331d79   Add patch to link sqlite3.
  adds  0d78f5c   Mark patches as Forwarded.
  adds  7d3e10c   Set distribution to experimental.
  adds  92c9364   Imported Upstream version 4.3.0~rc1
  adds  74b9365   Merge tag 'upstream/4.3.0_rc1' into experimental
  adds  9583358   New upstream release candidate.
  adds  a6e0e6d   Bump minimum required libspatialite-dev version to 
4.3.0~rc1.
  adds  6d3b607   Drop patches applied upstream.
  adds  3340cd6   Set distribution to experimental.
  adds  d443d4e   Imported Upstream version 4.3.0
  adds  f6d2198   Merge tag 'upstream/4.3.0' into experimental
  adds  e732f05   New upstream release.
  adds  2054c29   Bump minimum required libspatialite-dev version to 4.3.0.
  adds  a74103f   Set distribution to experimental.
   new  8ab73fd   Merge branch 'experimental'
   new  a4c6348   Move from experimental to unstable.

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:
 Makefile-static-MinGW  |   96 +-
 Makefile.am|   32 +-
 Makefile.in|  397 +-
 aclocal.m4 |  510 ++-
 compile|  347 ++
 config.h.in|   15 +
 configure  |  444 +-
 configure.ac   |   23 +-
 debian/changelog   |   77 +
 debian/control |3 +-
 debian/copyright   |   15 +-
 ...osm_net.1.xml = spatialite_osm_overpass.1.xml} |  116 +-
 ...osm_map.1.xml = spatialite_xml_collapse.1.xml} |   74 +-
 debian/man/spatialite_xml_load.1.xml   |  145 +
 ...te_osm_raw.1.xml = spatialite_xml_print.1.xml} |   45 +-
 debian/man/spatialite_xml_validator.1.xml  |   57 +
 debian/patches/00-add_automake_foreign.patch   | 

[spatialite-tools] 02/02: Move from experimental to unstable.

2015-07-14 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository spatialite-tools.

commit a4c63482b30e14905bfd445f14419db7fa8f64e2
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Tue Jul 14 12:36:28 2015 +0200

Move from experimental to unstable.
---
 debian/changelog | 6 ++
 debian/gbp.conf  | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 25cd98a..f8e232f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+spatialite-tools (4.3.0-1) unstable; urgency=medium
+
+  * Move from experimental to unstable.
+
+ -- Bas Couwenberg sebas...@debian.org  Tue, 14 Jul 2015 12:36:07 +0200
+
 spatialite-tools (4.3.0-1~exp1) experimental; urgency=medium
 
   * New upstream release.
diff --git a/debian/gbp.conf b/debian/gbp.conf
index 6464eea..21d0417 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -6,7 +6,7 @@ upstream-branch = upstream
 
 # The default name for the Debian branch is master.
 # Change it if the name is different (for instance, debian/unstable).
-debian-branch = experimental
+debian-branch = master
 
 # git-import-orig uses the following names for the upstream tags.
 # Change the value if you are not using git-import-orig

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/spatialite-tools.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 pyspatialite_3.0.1-8_amd64.changes

2015-07-14 Thread Debian FTP Masters
pyspatialite_3.0.1-8_amd64.changes uploaded successfully to localhost
along with the files:
  pyspatialite_3.0.1-8.dsc
  pyspatialite_3.0.1-8.debian.tar.xz
  python-pyspatialite_3.0.1-8_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


pyspatialite_3.0.1-8_amd64.changes ACCEPTED into unstable

2015-07-14 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 14 Jul 2015 13:29:45 +0200
Source: pyspatialite
Binary: python-pyspatialite
Architecture: source amd64
Version: 3.0.1-8
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
Changed-By: Bas Couwenberg sebas...@debian.org
Description:
 python-pyspatialite - Python interface to Spatialite
Changes:
 pyspatialite (3.0.1-8) unstable; urgency=medium
 .
   * Add dh-python to build dependencies.
   * Bump minimum libspatialite-dev version to 4.3.0.
Checksums-Sha1:
 34acea8a482465b627b508a44e3ef43298e0b08b 2084 pyspatialite_3.0.1-8.dsc
 bdc19a3af980c1ea470145edd4e3668feb654265 4544 
pyspatialite_3.0.1-8.debian.tar.xz
 20d99f16ad127719cfaa31d8a0133e2f61a47e79 30134 
python-pyspatialite_3.0.1-8_amd64.deb
Checksums-Sha256:
 6969a2b9ea892fb44775e5fc5f75b65a886cc9ab2ff5132a462bcc403e7669d5 2084 
pyspatialite_3.0.1-8.dsc
 d9a61a9f49cceb43f5906e66266070dee4ecfc4a931eb670253c46fae31a535f 4544 
pyspatialite_3.0.1-8.debian.tar.xz
 0084449dec078b07f620451c4d99bbf20e9f9269eeb9b2f83d5897b168cd93bc 30134 
python-pyspatialite_3.0.1-8_amd64.deb
Files:
 383661ef11f7ce3342fe2366bb5be1c3 2084 python optional pyspatialite_3.0.1-8.dsc
 a50c5d4a71287ec4182069f300d8bbbd 4544 python optional 
pyspatialite_3.0.1-8.debian.tar.xz
 60cec7d2201a852a4caeefd1ce3d9638 30134 python optional 
python-pyspatialite_3.0.1-8_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJVpPVaAAoJEGdQ8QrojUrxf0cP/1Y4nkx9WZX4MeDNhHSPquoN
6srdaw6xs5o6Pp6bsdZDJvSzA7Z6TK3w7m7yDOcs5nQI/n+OaOje3NjGLN6ExEqH
y+MxKK5unwbotVa3ptMdMV2p73O3ckMsK1+bTg7BeQUoEo+j9i995yc0wK7UJIRR
wdVQWr9N5wJWxw9/CWoCZHlL6qt2Qql/2f1xmnZ+Cn2OuG4jPqqFL2VkHPdtA0pY
2Y6CnYN/4l9zK/Ktiv7wOKDNeFqZLWeM3A/LGiS5SWcrSCOXWPl1CDprh7eQ4OLf
8KVsl9GZuvie2Tg+tdqGgLBCVGB4jCdkzWIX9K4RHVFRrUQfgYyeuZ456DunA9Tf
jEyyavgGJ2Yrt5byyvJupGrGhqILCEFlzmo05KhEv+JCEv5lj2UMDpyvKkETcGe5
wSZz9S5IuzoVh04yrBaIXUvA0fsaJ2inDYJVK1/WNlPIO8LPAEMB7olpHWvABXAy
SO+XA2tJg5ZFEN4hBuyLJ+p87WteedTDd2NEhi2M/Ek/eVJarv9rvnIxbOm7iVDV
kdSkrA5G/MDcpLZvSXYmvLHWDr7DR+R14rT0CgUnK4CcWpEZBj06GKoFRJUvhlQH
Smmv40duCVsyxv9VW1f6LGXRqb0xmCbQUywmsIEIbHvBIypLJiQqpKILoCO3KrUZ
Uvg5pbadDE0ad8EHJu/y
=o+ns
-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


[pyspatialite] 01/04: Add dh-python to build dependencies.

2015-07-14 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository pyspatialite.

commit fcbb8c7ff6b8689d9d6f31221c2b641a5f2e3fdc
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sun Jun 28 01:02:26 2015 +0200

Add dh-python to build dependencies.
---
 debian/changelog | 6 ++
 debian/control   | 1 +
 2 files changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 809ba2b..574aedd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pyspatialite (3.0.1-8) UNRELEASED; urgency=medium
+
+  * Add dh-python to build dependencies.
+
+ -- Bas Couwenberg sebas...@debian.org  Sun, 28 Jun 2015 01:02:16 +0200
+
 pyspatialite (3.0.1-7) unstable; urgency=medium
 
   * Update my email to @debian.org address.
diff --git a/debian/control b/debian/control
index bb8319d..b535d04 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ Uploaders: David Paleino da...@debian.org,
 Section: python
 Priority: optional
 Build-Depends: debhelper (= 9),
+   dh-python,
libspatialite-dev (= 4.1.1~),
libgeos-dev,
libproj-dev,

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


[pyspatialite] 03/04: Update path in lintian override.

2015-07-14 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository pyspatialite.

commit 2fadde318f2e6a35aaed0112272c22acafc1aa13
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Tue Jul 14 13:37:23 2015 +0200

Update path in lintian override.
---
 debian/python-pyspatialite.lintian-overrides | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/python-pyspatialite.lintian-overrides 
b/debian/python-pyspatialite.lintian-overrides
index de493b9..fd2e02c 100644
--- a/debian/python-pyspatialite.lintian-overrides
+++ b/debian/python-pyspatialite.lintian-overrides
@@ -2,4 +2,4 @@
 #  Fortify Source functions: no, only unprotected functions found!
 # unprotected: strcpy
 # unprotected: memcpy
-python-pyspatialite: hardening-no-fortify-functions 
usr/lib/python2.7/dist-packages/pyspatialite/_spatialite.so
+python-pyspatialite: hardening-no-fortify-functions 
usr/lib/python2*/dist-packages/pyspatialite/_spatialite*.so

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


[pyspatialite] 04/04: Set distribution to unstable.

2015-07-14 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository pyspatialite.

commit 5301fd2f79a5b75723e09149821b7c69ef24fb3b
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Tue Jul 14 13:29:57 2015 +0200

Set distribution to unstable.
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 83ec023..96954aa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-pyspatialite (3.0.1-8) UNRELEASED; urgency=medium
+pyspatialite (3.0.1-8) unstable; urgency=medium
 
   * Add dh-python to build dependencies.
   * Bump minimum libspatialite-dev version to 4.3.0.
 
- -- Bas Couwenberg sebas...@debian.org  Sun, 28 Jun 2015 01:02:16 +0200
+ -- Bas Couwenberg sebas...@debian.org  Tue, 14 Jul 2015 13:29:45 +0200
 
 pyspatialite (3.0.1-7) unstable; urgency=medium
 

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


[nco] tag debian/4.5.1-1 created (now e62a884)

2015-07-14 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to tag debian/4.5.1-1
in repository nco.

at  e62a884   (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/nco.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


pktools 2.6.4-1 MIGRATED to testing

2015-07-14 Thread Debian testing watch
FYI: The status of the pktools source package
in Debian's testing distribution has changed.

  Previous version: 2.6.3-2
  Current version:  2.6.4-1

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


[librasterlite2] 01/01: Move from experimental to unstable.

2015-07-14 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository librasterlite2.

commit 7a341e22d0b0aeceb1a5a90df3a570763dac77e6
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Tue Jul 14 19:33:27 2015 +0200

Move from experimental to unstable.
---
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index b281d05..37c8b44 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+librasterlite2 (1.0.0~rc0+devel1-1) unstable; urgency=medium
+
+  * Move from experimental to unstable.
+
+ -- Bas Couwenberg sebas...@debian.org  Tue, 14 Jul 2015 19:33:03 +0200
+
 librasterlite2 (1.0.0~rc0+devel1-1~exp2) experimental; urgency=medium
 
   * Drop spatialite.1 man page, shouldn't be included in librasterlite2.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/librasterlite2.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#791680: A crash of Qgis Desktop occurs when I try to save as a vector layer

2015-07-14 Thread Moritz Lennert

I can confirm the bug with 2.8.2+dfsg-2+b1.

Even after installing qgis-dbg, all I get in a console is:

 qgis
Warning: QGraphicsScene::addItem: item has already been added to this scene
no need
* deactivate parallellinetool
* deactivate circulararctool
* deactivate modifycirculararctool
Erreur de segmentation

Anything else I can do to debug, or is this the spatialite bug and I 
just have to wait for a new version to get into testing ?


Moritz

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


[librewms] branch master updated (b2b6375 - 44d9ed3)

2015-07-14 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository librewms.

  from  b2b6375   Add upstream metadata.
   new  7c0be4b   Drop UNRELEASED changelog entry.
   new  8b1061e   Update my email to use @debian.org address.
   new  029c838   Drop .0 from GPL license shortnames.
   new  bd1c509   Use multi-line uscan options.
   new  44d9ed3   Set distribution to UNRELEASED.

The 5 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  | 10 ++
 debian/control|  2 +-
 debian/copyright  | 22 +++---
 debian/patches/configure.ac   |  2 +-
 debian/patches/link-sqlite3.patch |  2 +-
 debian/watch  |  4 +++-
 6 files changed, 19 insertions(+), 23 deletions(-)

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


[librewms] 04/05: Use multi-line uscan options.

2015-07-14 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository librewms.

commit bd1c5095a12826a9e69d39f49c2b8a94bd6b0952
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Tue Jul 14 23:52:00 2015 +0200

Use multi-line uscan options.
---
 debian/watch | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/watch b/debian/watch
index 9fb9d8e..0ea126f 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,6 @@
 version=3
-opts=dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,uversionmangle=s/(\d[a-z]*)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/
 \
+opts=\
+dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\
+uversionmangle=s/(\d[a-z]*)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/;s/RC/rc/
 \
 http://www.gaia-gis.it/gaia-sins/librewms-sources/ \
 (?:|.*/)librewms(?:[_\-]v?|)(\d\S*)\.(?:tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz)

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


[librewms] 03/05: Drop .0 from GPL license shortnames.

2015-07-14 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository librewms.

commit 029c8388f4dbee8aa82bf78f51ab8ec8d45aeac0
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Tue Jul 14 23:50:40 2015 +0200

Drop .0 from GPL license shortnames.
---
 debian/copyright | 20 ++--
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index 7eda614..ae6fffa 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -5,7 +5,7 @@ Source: http://www.gaia-gis.it/gaia-sins/librewms-sources/
 
 Files: *
 Copyright: © 20013, Alessandro Furieri a.furi...@lqt.it
-License: GPL-3.0+
+License: GPL-3+
 
 Files: aclocal.m4
 Copyright: 1996-2013, Free Software Foundation, Inc.
@@ -14,7 +14,7 @@ License: fsf-unlimited-disclaimer
 Files: config.guess
  config.sub
 Copyright: 1992-2013, Free Software Foundation, Inc.
-License: GPL-3.0+ with Autoconf exception
+License: GPL-3+ with Autoconf exception
 
 Files: configure
 Copyright: 1992-1996, 1998-2012, Free Software Foundation, Inc.
@@ -23,7 +23,7 @@ License: fsf-unlimited-configure
 Files: depcomp
  missing
 Copyright: 1996-2013, Free Software Foundation, Inc.
-License: GPL-2.0+ with Autoconf exception
+License: GPL-2+ with Autoconf exception
 
 Files: install-sh
 Copyright: 1994, X Consortium
@@ -31,7 +31,7 @@ License: install-sh
 
 Files: ltmain.sh
 Copyright: 1996-2001, 2003-2011, Free Software Foundation, Inc.
-License: GPL-2.0+ with Libtool exception
+License: GPL-2+ with Libtool exception
 
 Files: m4/libtool.m4
  m4/lt~obsolete.m4
@@ -49,7 +49,7 @@ License: fsf-unlimited-makefile
 
 Files: debian/*
 Copyright: © 2014, Bas Couwenberg sebas...@debian.org
-License: GPL-2.0+
+License: GPL-2+
 
 License: fsf-unlimited
  This file is free software; the Free Software Foundation gives
@@ -113,7 +113,7 @@ License: install-sh
  This script is compatible with the BSD install script, but was written
  from scratch.
 
-License: GPL-2.0+ with Autoconf exception
+License: GPL-2+ with Autoconf exception
  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 2, or (at your option)
@@ -136,7 +136,7 @@ License: GPL-2.0+ with Autoconf exception
  License version 2 can be found in the file
  `/usr/share/common-licenses/GPL-2'.
 
-License: GPL-2.0+ with Libtool exception
+License: GPL-2+ with Libtool exception
  GNU Libtool is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 2 of the License, or
@@ -162,7 +162,7 @@ License: GPL-2.0+ with Libtool exception
  License version 2 can be found in the file
  `/usr/share/common-licenses/GPL-2'.
 
-License: GPL-2.0+
+License: GPL-2+
  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 2 of the License, or
@@ -177,7 +177,7 @@ License: GPL-2.0+
  version 2 can be found in the file
  `/usr/share/common-licenses/GPL-2'.
 
-License: GPL-3.0+ with Autoconf exception
+License: GPL-3+ with Autoconf exception
  This file is free software; you can redistribute it and/or modify it
  under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 3 of the License, or
@@ -202,7 +202,7 @@ License: GPL-3.0+ with Autoconf exception
  version 3 can be found in the file
  `/usr/share/common-licenses/GPL-3'.
 
-License: GPL-3.0+
+License: GPL-3+
  This program is free software: you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation, either version 3 of the License, or

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

[librewms] 01/05: Drop UNRELEASED changelog entry.

2015-07-14 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository librewms.

commit 7c0be4b3ff0d55b300493d83ed4df0dedd2a6b03
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Tue Jul 14 23:48:22 2015 +0200

Drop UNRELEASED changelog entry.
---
 debian/changelog | 6 --
 1 file changed, 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4459d58..a91932f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,3 @@
-librewms (1.0.0a-1~exp2) UNRELEASED; urgency=medium
-
-  * Add upstream metadata.
-
- -- Bas Couwenberg sebas...@xs4all.nl  Sat, 29 Nov 2014 00:10:49 +0100
-
 librewms (1.0.0a-1~exp1) experimental; urgency=medium
 
   * Initial release (Closes: #770489)

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


[librewms] 02/05: Update my email to use @debian.org address.

2015-07-14 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository librewms.

commit 8b1061edd194d3972be2098d114e538e37814f4f
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Tue Jul 14 23:49:43 2015 +0200

Update my email to use @debian.org address.
---
 debian/changelog  | 2 +-
 debian/control| 2 +-
 debian/copyright  | 2 +-
 debian/patches/configure.ac   | 2 +-
 debian/patches/link-sqlite3.patch | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a91932f..90666ee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,4 +2,4 @@ librewms (1.0.0a-1~exp1) experimental; urgency=medium
 
   * Initial release (Closes: #770489)
 
- -- Bas Couwenberg sebas...@xs4all.nl  Fri, 28 Nov 2014 20:05:27 +0100
+ -- Bas Couwenberg sebas...@debian.org  Fri, 28 Nov 2014 20:05:27 +0100
diff --git a/debian/control b/debian/control
index dd9c998..444edc0 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: librewms
 Section: science
 Priority: optional
 Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
-Uploaders: Bas Couwenberg sebas...@xs4all.nl
+Uploaders: Bas Couwenberg sebas...@debian.org
 Build-Depends: debhelper (= 9),
dh-autoreconf,
pkg-config,
diff --git a/debian/copyright b/debian/copyright
index 45bca40..7eda614 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -48,7 +48,7 @@ Copyright: 1994-2013, Free Software Foundation, Inc.
 License: fsf-unlimited-makefile
 
 Files: debian/*
-Copyright: © 2014, Bas Couwenberg sebas...@xs4all.nl
+Copyright: © 2014, Bas Couwenberg sebas...@debian.org
 License: GPL-2.0+
 
 License: fsf-unlimited
diff --git a/debian/patches/configure.ac b/debian/patches/configure.ac
index aa36816..a514734 100644
--- a/debian/patches/configure.ac
+++ b/debian/patches/configure.ac
@@ -1,5 +1,5 @@
 Description: Fix PKG_CHECK_MODULES to fix build with autoreconf.
-Author: Bas Couwenberg sebas...@xs4all.nl
+Author: Bas Couwenberg sebas...@debian.org
 
 --- a/configure.ac
 +++ b/configure.ac
diff --git a/debian/patches/link-sqlite3.patch 
b/debian/patches/link-sqlite3.patch
index 73b0e8c..91375ae 100644
--- a/debian/patches/link-sqlite3.patch
+++ b/debian/patches/link-sqlite3.patch
@@ -1,5 +1,5 @@
 Description: Also link sqlite3 when linking spatialite.
-Author: Bas Couwenberg sebas...@xs4all.nl
+Author: Bas Couwenberg sebas...@debian.org
 
 --- a/Makefile.am
 +++ b/Makefile.am

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

[librewms] 05/05: Set distribution to UNRELEASED.

2015-07-14 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository librewms.

commit 44d9ed3bc6e8cce1a7ad8763ea6e7de8dbb90d86
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Tue Jul 14 23:52:30 2015 +0200

Set distribution to UNRELEASED.
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 90666ee..8cab83e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-librewms (1.0.0a-1~exp1) experimental; urgency=medium
+librewms (1.0.0a-1) UNRELEASED; urgency=medium
 
   * Initial release (Closes: #770489)
 
- -- Bas Couwenberg sebas...@debian.org  Fri, 28 Nov 2014 20:05:27 +0100
+ -- Bas Couwenberg sebas...@debian.org  Tue, 14 Jul 2015 23:52:08 +0200

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/librewms.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#790224: marked as done (libspatialite5: Segmentation fault in in spatialite_init ())

2015-07-14 Thread Debian Bug Tracking System
Your message dated Tue, 14 Jul 2015 22:11:10 +0200
with message-id 55a56cde.8080...@xs4all.nl
and subject line Re: Bug#790224: libspatialite5: Segmentation fault in in 
spatialite_init ()
has caused the Debian Bug report #790224,
regarding libspatialite5: Segmentation fault in in spatialite_init ()
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.)


-- 
790224: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=790224
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libspatialite5
Version: 4.1.1-10+b1
Severity: important

Hi!

I was seeing some segmentation faults in qgis (thanks Bas for #786985
;-)) but it seems that the problem is in libspatialite5.

While trying to save a SHP file in qgis I always see a segfault.
gdb's thread apply all bt full is attached.

It's fully reproducible here, if you need me to test something.

Thank you!

Best regards,
Nelson

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

Kernel: Linux 4.0.0-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages libspatialite5 depends on:
ii  libc6 2.19-18
ii  libfreexl11.0.1-2
ii  libgeos-c13.4.2-7
ii  libproj9  4.9.1-1
ii  libsqlite3-0  3.8.10.2-1
ii  libxml2   2.9.2+dfsg1-3
ii  zlib1g1:1.2.8.dfsg-2+b1

libspatialite5 recommends no packages.

libspatialite5 suggests no packages.

-- no debconf information
Starting program: /usr/bin/qgis 35DSE250GC_SIR.shp
[Thread debugging using libthread_db enabled]
Using host libthread_db library /lib/x86_64-linux-gnu/libthread_db.so.1.
[New Thread 0x7fffda5e7700 (LWP 14055)]
[New Thread 0x7fff99cd4700 (LWP 14056)]
[New Thread 0x7fff98fa7700 (LWP 14057)]
[New Thread 0x7fff7f004700 (LWP 14064)]
[Thread 0x7fff7f004700 (LWP 14064) exited]

Program received signal SIGSEGV, Segmentation fault.
0x700b5ff4 in spatialite_init ()
   from /usr/lib/x86_64-linux-gnu/libspatialite.so.5

Thread 4 (Thread 0x7fff98fa7700 (LWP 14057)):
#0  0x7fffef52150d in poll () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#1  0x7fffed627ebc in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#2  0x7fffed627fcc in g_main_context_iteration ()
   from /lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#3  0x72b9a9a7 in 
QEventDispatcherGlib::processEvents(QFlagsQEventLoop::ProcessEventsFlag) () 
from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
No symbol table info available.
#4  0x72b69ec1 in 
QEventLoop::processEvents(QFlagsQEventLoop::ProcessEventsFlag) () from 
/usr/lib/x86_64-linux-gnu/libQtCore.so.4
No symbol table info available.
#5  0x72b6a225 in 
QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag) () from 
/usr/lib/x86_64-linux-gnu/libQtCore.so.4
No symbol table info available.
#6  0x72a5def9 in QThread::exec() ()
   from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
No symbol table info available.
#7  0x72a6086f in ?? () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
No symbol table info available.
#8  0x7fffef22f0a4 in start_thread ()
   from /lib/x86_64-linux-gnu/libpthread.so.0
No symbol table info available.
#9  0x7fffef52a04d in clone () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.

Thread 3 (Thread 0x7fff99cd4700 (LWP 14056)):
#0  0x7fffef23308f in pthread_cond_wait@@GLIBC_2.3.2 ()
   from /lib/x86_64-linux-gnu/libpthread.so.0
No symbol table info available.
#1  0x76afc973 in ?? () from /usr/lib/x86_64-linux-gnu/libQtWebKit.so.4
No symbol table info available.
#2  0x76e097f6 in ?? () from /usr/lib/x86_64-linux-gnu/libQtWebKit.so.4
No symbol table info available.
#3  0x7fffef22f0a4 in start_thread ()
   from /lib/x86_64-linux-gnu/libpthread.so.0
No symbol table info available.
#4  0x7fffef52a04d in clone () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.

Thread 2 (Thread 0x7fffda5e7700 (LWP 14055)):
#0  0x7fffef23308f in pthread_cond_wait@@GLIBC_2.3.2 ()
   from /lib/x86_64-linux-gnu/libpthread.so.0
No symbol table info available.
#1  0x76dda06f in ?? () from /usr/lib/x86_64-linux-gnu/libQtWebKit.so.4
No symbol table info available.
#2  0x76dda0a9 in ?? () from /usr/lib/x86_64-linux-gnu/libQtWebKit.so.4
No symbol table info available.
#3  0x7fffef22f0a4 in start_thread ()
   

Bug#791680: A crash of Qgis Desktop occurs when I try to save as a vector layer

2015-07-14 Thread Sebastiaan Couwenberg
On 07/14/2015 09:22 PM, Moritz Lennert wrote:
 I can confirm the bug with 2.8.2+dfsg-2+b1.
 
 Even after installing qgis-dbg, all I get in a console is:
 
 qgis

You need to run qgis via gdb:

 gdb qgis.bin

In the gdb prompt type 'run' to start the executable:

 (gdb) run

When you get the segfault type 'bt' to get the back trace:

 (gdb) bt

 Anything else I can do to debug, or is this the spatialite bug and I
 just have to wait for a new version to get into testing ?

Please try to above so we can find out if the deprecated
spatialite_init() method is causing the segfault.

Today the spatialite transition started so we'll soon have SpatiaLite
4.3.0 in testing, this is part of the solution to the spatialite_init()
related problems. Another part is the upcoming transition to GDAL 1.11,
and for QGIS we'll need the next LTR (2.8.3). QGIS 2.8.2 doesn't have
the spatialite_init() related fixes yet.

Kind Regards,

Bas

-- 
 GPG Key ID: 4096R/6750F10AE88D4AF1
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


[librasterlite2] tag debian/1.0.0.rc0+devel1-1 created (now 7a341e2)

2015-07-14 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to tag debian/1.0.0.rc0+devel1-1
in repository librasterlite2.

at  7a341e2   (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/librasterlite2.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


librasterlite2_1.0.0~rc0+devel1-1_amd64.changes ACCEPTED into unstable

2015-07-14 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 14 Jul 2015 19:33:03 +0200
Source: librasterlite2
Binary: librasterlite2-1 libsqlite3-mod-rasterlite2 librasterlite2-dev 
rasterlite2-bin rasterlite2-dbg
Architecture: source amd64
Version: 1.0.0~rc0+devel1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
Changed-By: Bas Couwenberg sebas...@debian.org
Description:
 librasterlite2-1 - library for huge raster coverages using a SpatiaLite DBMS
 librasterlite2-dev - library for huge raster coverages using a SpatiaLite DBMS 
- heade
 libsqlite3-mod-rasterlite2 - SQLite 3 module for huge raster coverages
 rasterlite2-bin - command line tools for librasterlite2
 rasterlite2-dbg - library for huge raster coverages using a SpatiaLite DBMS - 
debug
Changes:
 librasterlite2 (1.0.0~rc0+devel1-1) unstable; urgency=medium
 .
   * Move from experimental to unstable.
Checksums-Sha1:
 f884e17799647e36be73c71bb0f789dcf83ff6f5 2682 
librasterlite2_1.0.0~rc0+devel1-1.dsc
 28d6cd9eb481b08c4d9237a4791807007cf63cf6 24400 
librasterlite2_1.0.0~rc0+devel1-1.debian.tar.xz
 bc62c8d048ec3dc7e25c66825adca09c9fb00c78 336284 
librasterlite2-1_1.0.0~rc0+devel1-1_amd64.deb
 17e9d20121e721c13d760be5807b7733973dd809 371004 
librasterlite2-dev_1.0.0~rc0+devel1-1_amd64.deb
 47e52dce56d5134e64c1c59614bc7ae8af5c24ca 328786 
libsqlite3-mod-rasterlite2_1.0.0~rc0+devel1-1_amd64.deb
 f0cc099950423b8be8bc685f6c201ca8a68fda26 75426 
rasterlite2-bin_1.0.0~rc0+devel1-1_amd64.deb
 6984121f166886ade97330ff436576b8892a017a 2194116 
rasterlite2-dbg_1.0.0~rc0+devel1-1_amd64.deb
Checksums-Sha256:
 a948f4770221a4ece5109ed1fd9d5fcf2884afe246c3dca2507c87bf5542e33e 2682 
librasterlite2_1.0.0~rc0+devel1-1.dsc
 78ca48fdd16938393aaa9e7f4e862029a77cb7180a82728e68b2c11f13ee1a20 24400 
librasterlite2_1.0.0~rc0+devel1-1.debian.tar.xz
 dc0c19219bca075bb6963cdba2ed691b298d43509f318cde48ce5b3ef7ba8c2e 336284 
librasterlite2-1_1.0.0~rc0+devel1-1_amd64.deb
 1e39aa406fd6269bc4dc64b2010f7123e9407f0de9e087f40f532e0d87c00032 371004 
librasterlite2-dev_1.0.0~rc0+devel1-1_amd64.deb
 9d5bed7d5f38fdb491c2a843af19fb8847756b198071e253a29474a72fb7a210 328786 
libsqlite3-mod-rasterlite2_1.0.0~rc0+devel1-1_amd64.deb
 1270eef84f1780ccfe94546c0c4fc2c5ddf0eec2e5376c9464858bfca564d991 75426 
rasterlite2-bin_1.0.0~rc0+devel1-1_amd64.deb
 785e091ae542ea3309a2f1d349c9f49a03e0cb10beed3265bb90273037b399f2 2194116 
rasterlite2-dbg_1.0.0~rc0+devel1-1_amd64.deb
Files:
 fa0e78bc24b12ec62b23abe10ce6632e 2682 science optional 
librasterlite2_1.0.0~rc0+devel1-1.dsc
 290752e8f9afe73599aa1af5b6c13def 24400 science optional 
librasterlite2_1.0.0~rc0+devel1-1.debian.tar.xz
 b3a5d4e28de0bedf506241ab85a9058f 336284 science optional 
librasterlite2-1_1.0.0~rc0+devel1-1_amd64.deb
 674249348255bf4b091dc1b730a39837 371004 libdevel optional 
librasterlite2-dev_1.0.0~rc0+devel1-1_amd64.deb
 a4ed64e11f5a7789622c2f6ddbabc5ad 328786 libs optional 
libsqlite3-mod-rasterlite2_1.0.0~rc0+devel1-1_amd64.deb
 b0cbb6b3fb0b208b986aca4362f701f4 75426 graphics optional 
rasterlite2-bin_1.0.0~rc0+devel1-1_amd64.deb
 316a6adbbed3f3124f9308e794be383e 2194116 debug extra 
rasterlite2-dbg_1.0.0~rc0+devel1-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJVpWAbAAoJEGdQ8QrojUrxSsAQALxuqTSaE8qtU9egcY2JaxKM
dyAL2G31+ct7LnlFp+kDwynFCvKs2k/BPwVOpZHSoPFM7MFcoLQw+YWfguI6IfY8
ZZPLU/WDQ6bVgP19afqBdIGvVKAh9JHGrPxBr2c3BglLnRPz+o8y1OKqHXhPQVMd
UaYCirx7XKgl1EmIBThEMLqL9y/nsisn7XFswbFi6NGn5ttTcY2fgQIPyNDE7tr6
EhYLgnUZvDPe0qdnybep0mdGgN5eFRSJs/r8Sd3xJAHLTvPZs1XNuMSFH3LeJnvn
dG7pWd2LteJdyRvD7IoHLa1BKMaCd58yyFHJzPhqenSBwoBpcs9N6+EsIdVycsaO
ZriF2pWE7rWnXmYj1x7HHEfEFDZ+LFs3dvo9OhnyAu8j6qmLwu/9hrq1jkzdHRiL
HvBxsFKo51MfVSR22CkiNC11pYt0Vj41hXHWq2rIlyVpEWp7ln1k8xGp79z8iuy8
zxFcCEdoMdpt8TKnKVzVv9RloPJDh3fsrpcUxH5fqZxh6p51CBebpXBiM4lVc8FC
we3SdUKKgt27M0uJS/I3KQDssiDpptX/d/II5aZUwMtLDKzhWhe8gzGp2iuN6zCK
C3tXCUUDAsuBGjnQ+R/ClV9YHwjjGCF72XuKv49PPGONdbCanz8kANKK0hO5wlvL
W2n9kuB3CbtOfmmoDmx9
=ktSk
-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 mapserver_6.4.2-2~bpo8+1_amd64.changes

2015-07-14 Thread Debian FTP Masters
mapserver_6.4.2-2~bpo8+1_amd64.changes uploaded successfully to localhost
along with the files:
  mapserver_6.4.2-2~bpo8+1.dsc
  mapserver_6.4.2-2~bpo8+1.debian.tar.xz
  libmapserver1_6.4.2-2~bpo8+1_amd64.deb
  libmapserver1-dbg_6.4.2-2~bpo8+1_amd64.deb
  libmapserver1-dev_6.4.2-2~bpo8+1_amd64.deb
  cgi-mapserver_6.4.2-2~bpo8+1_amd64.deb
  mapserver-bin_6.4.2-2~bpo8+1_amd64.deb
  mapserver-doc_6.4.2-2~bpo8+1_all.deb
  php5-mapscript_6.4.2-2~bpo8+1_amd64.deb
  libmapscript-perl_6.4.2-2~bpo8+1_amd64.deb
  python-mapscript_6.4.2-2~bpo8+1_amd64.deb
  libmapscript-ruby_6.4.2-2~bpo8+1_all.deb
  libmapscript-ruby1.8_6.4.2-2~bpo8+1_amd64.deb
  libmapscript-ruby1.9.1_6.4.2-2~bpo8+1_amd64.deb
  ruby-mapscript_6.4.2-2~bpo8+1_amd64.deb
  libmapscript-java_6.4.2-2~bpo8+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


[mapserver] branch jessie-backports created (now 1aeaafb)

2015-07-14 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch jessie-backports
in repository mapserver.

at  1aeaafb   Rebuild for jessie-backports.

This branch includes the following new commits:

   new  1aeaafb   Rebuild for jessie-backports.

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/mapserver.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