[nco] 03/04: New upstream release.

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

sebastic pushed a commit to branch master
in repository nco.

commit 5b39ddbbb71fadf66ddead1fe64b523dee987161
Author: Bas Couwenberg 
Date:   Sat Mar 3 09:36:42 2018 +0100

New upstream release.
---
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 9f7f1d2..70b5701 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+nco (4.7.3-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+
+ -- Bas Couwenberg   Sat, 03 Mar 2018 09:36:24 +0100
+
 nco (4.7.2-1) unstable; urgency=medium
 
   * New upstream release.

-- 
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] tag debian/4.7.3-1 created (now 0594e4f)

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

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

at  0594e4f   (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


[nco] branch master updated (b98e00d -> 0594e4f)

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

sebastic pushed a change to branch master
in repository nco.

  from  b98e00d   Set distribution to unstable.
   new  519a16c   New upstream version 4.7.3
   new  bfed2f4   Merge tag 'upstream/4.7.3'
   new  5b39ddb   New upstream release.
   new  0594e4f   Set distribution 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:
 CMakeLists.txt | 125 --
 Makefile.in|   2 -
 appveyor.yml   |  12 +-
 bld/Makefile   |  38 +-
 bld/nco.spec   |  13 +-
 bld/nco_dst.pl |  30 +-
 bm/NCO_bm.pm   |   4 +-
 bm/NCO_rgr.pm  |  30 +-
 bm/bm.ncl  |  56 +++
 bm/bm_lib.ncl  | 130 +++
 bm/cch_clr.sh  |  34 ++
 bm/chunking-times.sh   | 118 ++
 bm/ncclimo_profile.sh  | 108 ++
 bm/nco_bm.pl   |   7 +-
 cmake/README.md|  19 +-
 cmake/bld.bat  | 197 --
 cmake/build.bat|  19 -
 cmake/clean.sh |   2 -
 cmake/clone.bat|  13 -
 cmake/dep.bat  | 122 --
 cmake/in.nc.txt| 750 ++--
 cmake/in_grp.nc.txt| 150 
 conda.recipe/bld.bat   |   2 +-
 config.h.in|   6 +
 configure  | 105 ++---
 configure.ac   |  12 +-
 configure.eg   |  38 +-
 data/Makefile.in   |   2 -
 data/buggy.cdl |  10 +
 data/ncclimo   | 112 --
 data/ncremap   |  28 +-
 data/sort.nco  |  53 +++
 debian/changelog   |   6 +
 doc/ANNOUNCE   | 146 +++
 doc/ChangeLog  | 178 +
 doc/Makefile.in|   2 -
 doc/VERSION|   2 +-
 doc/debian.txt | 162 
 doc/index.shtml|  61 +--
 doc/nco.texi   | 409 
 man/Makefile.in|   2 -
 man/ncks.1 |  11 +-
 man/ncremap.1  |   2 +-
 src/Makefile.in|   2 -
 src/nco++/Invoke.cc|   3 +-
 src/nco++/Makefile.in  |   2 -
 src/nco++/Makefile.old |   2 +-
 src/nco++/NcapVarVector.cc |   9 +-
 src/nco++/VarOpNew.hh  | 137 +++
 src/nco++/fmc_all_cls.cc   | 326 +++-
 src/nco++/fmc_gsl_cls.cc   | 102 ++---
 src/nco++/map_srt_tmp.hh   |   2 +-
 src/nco++/ncap2.cc |  17 +-
 src/nco++/ncap2_utl.cc |  20 +-
 src/nco++/ncoGrammer.g |  21 +-
 src/nco++/ncoLexer.cpp |   2 +-
 src/nco++/ncoLexer.hpp |   4 +-
 src/nco++/ncoParser.cpp|   2 +-
 src/nco++/ncoParser.hpp|   4 +-
 src/nco++/ncoTree.cpp  | 523 +
 src/nco++/ncoTree.hpp  |   6 +-
 src/nco++/prs_cls.cc   |  18 +-
 src/nco/Makefile.am|  32 +-
 src/nco/Makefile.in| 123 ++
 src/nco/mpncbo.c   |   8 +-
 src/nco/mpncecat.c |   8 +-
 src/nco/mpncflint.c|   8 +-
 src/nco/mpncpdq.c  |   6 +-
 src/nco/mpncra.c   | 173 +
 src/nco/mpncwa.c   |   8 +-
 src/nco/ncap.c |   6 +-
 src/nco/ncap_lex.l | 164 +---
 src/nco/ncap_utl.c | 844 ++--
 src/nco/{ncap.h => ncap_utl.h} | 211 ++
 src/nco/ncap_yacc.y| 855 -
 src/nco/ncatted.c  |   6 +-
 src/nco/ncbo.c |   6 +-
 src/nco/ncecat.c   |   6 +-
 src/nco/ncflint.c  |   6 +-
 src/nco/ncks.c |  57 ++-
 src/nco/nco.h  |   6 +-
 src/nco/nco_bnr.c  |   2 +-
 src/nco/nco_ctl.c  |  41 +-
 src/nco/nco_fl_utl.c   |  35 +-
 src/nco/nco_grp_utl.c  |  10 +-
 src/nco/nco_lmt.c  |   2 +-
 src/nco/nco_map.c  |  34 +-
 src/nco/nco_mmr.c  |  14 +-
 src/nco/nco_mss_val.c  |   2 +-
 src/nco/nco_mss_val.h  |   8 +-
 src/nco/nco_netcdf.c   |  53 ++-
 src/nco/nco_netcdf.h   |  18 +-
 src/nco/nco_pck.c  |   2 +-
 src/nco/nco_prn.c  | 809 +++---
 src/nco/nco_rgr.c  |  22 +-
 src/nco/nco_sng_utl.c  |  49 ++-
 src/nco/nco_sng_utl.h  |  13 +-
 src/nco/nco_var_lst.c  |   8 +-
 src/nco/nco_var_utl.c  |  10 +-
 src/nco/ncpdq.c 

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

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

sebastic pushed a commit to branch master
in repository nco.

commit 0594e4ff2be0f006dbb1e5f9311e506c387e0cee
Author: Bas Couwenberg 
Date:   Sat Mar 3 09:38:06 2018 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 70b5701..8d39b41 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-nco (4.7.3-1) UNRELEASED; urgency=medium
+nco (4.7.3-1) unstable; urgency=medium
 
   * New upstream release.
 
- -- Bas Couwenberg   Sat, 03 Mar 2018 09:36:24 +0100
+ -- Bas Couwenberg   Sat, 03 Mar 2018 09:37:54 +0100
 
 nco (4.7.2-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] annotated tag upstream/4.7.3 created (now e64bf2d)

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

sebastic pushed a change to annotated tag upstream/4.7.3
in repository nco.

at  e64bf2d   (tag)
   tagging  519a16c876c49becb977c81126368b9d7907cc3f (commit)
  replaces  upstream/4.7.2
 tagged by  Bas Couwenberg
on  Sat Mar 3 09:35:28 2018 +0100

- Log -
Upstream version 4.7.3

Bas Couwenberg (1):
  New upstream version 4.7.3

---

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


[nco] branch upstream updated (0afd562 -> 519a16c)

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

sebastic pushed a change to branch upstream
in repository nco.

  from  0afd562   New upstream version 4.7.2
   new  519a16c   New upstream version 4.7.3

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:
 CMakeLists.txt | 125 --
 Makefile.in|   2 -
 appveyor.yml   |  12 +-
 bld/Makefile   |  38 +-
 bld/nco.spec   |  13 +-
 bld/nco_dst.pl |  30 +-
 bm/NCO_bm.pm   |   4 +-
 bm/NCO_rgr.pm  |  30 +-
 bm/bm.ncl  |  56 +++
 bm/bm_lib.ncl  | 130 +++
 bm/cch_clr.sh  |  34 ++
 bm/chunking-times.sh   | 118 ++
 bm/ncclimo_profile.sh  | 108 ++
 bm/nco_bm.pl   |   7 +-
 cmake/README.md|  19 +-
 cmake/bld.bat  | 197 --
 cmake/build.bat|  19 -
 cmake/clean.sh |   2 -
 cmake/clone.bat|  13 -
 cmake/dep.bat  | 122 --
 cmake/in.nc.txt| 750 ++--
 cmake/in_grp.nc.txt| 150 
 conda.recipe/bld.bat   |   2 +-
 config.h.in|   6 +
 configure  | 105 ++---
 configure.ac   |  12 +-
 configure.eg   |  38 +-
 data/Makefile.in   |   2 -
 data/buggy.cdl |  10 +
 data/ncclimo   | 112 --
 data/ncremap   |  28 +-
 data/sort.nco  |  53 +++
 debian/changelog   |  10 +-
 doc/ANNOUNCE   | 146 +++
 doc/ChangeLog  | 178 +
 doc/Makefile.in|   2 -
 doc/VERSION|   2 +-
 doc/debian.txt | 162 
 doc/index.shtml|  61 +--
 doc/nco.texi   | 409 
 man/Makefile.in|   2 -
 man/ncks.1 |  11 +-
 man/ncremap.1  |   2 +-
 src/Makefile.in|   2 -
 src/nco++/Invoke.cc|   3 +-
 src/nco++/Makefile.in  |   2 -
 src/nco++/Makefile.old |   2 +-
 src/nco++/NcapVarVector.cc |   9 +-
 src/nco++/VarOpNew.hh  | 137 +++
 src/nco++/fmc_all_cls.cc   | 326 +++-
 src/nco++/fmc_gsl_cls.cc   | 102 ++---
 src/nco++/map_srt_tmp.hh   |   2 +-
 src/nco++/ncap2.cc |  17 +-
 src/nco++/ncap2_utl.cc |  20 +-
 src/nco++/ncoGrammer.g |  21 +-
 src/nco++/ncoLexer.cpp |   2 +-
 src/nco++/ncoLexer.hpp |   4 +-
 src/nco++/ncoParser.cpp|   2 +-
 src/nco++/ncoParser.hpp|   4 +-
 src/nco++/ncoTree.cpp  | 523 +
 src/nco++/ncoTree.hpp  |   6 +-
 src/nco++/prs_cls.cc   |  18 +-
 src/nco/Makefile.am|  32 +-
 src/nco/Makefile.in| 123 ++
 src/nco/mpncbo.c   |   8 +-
 src/nco/mpncecat.c |   8 +-
 src/nco/mpncflint.c|   8 +-
 src/nco/mpncpdq.c  |   6 +-
 src/nco/mpncra.c   | 173 +
 src/nco/mpncwa.c   |   8 +-
 src/nco/ncap.c |   6 +-
 src/nco/ncap_lex.l | 164 +---
 src/nco/ncap_utl.c | 844 ++--
 src/nco/{ncap.h => ncap_utl.h} | 211 ++
 src/nco/ncap_yacc.y| 855 -
 src/nco/ncatted.c  |   6 +-
 src/nco/ncbo.c |   6 +-
 src/nco/ncecat.c   |   6 +-
 src/nco/ncflint.c  |   6 +-
 src/nco/ncks.c |  57 ++-
 src/nco/nco.h  |   6 +-
 src/nco/nco_bnr.c  |   2 +-
 src/nco/nco_ctl.c  |  41 +-
 src/nco/nco_fl_utl.c   |  35 +-
 src/nco/nco_grp_utl.c  |  10 +-
 src/nco/nco_lmt.c  |   2 +-
 src/nco/nco_map.c  |  34 +-
 src/nco/nco_mmr.c  |  14 +-
 src/nco/nco_mss_val.c  |   2 +-
 src/nco/nco_mss_val.h  |   8 +-
 src/nco/nco_netcdf.c   |  53 ++-
 src/nco/nco_netcdf.h   |  18 +-
 src/nco/nco_pck.c  |   2 +-
 src/nco/nco_prn.c  | 809 +++---
 src/nco/nco_rgr.c  |  22 +-
 src/nco/nco_sng_utl.c  |  49 ++-
 src/nco/nco_sng_utl.h  |  13 +-
 src/nco/nco_var_lst.c  |   8 +-
 src/nco/nco_var_utl.c  |  10 +-
 src/nco/ncpdq.c|   7 +-
 src/nco/ncra.c |   6 +-
 src/nco/ncrename.c |  13 +-
 src/nco/ncwa.c |   9 +-
 s

[nco] branch pristine-tar updated (a4526f2 -> d704b6d)

2018-03-03 Thread Bas 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  a4526f2   pristine-tar data for nco_4.7.2.orig.tar.gz
   new  d704b6d   pristine-tar data for nco_4.7.3.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.7.3.orig.tar.gz.delta | Bin 0 -> 14998 bytes
 nco_4.7.3.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 nco_4.7.3.orig.tar.gz.delta
 create mode 100644 nco_4.7.3.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


[Git][debian-gis-team/nco] Pushed new tag debian/4.7.3-1

2018-03-03 Thread Bas Couwenberg
Bas Couwenberg pushed new tag debian/4.7.3-1 at Debian GIS Project / nco

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/nco/tree/debian/4.7.3-1
You're receiving this email because of your account on salsa.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

[Git][debian-gis-team/nco][master] 4 commits: New upstream version 4.7.3

2018-03-03 Thread Bas Couwenberg
Bas Couwenberg pushed to branch master at Debian GIS Project / nco


Commits:
519a16c8 by Bas Couwenberg at 2018-03-03T09:35:23+01:00
New upstream version 4.7.3
- - - - -
bfed2f48 by Bas Couwenberg at 2018-03-03T09:36:13+01:00
Merge tag 'upstream/4.7.3'

Upstream version 4.7.3

- - - - -
5b39ddbb by Bas Couwenberg at 2018-03-03T09:36:42+01:00
New upstream release.

- - - - -
0594e4ff by Bas Couwenberg at 2018-03-03T09:38:06+01:00
Set distribution to unstable.

- - - - -


30 changed files:

- CMakeLists.txt
- Makefile.in
- appveyor.yml
- bld/Makefile
- bld/nco.spec
- bld/nco_dst.pl
- bm/NCO_bm.pm
- bm/NCO_rgr.pm
- + bm/bm.ncl
- + bm/bm_lib.ncl
- + bm/cch_clr.sh
- + bm/chunking-times.sh
- + bm/ncclimo_profile.sh
- bm/nco_bm.pl
- cmake/README.md
- cmake/bld.bat
- − cmake/build.bat
- − cmake/clean.sh
- − cmake/clone.bat
- − cmake/dep.bat
- cmake/in.nc.txt
- cmake/in_grp.nc.txt
- conda.recipe/bld.bat
- config.h.in
- configure
- configure.ac
- configure.eg
- data/Makefile.in
- data/buggy.cdl
- data/ncclimo


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/debian-gis-team/nco/compare/b98e00de6d9bcf08cfe0d07051026bca9e9ea2e8...0594e4ff2be0f006dbb1e5f9311e506c387e0cee

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/nco/compare/b98e00de6d9bcf08cfe0d07051026bca9e9ea2e8...0594e4ff2be0f006dbb1e5f9311e506c387e0cee
You're receiving this email because of your account on salsa.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] 02/04: Merge tag 'upstream/4.7.3'

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

sebastic pushed a commit to branch master
in repository nco.

commit bfed2f482d4a827514c33b5baae37e9a8a863b89
Merge: b98e00d 519a16c
Author: Bas Couwenberg 
Date:   Sat Mar 3 09:36:13 2018 +0100

Merge tag 'upstream/4.7.3'

Upstream version 4.7.3

 CMakeLists.txt | 125 --
 Makefile.in|   2 -
 appveyor.yml   |  12 +-
 bld/Makefile   |  38 +-
 bld/nco.spec   |  13 +-
 bld/nco_dst.pl |  30 +-
 bm/NCO_bm.pm   |   4 +-
 bm/NCO_rgr.pm  |  30 +-
 bm/bm.ncl  |  56 +++
 bm/bm_lib.ncl  | 130 +++
 bm/cch_clr.sh  |  34 ++
 bm/chunking-times.sh   | 118 ++
 bm/ncclimo_profile.sh  | 108 ++
 bm/nco_bm.pl   |   7 +-
 cmake/README.md|  19 +-
 cmake/bld.bat  | 197 --
 cmake/build.bat|  19 -
 cmake/clean.sh |   2 -
 cmake/clone.bat|  13 -
 cmake/dep.bat  | 122 --
 cmake/in.nc.txt| 750 ++--
 cmake/in_grp.nc.txt| 150 
 conda.recipe/bld.bat   |   2 +-
 config.h.in|   6 +
 configure  | 105 ++---
 configure.ac   |  12 +-
 configure.eg   |  38 +-
 data/Makefile.in   |   2 -
 data/buggy.cdl |  10 +
 data/ncclimo   | 112 --
 data/ncremap   |  28 +-
 data/sort.nco  |  53 +++
 doc/ANNOUNCE   | 146 +++
 doc/ChangeLog  | 178 +
 doc/Makefile.in|   2 -
 doc/VERSION|   2 +-
 doc/debian.txt | 162 
 doc/index.shtml|  61 +--
 doc/nco.texi   | 409 
 man/Makefile.in|   2 -
 man/ncks.1 |  11 +-
 man/ncremap.1  |   2 +-
 src/Makefile.in|   2 -
 src/nco++/Invoke.cc|   3 +-
 src/nco++/Makefile.in  |   2 -
 src/nco++/Makefile.old |   2 +-
 src/nco++/NcapVarVector.cc |   9 +-
 src/nco++/VarOpNew.hh  | 137 +++
 src/nco++/fmc_all_cls.cc   | 326 +++-
 src/nco++/fmc_gsl_cls.cc   | 102 ++---
 src/nco++/map_srt_tmp.hh   |   2 +-
 src/nco++/ncap2.cc |  17 +-
 src/nco++/ncap2_utl.cc |  20 +-
 src/nco++/ncoGrammer.g |  21 +-
 src/nco++/ncoLexer.cpp |   2 +-
 src/nco++/ncoLexer.hpp |   4 +-
 src/nco++/ncoParser.cpp|   2 +-
 src/nco++/ncoParser.hpp|   4 +-
 src/nco++/ncoTree.cpp  | 523 +
 src/nco++/ncoTree.hpp  |   6 +-
 src/nco++/prs_cls.cc   |  18 +-
 src/nco/Makefile.am|  32 +-
 src/nco/Makefile.in| 123 ++
 src/nco/mpncbo.c   |   8 +-
 src/nco/mpncecat.c |   8 +-
 src/nco/mpncflint.c|   8 +-
 src/nco/mpncpdq.c  |   6 +-
 src/nco/mpncra.c   | 173 +
 src/nco/mpncwa.c   |   8 +-
 src/nco/ncap.c |   6 +-
 src/nco/ncap_lex.l | 164 +---
 src/nco/ncap_utl.c | 844 ++--
 src/nco/{ncap.h => ncap_utl.h} | 211 ++
 src/nco/ncap_yacc.y| 855 -
 src/nco/ncatted.c  |   6 +-
 src/nco/ncbo.c |   6 +-
 src/nco/ncecat.c   |   6 +-
 src/nco/ncflint.c  |   6 +-
 src/nco/ncks.c |  57 ++-
 src/nco/nco.h  |   6 +-
 src/nco/nco_bnr.c  |   2 +-
 src/nco/nco_ctl.c  |  41 +-
 src/nco/nco_fl_utl.c   |  35 +-
 src/nco/nco_grp_utl.c  |  10 +-
 src/nco/nco_lmt.c  |   2 +-
 src/nco/nco_map.c  |  34 +-
 src/nco/nco_mmr.c  |  14 +-
 src/nco/nco_mss_val.c  |   2 +-
 src/nco/nco_mss_val.h  |   8 +-
 src/nco/nco_netcdf.c   |  53 ++-
 src/nco/nco_netcdf.h   |  18 +-
 src/nco/nco_pck.c  |   2 +-
 src/nco/nco_prn.c  | 809 +++---
 src/nco/nco_rgr.c  |  22 +-
 src/nco/nco_sng_utl.c  |  49 ++-
 src/nco/nco_sng_utl.h  |  13 +-
 src/nco/nco_var_lst.c  |   8 +-
 src/nco/nco_var_utl.c  |  10 +-
 src/nco/ncpdq.c|   7 +-
 src/nco/ncra.c |   6 +-
 src/nco/ncrename.c |  13 +-
 src/nco/ncwa.c |   9 +-
 src/nco_c++/Makefile.in|   2 -
 103 files changed, 3841 insertions(+), 4385 deletions(-)

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

___

[Git][debian-gis-team/nco][upstream] New upstream version 4.7.3

2018-03-03 Thread Bas Couwenberg
Bas Couwenberg pushed to branch upstream at Debian GIS Project / nco


Commits:
519a16c8 by Bas Couwenberg at 2018-03-03T09:35:23+01:00
New upstream version 4.7.3
- - - - -


30 changed files:

- CMakeLists.txt
- Makefile.in
- appveyor.yml
- bld/Makefile
- bld/nco.spec
- bld/nco_dst.pl
- bm/NCO_bm.pm
- bm/NCO_rgr.pm
- + bm/bm.ncl
- + bm/bm_lib.ncl
- + bm/cch_clr.sh
- + bm/chunking-times.sh
- + bm/ncclimo_profile.sh
- bm/nco_bm.pl
- cmake/README.md
- cmake/bld.bat
- − cmake/build.bat
- − cmake/clean.sh
- − cmake/clone.bat
- − cmake/dep.bat
- cmake/in.nc.txt
- cmake/in_grp.nc.txt
- conda.recipe/bld.bat
- config.h.in
- configure
- configure.ac
- configure.eg
- data/Makefile.in
- data/buggy.cdl
- data/ncclimo


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/debian-gis-team/nco/commit/519a16c876c49becb977c81126368b9d7907cc3f

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/nco/commit/519a16c876c49becb977c81126368b9d7907cc3f
You're receiving this email because of your account on salsa.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] 01/01: pristine-tar data for nco_4.7.3.orig.tar.gz

2018-03-03 Thread Bas 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 d704b6d9d5c90aee29184a49a5aebb50aaf2c57e
Author: Bas Couwenberg 
Date:   Sat Mar 3 09:35:28 2018 +0100

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

diff --git a/nco_4.7.3.orig.tar.gz.delta b/nco_4.7.3.orig.tar.gz.delta
new file mode 100644
index 000..cb18fd7
Binary files /dev/null and b/nco_4.7.3.orig.tar.gz.delta differ
diff --git a/nco_4.7.3.orig.tar.gz.id b/nco_4.7.3.orig.tar.gz.id
new file mode 100644
index 000..fcd9794
--- /dev/null
+++ b/nco_4.7.3.orig.tar.gz.id
@@ -0,0 +1 @@
+781e5d85c71c943f5ac629cfe275e80b2187afba

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


[Git][debian-gis-team/nco][pristine-tar] pristine-tar data for nco_4.7.3.orig.tar.gz

2018-03-03 Thread Bas Couwenberg
Bas Couwenberg pushed to branch pristine-tar at Debian GIS Project / nco


Commits:
d704b6d9 by Bas Couwenberg at 2018-03-03T09:35:28+01:00
pristine-tar data for nco_4.7.3.orig.tar.gz

- - - - -


2 changed files:

- + nco_4.7.3.orig.tar.gz.delta
- + nco_4.7.3.orig.tar.gz.id


Changes:

=
nco_4.7.3.orig.tar.gz.delta
=
Binary files /dev/null and b/nco_4.7.3.orig.tar.gz.delta differ


=
nco_4.7.3.orig.tar.gz.id
=
--- /dev/null
+++ b/nco_4.7.3.orig.tar.gz.id
@@ -0,0 +1 @@
+781e5d85c71c943f5ac629cfe275e80b2187afba



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/nco/commit/d704b6d9d5c90aee29184a49a5aebb50aaf2c57e

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/nco/commit/d704b6d9d5c90aee29184a49a5aebb50aaf2c57e
You're receiving this email because of your account on salsa.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

[Git][debian-gis-team/nco] Pushed new tag upstream/4.7.3

2018-03-03 Thread Bas Couwenberg
Bas Couwenberg pushed new tag upstream/4.7.3 at Debian GIS Project / nco

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/nco/tree/upstream/4.7.3
You're receiving this email because of your account on salsa.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 nco_4.7.3-1_amd64.changes

2018-03-03 Thread Debian FTP Masters
nco_4.7.3-1_amd64.changes uploaded successfully to localhost
along with the files:
  nco_4.7.3-1.dsc
  nco_4.7.3.orig.tar.gz
  nco_4.7.3-1.debian.tar.xz
  nco-dbgsym_4.7.3-1_amd64.deb
  nco_4.7.3-1_amd64.buildinfo
  nco_4.7.3-1_amd64.deb

Greetings,

Your Debian queue daemon (running on host usper.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_4.7.3-1_amd64.changes ACCEPTED into unstable

2018-03-03 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 03 Mar 2018 09:37:54 +0100
Source: nco
Binary: nco
Architecture: source amd64
Version: 4.7.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 nco- Command-line operators to analyze netCDF files
Changes:
 nco (4.7.3-1) unstable; urgency=medium
 .
   * New upstream release.
Checksums-Sha1:
 70778b6b4b08f447a96f354b909deeedbbd5f171 2080 nco_4.7.3-1.dsc
 4bbd51dd1013b88b13a36c2942788ce9880407ae 5062457 nco_4.7.3.orig.tar.gz
 e247cae47ae2c2058be5c76a03d7f21849b98f2a 12460 nco_4.7.3-1.debian.tar.xz
 6857a9270477fc529ddeef474a5303ebd4c5b2d9 3709660 nco-dbgsym_4.7.3-1_amd64.deb
 84c060af9cc1d584da9dfdb2608ca066607b96d5 9221 nco_4.7.3-1_amd64.buildinfo
 010eb5b1d8945a1910e44dde6a2473a64a7f3b28 1756268 nco_4.7.3-1_amd64.deb
Checksums-Sha256:
 a93afa2df051bf892d69dc58676f743292281ea2bddd3dbbbc03e0d47b0e571d 2080 
nco_4.7.3-1.dsc
 c79fcfc291976466070e0da04c9ea57924feb7f41e4d89a27f313c465e42b381 5062457 
nco_4.7.3.orig.tar.gz
 21f0af310d16bff53af3fa19fbbdf2d26d39ab01cd09db34f140e3603c62fa23 12460 
nco_4.7.3-1.debian.tar.xz
 3d9b9fc40f66f8e1591cf7425c74abdf5c2ba0437167d8df4f59dfc7e766fc0e 3709660 
nco-dbgsym_4.7.3-1_amd64.deb
 0712db320d084d773698cbb38040e2a518e7165e03762ba7db525f084f53c485 9221 
nco_4.7.3-1_amd64.buildinfo
 d0f70ad1072051df08dfbd064b57f14c22ad904899d9dabf26b9e2f18865480b 1756268 
nco_4.7.3-1_amd64.deb
Files:
 53ca902dbb07fcc2b930970cd81a8b2e 2080 science optional nco_4.7.3-1.dsc
 b2e739dd095886dd664cb08f8d3df0eb 5062457 science optional nco_4.7.3.orig.tar.gz
 910ffa5fcff927cf224cff5aa7f607d9 12460 science optional 
nco_4.7.3-1.debian.tar.xz
 04f59312434317643d707f39b5800970 3709660 debug optional 
nco-dbgsym_4.7.3-1_amd64.deb
 7611b33f6d5107a9964fe4642f888e9c 9221 science optional 
nco_4.7.3-1_amd64.buildinfo
 2c4f9d8b34756e0b27c147f290d28155 1756268 science optional nco_4.7.3-1_amd64.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEgYLeQXBWQI1hRlDRZ1DxCuiNSvEFAlqaYR8ACgkQZ1DxCuiN
SvGvcQ//Tle+84uZAYjQpeUxHUthKvzhxw/JAk0HzikKXK6q5YKLmL3SpbEX1Ir+
EXGN6UyV7xZ/elqdQ5aHvhHAHMEfExi7kpBcS/5i3oWQW80vdJfhosTaNfizcqfB
ukb2wTHjsaWxtCGw5AzBhhSy5FinrpnOUjgtqqsxGVlBcHdtcd5+CD8+LktC6KDv
u9TlGLoPYIjNMfqxaHcY7CJDoBsVTXwudC67/uoBKHSF3AXfA75pcxdS6Qn8Xpyq
0TMCCMTT/lFUvDyD9swIVMSLkVplNGSwoJFWWpstuSwPRk6KsG7rPh/83C9lEH+3
6sDf6o28WfFl9gm3DcM2Z2ehyPzAN20VJoZ8nnCQEZoT1U8ngiY7kD6qYUQrqn1/
+M6css5lgGJbLO0ItWzZnzx7cynJKvPlMLLxJISCRf09ej/UsIzRoaIj8LFUPNB3
7aApDJzqeIjpWah7ol6kuOqDsMm7RbxyR/nI9bKEHcXQGZUkDzFi6gya1bMDd0My
IBrdevXo3ffRKZgwqsQKLyiwT7Q1lGrV1LJeBUsgkepk513VciIHZwP93lwpOA0m
7sH6jIME/veD5JFM+Ud+7BUY1FFuwyksrD91gyVxdtE7LvxnDRFhDDl+7FfiznuN
6dzEj92rYSz0CiAsgbyEQOMpmrBaYImt/gexGvRlsjGOcR+c1gc=
=7jt9
-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


Bug#891966: transition: proj

2018-03-03 Thread Bas Couwenberg
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: transition
Control: block -1 by 889931 889936 876934
Control: forwarded -1 https://release.debian.org/transitions/html/auto-proj.html

PROJ 5.0.0 has been released and bumps the SOVERSION from 12 to 13,
requiring a transition.

Almost all reverse dependencies rebuilt successfully with the new proj
packages from experimental (as summarized below), 

Please also schedule binNMUs for the affected packages in experimental
if those have not yet moved to unstable when the transition starts.


Transition: proj

 libproj12 (4.9.3-2) -> libproj13 (5.0.0-1~exp1)

The status of the most recent rebuilds is as follows.

 gpx2shp (0.71.0-4)   OK
 libgeo-proj4-perl   (1.09-1) OK
 libgeotiff-dfsg (1.4.2-2)OK
 octave-octproj  (1.1.5-3)OK
 ogdi-dfsg   (3.2.1+ds-1) OK
 pdl (1:2.018-2)  OK
 proj-rdnap  (2008-7) OK
 python-cartopy  (0.14.2+dfsg1-2) FTBFS (#889931)
 python-pyproj   (1.9.5.1-3)  OK
 shapelib(1.4.1-1)OK
 sosi2osm(1.0.0-3)OK
 spatialite  (4.3.0a-5)   OK
 survex  (1.2.32-1)   FTBFS (#889936)
 zygrib  (8.0.1+dfsg.1-1) OK

 gdal(2.2.3+dfsg-2)   OK
 magics++(3.0.0-1)OK
 pyspatialite(3.0.1-12)   OK
 spatialite-gui  (2.0.0~devel2-8) OK
 spatialite-tools(4.3.0-2)OK

 cdo (1.9.3+dfsg.1-1) OK
 dans-gdal-scripts   (0.24-1) OK
 grass   (7.4.0-1)OK
 libosmium   (2.13.1-1)   OK
 mapcache(1.6.1-1)OK
 mapnik  (3.0.18+ds-1)OK
 mapserver   (7.0.7-1)OK
 merkaartor  (0.18.3+ds-2)OK
 metview (5.0.0~beta.1-1) OK
 ncl (6.4.0-4)OK
 openorienteering-mapper (0.7.0-1)FTBFS (#876934)
 pdal(1.6.0-1)OK
 postgis (2.4.3+dfsg-4)   OK
 qlandkartegt(1.8.1+ds-8) OK
 qmapshack   (1.10.0-1)   OK
 saga(2.3.1+dfsg-3)   OK
 sumo(0.32.0+dfsg1-1) OK
 thuban  (1.2.2-12)   OK
 vtk6(6.3.0+dfsg1-11) OK
 xastir  (2.1.0-1)OK

 ifrit   (4.1.2-5)OK
 node-mapnik (3.6.2+dfsg-5)   OK
 osm2pgsql   (0.94.0+ds-1)OK
 python-mapnik   (1:0.0~20170621-0cd7493f2-3) OK
 qgis(2.18.17+dfsg-1) OK
 therion (5.4.1ds1-1) OK


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


[pyresample] branch upstream updated (b72681d -> 89099bb)

2018-03-03 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

a_valentino-guest pushed a change to branch upstream
in repository pyresample.

  from  b72681d   New upstream version 1.8.1
   new  89099bb   New upstream version 1.8.2

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:
 .bumpversion.cfg   |  2 +-
 changelog.rst  | 22 +++---
 pyresample/geometry.py | 17 -
 pyresample/kd_tree.py  |  1 +
 pyresample/version.py  |  2 +-
 5 files changed, 34 insertions(+), 10 deletions(-)

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


[pyresample] branch master updated (7536131 -> 675c6fc)

2018-03-03 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

a_valentino-guest pushed a change to branch master
in repository pyresample.

  from  7536131   Add upstream metadata.
   new  89099bb   New upstream version 1.8.2
   new  8cbeb1a   Update upstream source from tag 'upstream/1.8.2'
   new  fca5a96   New upstream release
   new  675c6fc   Set distribution 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:
 .bumpversion.cfg   |  2 +-
 changelog.rst  | 22 +++---
 debian/changelog   |  6 ++
 pyresample/geometry.py | 17 -
 pyresample/kd_tree.py  |  1 +
 pyresample/version.py  |  2 +-
 6 files changed, 40 insertions(+), 10 deletions(-)

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


[pyresample] annotated tag upstream/1.8.2 created (now 368d5c9)

2018-03-03 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

a_valentino-guest pushed a change to annotated tag upstream/1.8.2
in repository pyresample.

at  368d5c9   (tag)
   tagging  89099bba0b7152cf825910c3cc2e3d76ad5386f2 (commit)
  replaces  upstream/1.8.1
 tagged by  Antonio Valentino
on  Sat Mar 3 17:10:39 2018 +

- Log -
Upstream version 1.8.2

Antonio Valentino (1):
  New upstream version 1.8.2

---

No new revisions were added by this update.

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


[pyresample] 03/04: New upstream release

2018-03-03 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

a_valentino-guest pushed a commit to branch master
in repository pyresample.

commit fca5a96277664b07a01c9621595feef95eb17ef1
Author: Antonio Valentino 
Date:   Sat Mar 3 17:11:16 2018 +

New upstream release
---
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 1d0f339..649781e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pyresample (1.8.2-1) UNRELEASED; urgency=medium
+
+  * New upstream release
+
+ -- Antonio Valentino   Sat, 03 Mar 2018 
17:10:43 +
+
 pyresample (1.8.1-1) unstable; urgency=medium
 
   [ Antonio Valentino ]

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


[pyresample] 02/04: Update upstream source from tag 'upstream/1.8.2'

2018-03-03 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

a_valentino-guest pushed a commit to branch master
in repository pyresample.

commit 8cbeb1a87e801e6768b61d381357664a0963da51
Merge: 7536131 89099bb
Author: Antonio Valentino 
Date:   Sat Mar 3 17:10:39 2018 +

Update upstream source from tag 'upstream/1.8.2'

Update to upstream version '1.8.2'
with Debian dir 0db996221a3a72bfe33a2cdf6079896eecdbaece

 .bumpversion.cfg   |  2 +-
 changelog.rst  | 22 +++---
 pyresample/geometry.py | 17 -
 pyresample/kd_tree.py  |  1 +
 pyresample/version.py  |  2 +-
 5 files changed, 34 insertions(+), 10 deletions(-)

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


[pyresample] 04/04: Set distribution to unstable

2018-03-03 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

a_valentino-guest pushed a commit to branch master
in repository pyresample.

commit 675c6fcbbaff6716155453ed76a3159afa0ce391
Author: Antonio Valentino 
Date:   Sat Mar 3 17:14:40 2018 +

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

diff --git a/debian/changelog b/debian/changelog
index 649781e..f2f4189 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-pyresample (1.8.2-1) UNRELEASED; urgency=medium
+pyresample (1.8.2-1) unstable; urgency=medium
 
   * New upstream release
 
- -- Antonio Valentino   Sat, 03 Mar 2018 
17:10:43 +
+ -- Antonio Valentino   Sat, 03 Mar 2018 
17:14:09 +
 
 pyresample (1.8.1-1) unstable; urgency=medium
 

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


[pyresample] 01/01: pristine-tar data for pyresample_1.8.2.orig.tar.gz

2018-03-03 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

a_valentino-guest pushed a commit to branch pristine-tar
in repository pyresample.

commit 1255193cd5e67e6edde7fca72f49345c1fc63a4e
Author: Antonio Valentino 
Date:   Sat Mar 3 17:10:39 2018 +

pristine-tar data for pyresample_1.8.2.orig.tar.gz
---
 pyresample_1.8.2.orig.tar.gz.delta | Bin 0 -> 40506 bytes
 pyresample_1.8.2.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/pyresample_1.8.2.orig.tar.gz.delta 
b/pyresample_1.8.2.orig.tar.gz.delta
new file mode 100644
index 000..f2a32ce
Binary files /dev/null and b/pyresample_1.8.2.orig.tar.gz.delta differ
diff --git a/pyresample_1.8.2.orig.tar.gz.id b/pyresample_1.8.2.orig.tar.gz.id
new file mode 100644
index 000..5a1a745
--- /dev/null
+++ b/pyresample_1.8.2.orig.tar.gz.id
@@ -0,0 +1 @@
+3f7f38e76d4f39b0eb9c8fc43e46b8704d1b0c55

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


[pyresample] branch pristine-tar updated (7bd1e18 -> 1255193)

2018-03-03 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

a_valentino-guest pushed a change to branch pristine-tar
in repository pyresample.

  from  7bd1e18   pristine-tar data for pyresample_1.8.1.orig.tar.gz
   new  1255193   pristine-tar data for pyresample_1.8.2.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:
 pyresample_1.8.2.orig.tar.gz.delta | Bin 0 -> 40506 bytes
 pyresample_1.8.2.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 pyresample_1.8.2.orig.tar.gz.delta
 create mode 100644 pyresample_1.8.2.orig.tar.gz.id

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


[pyresample] 01/04: New upstream version 1.8.2

2018-03-03 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

a_valentino-guest pushed a commit to branch master
in repository pyresample.

commit 89099bba0b7152cf825910c3cc2e3d76ad5386f2
Author: Antonio Valentino 
Date:   Sat Mar 3 17:10:25 2018 +

New upstream version 1.8.2
---
 .bumpversion.cfg   |  2 +-
 changelog.rst  | 22 +++---
 pyresample/geometry.py | 17 -
 pyresample/kd_tree.py  |  1 +
 pyresample/version.py  |  2 +-
 5 files changed, 34 insertions(+), 10 deletions(-)

diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index d50a490..ab21604 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 1.8.1
+current_version = 1.8.2
 commit = True
 tag = True
 
diff --git a/changelog.rst b/changelog.rst
index a159ed6..7a105eb 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -2,6 +2,17 @@ Changelog
 =
 
 
+v1.8.2 (2018-03-01)
+---
+- update changelog. [davidh-ssec]
+- Bump version: 1.8.1 → 1.8.2. [davidh-ssec]
+- Merge pull request #104 from pytroll/bugfix-chunk-size. [David Hoese]
+
+  Allow chunk size in dask methods to be 2D
+- Fix line too long. [davidh-ssec]
+- Fix chunk size 'get_proj_vectors_dask' so it can be 2D. [davidh-ssec]
+
+
 v1.8.1 (2018-02-22)
 ---
 - update changelog. [Martin Raspaud]
@@ -727,6 +738,7 @@ v1.2.2 (2016-06-21)
   Without this, the compilation of the ewa extension crashes.
 
 
+
 v1.2.1 (2016-06-21)
 ---
 - update changelog. [Martin Raspaud]
@@ -882,9 +894,11 @@ v1.2.0 (2016-06-17)
 - Make kd_tree test work on older numpy version. [Martin Raspaud]
 
   VisibleDeprecationWarning is not available in numpy <1.9.
+
 - Adapt to newest pykdtree version. [Martin Raspaud]
 
   The kdtree object's attribute `data_pts` has been renamed to `data`.
+
 - Run tests on python 3.5 in travis also. [Martin Raspaud]
 
 
@@ -896,6 +910,7 @@ v1.1.6 (2016-02-25)
 
   A previous commit was looking for a 'data_pts' attribute in the kdtree
   object, which is available in pykdtree, but not scipy.
+
 - Merge pull request #32 from mitkin/master. [Martin Raspaud]
 
   [tests] Skip deprecation warnings in test_gauss_multi_uncert
@@ -907,6 +922,7 @@ v1.1.6 (2016-02-25)
   The latest matplotlib (1.5) doesn't support python 2.6 and 3.3. This patch
   chooses the right matplotlib version to install depending on the python
   version at hand.
+
 - Skip deprecation warnings. [Mikhail Itkin]
 
   Catch the rest of the warnings. Check if there is only one, and
@@ -948,6 +964,7 @@ Other
 - Bugfix to address a numpy DeprecationWarning. [Martin Raspaud]
 
   Numpy won't take non-integer indices soon, so make index an int.
+
 - Merge branch 'release-1.1.3' [Martin Raspaud]
 - Merge branch 'licence-lgpl' into pre-master. [Martin Raspaud]
 - Switch to lgplv3, and bump up version number. [Martin Raspaud]
@@ -1169,7 +1186,7 @@ Other
 - Set svn:mime-type. [StorPipfugl]
 - Corrected doc errors. [StorPipfugl]
 - Removed dist dir. [StorPipfugl]
-- No commit message. [StorPipfugl]
+-  [StorPipfugl]
 - Updated documentation. New release. [StorPipfugl]
 - Started updating docstrings. [StorPipfugl]
 - Restructured API. [StorPipfugl]
@@ -1182,9 +1199,8 @@ Other
 - Removed unneeded function. [StorPipfugl]
 - Mime types set. [StorPipfugl]
 - Mime types set. [StorPipfugl]
-- No commit message. [StorPipfugl]
+-  [StorPipfugl]
 - Moved to Google Code under GPLv3 license. [StorPipfugl]
 - moved to Google Code. [StorPipfugl]
 
 
-
diff --git a/pyresample/geometry.py b/pyresample/geometry.py
index 8efa8f6..b58d3cc 100644
--- a/pyresample/geometry.py
+++ b/pyresample/geometry.py
@@ -1044,9 +1044,16 @@ class AreaDefinition(BaseDefinition):
 if dtype is None:
 dtype = self.dtype
 
-target_x = da.arange(self.x_size, chunks=chunks, dtype=dtype) * \
+if not isinstance(chunks, int):
+y_chunks = chunks[0]
+x_chunks = chunks[1]
+else:
+y_chunks = chunks
+x_chunks = chunks
+
+target_x = da.arange(self.x_size, chunks=x_chunks, dtype=dtype) * \
 self.pixel_size_x + self.pixel_upper_left[0]
-target_y = da.arange(self.y_size, chunks=chunks, dtype=dtype) * - \
+target_y = da.arange(self.y_size, chunks=y_chunks, dtype=dtype) * - \
 self.pixel_size_y + self.pixel_upper_left[1]
 return target_x, target_y
 
@@ -1225,11 +1232,11 @@ class AreaDefinition(BaseDefinition):
 target_proj = Proj(**self.proj_dict)
 
 def invproj(data1, data2):
+# XXX: does pyproj copy arrays? What can we do so it doesn't?
 return np.dstack(target_proj(data1, data2, inverse=True))
 
-res = map_blocks(invproj, target_x, target_y, 
chunks=(target_x.chunks[0],
-  
target_x.chunks[1],
-  2),
+res = map_blocks

[Git][debian-gis-team/pyresample][pristine-tar] pristine-tar data for pyresample_1.8.2.orig.tar.gz

2018-03-03 Thread Antonio Valentino
Antonio Valentino pushed to branch pristine-tar at Debian GIS Project / 
pyresample


Commits:
1255193c by Antonio Valentino at 2018-03-03T17:10:39+00:00
pristine-tar data for pyresample_1.8.2.orig.tar.gz

- - - - -


2 changed files:

- + pyresample_1.8.2.orig.tar.gz.delta
- + pyresample_1.8.2.orig.tar.gz.id


Changes:

=
pyresample_1.8.2.orig.tar.gz.delta
=
Binary files /dev/null and b/pyresample_1.8.2.orig.tar.gz.delta differ


=
pyresample_1.8.2.orig.tar.gz.id
=
--- /dev/null
+++ b/pyresample_1.8.2.orig.tar.gz.id
@@ -0,0 +1 @@
+3f7f38e76d4f39b0eb9c8fc43e46b8704d1b0c55



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/pyresample/commit/1255193cd5e67e6edde7fca72f49345c1fc63a4e

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/pyresample/commit/1255193cd5e67e6edde7fca72f49345c1fc63a4e
You're receiving this email because of your account on salsa.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

[Git][debian-gis-team/pyresample] Pushed new tag upstream/1.8.2

2018-03-03 Thread Antonio Valentino
Antonio Valentino pushed new tag upstream/1.8.2 at Debian GIS Project / 
pyresample

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/pyresample/tree/upstream/1.8.2
You're receiving this email because of your account on salsa.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

[Git][debian-gis-team/pyresample][master] 4 commits: New upstream version 1.8.2

2018-03-03 Thread Antonio Valentino
Antonio Valentino pushed to branch master at Debian GIS Project / pyresample


Commits:
89099bba by Antonio Valentino at 2018-03-03T17:10:25+00:00
New upstream version 1.8.2
- - - - -
8cbeb1a8 by Antonio Valentino at 2018-03-03T17:10:39+00:00
Update upstream source from tag 'upstream/1.8.2'

Update to upstream version '1.8.2'
with Debian dir 0db996221a3a72bfe33a2cdf6079896eecdbaece
- - - - -
fca5a962 by Antonio Valentino at 2018-03-03T17:11:16+00:00
New upstream release

- - - - -
675c6fcb by Antonio Valentino at 2018-03-03T17:14:40+00:00
Set distribution to unstable

- - - - -


6 changed files:

- .bumpversion.cfg
- changelog.rst
- debian/changelog
- pyresample/geometry.py
- pyresample/kd_tree.py
- pyresample/version.py


Changes:

=
.bumpversion.cfg
=
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 1.8.1
+current_version = 1.8.2
 commit = True
 tag = True
 


=
changelog.rst
=
--- a/changelog.rst
+++ b/changelog.rst
@@ -2,6 +2,17 @@ Changelog
 =
 
 
+v1.8.2 (2018-03-01)
+---
+- update changelog. [davidh-ssec]
+- Bump version: 1.8.1 → 1.8.2. [davidh-ssec]
+- Merge pull request #104 from pytroll/bugfix-chunk-size. [David Hoese]
+
+  Allow chunk size in dask methods to be 2D
+- Fix line too long. [davidh-ssec]
+- Fix chunk size 'get_proj_vectors_dask' so it can be 2D. [davidh-ssec]
+
+
 v1.8.1 (2018-02-22)
 ---
 - update changelog. [Martin Raspaud]
@@ -727,6 +738,7 @@ v1.2.2 (2016-06-21)
   Without this, the compilation of the ewa extension crashes.
 
 
+
 v1.2.1 (2016-06-21)
 ---
 - update changelog. [Martin Raspaud]
@@ -882,9 +894,11 @@ v1.2.0 (2016-06-17)
 - Make kd_tree test work on older numpy version. [Martin Raspaud]
 
   VisibleDeprecationWarning is not available in numpy <1.9.
+
 - Adapt to newest pykdtree version. [Martin Raspaud]
 
   The kdtree object's attribute `data_pts` has been renamed to `data`.
+
 - Run tests on python 3.5 in travis also. [Martin Raspaud]
 
 
@@ -896,6 +910,7 @@ v1.1.6 (2016-02-25)
 
   A previous commit was looking for a 'data_pts' attribute in the kdtree
   object, which is available in pykdtree, but not scipy.
+
 - Merge pull request #32 from mitkin/master. [Martin Raspaud]
 
   [tests] Skip deprecation warnings in test_gauss_multi_uncert
@@ -907,6 +922,7 @@ v1.1.6 (2016-02-25)
   The latest matplotlib (1.5) doesn't support python 2.6 and 3.3. This patch
   chooses the right matplotlib version to install depending on the python
   version at hand.
+
 - Skip deprecation warnings. [Mikhail Itkin]
 
   Catch the rest of the warnings. Check if there is only one, and
@@ -948,6 +964,7 @@ Other
 - Bugfix to address a numpy DeprecationWarning. [Martin Raspaud]
 
   Numpy won't take non-integer indices soon, so make index an int.
+
 - Merge branch 'release-1.1.3' [Martin Raspaud]
 - Merge branch 'licence-lgpl' into pre-master. [Martin Raspaud]
 - Switch to lgplv3, and bump up version number. [Martin Raspaud]
@@ -1169,7 +1186,7 @@ Other
 - Set svn:mime-type. [StorPipfugl]
 - Corrected doc errors. [StorPipfugl]
 - Removed dist dir. [StorPipfugl]
-- No commit message. [StorPipfugl]
+-  [StorPipfugl]
 - Updated documentation. New release. [StorPipfugl]
 - Started updating docstrings. [StorPipfugl]
 - Restructured API. [StorPipfugl]
@@ -1182,9 +1199,8 @@ Other
 - Removed unneeded function. [StorPipfugl]
 - Mime types set. [StorPipfugl]
 - Mime types set. [StorPipfugl]
-- No commit message. [StorPipfugl]
+-  [StorPipfugl]
 - Moved to Google Code under GPLv3 license. [StorPipfugl]
 - moved to Google Code. [StorPipfugl]
 
 
-


=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pyresample (1.8.2-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Antonio Valentino   Sat, 03 Mar 2018 
17:14:09 +
+
 pyresample (1.8.1-1) unstable; urgency=medium
 
   [ Antonio Valentino ]


=
pyresample/geometry.py
=
--- a/pyresample/geometry.py
+++ b/pyresample/geometry.py
@@ -1044,9 +1044,16 @@ class AreaDefinition(BaseDefinition):
 if dtype is None:
 dtype = self.dtype
 
-target_x = da.arange(self.x_size, chunks=chunks, dtype=dtype) * \
+if not isinstance(chunks, int):
+y_chunks = chunks[0]
+x_chunks = chunks[1]
+else:
+y_chunks = chunks
+x_chunks = chunks
+
+target_x = da.arange(self.x_size, chunks=x_chunks, dtype=dtype) * \
 self.pixel_size_x + self.pixel_upper_left[0]
-target_y = da.arange(self.y_size, chunks=chunks, dtype=dtype) * - \
+target_y = da.arange(self.y_size, chunks=y_chunks, dtype=dtype) * - \
 self.pixel_size_y + sel

[Git][debian-gis-team/pyresample][upstream] New upstream version 1.8.2

2018-03-03 Thread Antonio Valentino
Antonio Valentino pushed to branch upstream at Debian GIS Project / pyresample


Commits:
89099bba by Antonio Valentino at 2018-03-03T17:10:25+00:00
New upstream version 1.8.2
- - - - -


5 changed files:

- .bumpversion.cfg
- changelog.rst
- pyresample/geometry.py
- pyresample/kd_tree.py
- pyresample/version.py


Changes:

=
.bumpversion.cfg
=
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 1.8.1
+current_version = 1.8.2
 commit = True
 tag = True
 


=
changelog.rst
=
--- a/changelog.rst
+++ b/changelog.rst
@@ -2,6 +2,17 @@ Changelog
 =
 
 
+v1.8.2 (2018-03-01)
+---
+- update changelog. [davidh-ssec]
+- Bump version: 1.8.1 → 1.8.2. [davidh-ssec]
+- Merge pull request #104 from pytroll/bugfix-chunk-size. [David Hoese]
+
+  Allow chunk size in dask methods to be 2D
+- Fix line too long. [davidh-ssec]
+- Fix chunk size 'get_proj_vectors_dask' so it can be 2D. [davidh-ssec]
+
+
 v1.8.1 (2018-02-22)
 ---
 - update changelog. [Martin Raspaud]
@@ -727,6 +738,7 @@ v1.2.2 (2016-06-21)
   Without this, the compilation of the ewa extension crashes.
 
 
+
 v1.2.1 (2016-06-21)
 ---
 - update changelog. [Martin Raspaud]
@@ -882,9 +894,11 @@ v1.2.0 (2016-06-17)
 - Make kd_tree test work on older numpy version. [Martin Raspaud]
 
   VisibleDeprecationWarning is not available in numpy <1.9.
+
 - Adapt to newest pykdtree version. [Martin Raspaud]
 
   The kdtree object's attribute `data_pts` has been renamed to `data`.
+
 - Run tests on python 3.5 in travis also. [Martin Raspaud]
 
 
@@ -896,6 +910,7 @@ v1.1.6 (2016-02-25)
 
   A previous commit was looking for a 'data_pts' attribute in the kdtree
   object, which is available in pykdtree, but not scipy.
+
 - Merge pull request #32 from mitkin/master. [Martin Raspaud]
 
   [tests] Skip deprecation warnings in test_gauss_multi_uncert
@@ -907,6 +922,7 @@ v1.1.6 (2016-02-25)
   The latest matplotlib (1.5) doesn't support python 2.6 and 3.3. This patch
   chooses the right matplotlib version to install depending on the python
   version at hand.
+
 - Skip deprecation warnings. [Mikhail Itkin]
 
   Catch the rest of the warnings. Check if there is only one, and
@@ -948,6 +964,7 @@ Other
 - Bugfix to address a numpy DeprecationWarning. [Martin Raspaud]
 
   Numpy won't take non-integer indices soon, so make index an int.
+
 - Merge branch 'release-1.1.3' [Martin Raspaud]
 - Merge branch 'licence-lgpl' into pre-master. [Martin Raspaud]
 - Switch to lgplv3, and bump up version number. [Martin Raspaud]
@@ -1169,7 +1186,7 @@ Other
 - Set svn:mime-type. [StorPipfugl]
 - Corrected doc errors. [StorPipfugl]
 - Removed dist dir. [StorPipfugl]
-- No commit message. [StorPipfugl]
+-  [StorPipfugl]
 - Updated documentation. New release. [StorPipfugl]
 - Started updating docstrings. [StorPipfugl]
 - Restructured API. [StorPipfugl]
@@ -1182,9 +1199,8 @@ Other
 - Removed unneeded function. [StorPipfugl]
 - Mime types set. [StorPipfugl]
 - Mime types set. [StorPipfugl]
-- No commit message. [StorPipfugl]
+-  [StorPipfugl]
 - Moved to Google Code under GPLv3 license. [StorPipfugl]
 - moved to Google Code. [StorPipfugl]
 
 
-


=
pyresample/geometry.py
=
--- a/pyresample/geometry.py
+++ b/pyresample/geometry.py
@@ -1044,9 +1044,16 @@ class AreaDefinition(BaseDefinition):
 if dtype is None:
 dtype = self.dtype
 
-target_x = da.arange(self.x_size, chunks=chunks, dtype=dtype) * \
+if not isinstance(chunks, int):
+y_chunks = chunks[0]
+x_chunks = chunks[1]
+else:
+y_chunks = chunks
+x_chunks = chunks
+
+target_x = da.arange(self.x_size, chunks=x_chunks, dtype=dtype) * \
 self.pixel_size_x + self.pixel_upper_left[0]
-target_y = da.arange(self.y_size, chunks=chunks, dtype=dtype) * - \
+target_y = da.arange(self.y_size, chunks=y_chunks, dtype=dtype) * - \
 self.pixel_size_y + self.pixel_upper_left[1]
 return target_x, target_y
 
@@ -1225,11 +1232,11 @@ class AreaDefinition(BaseDefinition):
 target_proj = Proj(**self.proj_dict)
 
 def invproj(data1, data2):
+# XXX: does pyproj copy arrays? What can we do so it doesn't?
 return np.dstack(target_proj(data1, data2, inverse=True))
 
-res = map_blocks(invproj, target_x, target_y, 
chunks=(target_x.chunks[0],
-  
target_x.chunks[1],
-  2),
+res = map_blocks(invproj, target_x, target_y,
+ chunks=(target_x.chunks[0], target_x.chunks[1], 2),
  new_axis=[2])
 
 return res[:, 

[grass] branch ubuntugis/artful created (now f28f903)

2018-03-03 Thread Martin Landa
This is an automated email from the git hooks/post-receive script.

martinl-guest pushed a change to branch ubuntugis/artful
in repository grass.

at  f28f903   Rebuild 7.4.0 for artful

This branch includes the following new commits:

   new  2387923   change branch name to artful
   new  82ba641   Rebuild 7.4.0 for artful
   new  7d0de58   Rebuild 7.4.0 for artful
   new  f28f903   Rebuild 7.4.0 for artful

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.


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


[grass] tag ubuntugis/7.4.0-1.artful1 created (now 82ba641)

2018-03-03 Thread Martin Landa
This is an automated email from the git hooks/post-receive script.

martinl-guest pushed a change to tag ubuntugis/7.4.0-1.artful1
in repository grass.

at  82ba641   (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/grass.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


[grass] 02/04: Rebuild 7.4.0 for artful

2018-03-03 Thread Martin Landa
This is an automated email from the git hooks/post-receive script.

martinl-guest pushed a commit to branch ubuntugis/artful
in repository grass.

commit 82ba641e206b08f3770167444dc207a39db45c40
Author: Martin Landa 
Date:   Sun Jan 28 17:08:26 2018 +0100

Rebuild 7.4.0 for artful
---
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 268b255..60739e7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+grass (7.4.0-1~artful1) artful; urgency=medium
+
+  * Rebuild for artful.
+
+ -- Martin Landa   Sun, 28 Jan 2018 16:01:40 +0100
+
 grass (7.4.0-1~xenial1) xenial; urgency=medium
 
   * Rebuild for xenial.

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


[grass] 03/04: Rebuild 7.4.0 for artful

2018-03-03 Thread Martin Landa
This is an automated email from the git hooks/post-receive script.

martinl-guest pushed a commit to branch ubuntugis/artful
in repository grass.

commit 7d0de58f7c53d2dd34db5e9e8d0036cce90e7a83
Author: Martin Landa 
Date:   Sun Jan 28 18:22:42 2018 +0100

Rebuild 7.4.0 for artful
---
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 60739e7..5b3e9db 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+grass (7.4.0-1~artful2) artful; urgency=medium
+
+  * Rebuild for artful.
+
+ -- Martin Landa   Sun, 28 Jan 2018 17:12:52 +0100
+
 grass (7.4.0-1~artful1) artful; urgency=medium
 
   * Rebuild for artful.

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


[grass] tag ubuntugis/7.4.0-1.artful3 created (now f28f903)

2018-03-03 Thread Martin Landa
This is an automated email from the git hooks/post-receive script.

martinl-guest pushed a change to tag ubuntugis/7.4.0-1.artful3
in repository grass.

at  f28f903   (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/grass.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


[grass] 04/04: Rebuild 7.4.0 for artful

2018-03-03 Thread Martin Landa
This is an automated email from the git hooks/post-receive script.

martinl-guest pushed a commit to branch ubuntugis/artful
in repository grass.

commit f28f9032286178dd067f449ef7e77e991baea797
Author: Martin Landa 
Date:   Sat Mar 3 18:27:48 2018 +0100

Rebuild 7.4.0 for artful
---
 debian/changelog  |  12 ++--
 debian/control.in | 200 --
 2 files changed, 6 insertions(+), 206 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5b3e9db..b6f3b6b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+grass (7.4.0-1~artful3) artful; urgency=medium
+
+  * Rebuild for artful.
+
+ -- Martin Landa   Sat, 03 Mar 2018 18:00:49 +0100
+
 grass (7.4.0-1~artful2) artful; urgency=medium
 
   * Rebuild for artful.
@@ -10,12 +16,6 @@ grass (7.4.0-1~artful1) artful; urgency=medium
 
  -- Martin Landa   Sun, 28 Jan 2018 16:01:40 +0100
 
-grass (7.4.0-1~xenial1) xenial; urgency=medium
-
-  * Rebuild for xenial.
-
- -- Martin Landa   Sat, 27 Jan 2018 00:26:43 +0100
-
 grass (7.4.0-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/control.in b/debian/control.in
deleted file mode 100644
index 5c11ae8..000
--- a/debian/control.in
+++ /dev/null
@@ -1,200 +0,0 @@
-Source: grass
-Maintainer: Debian GIS Project 
-Uploaders: Francesco Paolo Lovergine ,
-   Bas Couwenberg 
-Section: science
-Priority: optional
-Build-Depends: autoconf2.13,
-   autotools-dev,
-   bison,
-   debhelper (>= 9),
-   dh-python,
-   doxygen,
-   fakeroot,
-   flex,
-   graphviz,
-   libblas-dev,
-   libbz2-dev,
-   libcairo2-dev,
-   libfftw3-dev,
-   libfreetype6-dev,
-   libgdal-dev,
-   libgeos-dev,
-   libglu1-mesa-dev,
-   libjpeg-dev,
-   liblapack-dev,
-   liblas-c-dev,
-   libmotif-dev | lesstif2-dev,
-   libmysqlclient-dev,
-   libncurses5-dev,
-   libnetcdf-dev,
-   libpng-dev,
-   libpq-dev,
-   libproj-dev,
-   libreadline-dev,
-   libsqlite3-dev,
-   libtiff-dev,
-   libwxgtk3.0-dev,
-   libxmu-dev,
-   netcdf-bin,
-# install optipng if compressing the PNG images in the programmers' manual
-#  optipng,
-# proj-bin needed for nad2bin during config
-   proj-bin,
-   python,
-   python-dev,
-   python-numpy,
-   python-pil,
-   python-ply,
-   python-wxgtk3.0,
-   unixodbc-dev,
-   zlib1g-dev
-Standards-Version: 3.9.8
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/grass.git
-Vcs-Git: https://anonscm.debian.org/git/pkg-grass/grass.git -b ubuntugis/artful
-Homepage: http://grass.osgeo.org/
-
-Package: grass
-Architecture: all
-Section: metapackages
-Depends: grass-core,
- grass-gui,
- ${misc:Depends}
-Recommends: grass-doc
-Suggests: grass-dev
-Description: Geographic Resources Analysis Support System (GRASS GIS)
- Commonly referred to as GRASS, this is a Geographic Information
- System (GIS) used for geospatial data management and analysis,
- image processing, graphics/map production, spatial modeling, and
- visualization. GRASS is currently used in academic and commercial
- settings around the world, as well as by many government agencies
- and environmental consulting companies.
- .
- Install this virtual package to get a full GRASS system.
-
-Package: grass-core
-Architecture: any
-Depends: grass-doc,
- ${shlibs:Depends},
- ${python:Depends},
- ${misc:Depends}
-Recommends: gdal-bin,
-# cs2cs used by m.proj, gdalinfo+gdal_translate used by a number of scripts
-proj-bin
-Suggests: grass-dev,
-  grass-gui,
-# used by v.in.e00
-  e00compr,
-  avce00,
-# used by i.spectral
-  gnuplot,
-# used by v.in.gpsbabel
-  gpsbabel,
-# used by v.in.garmin
-  gpstrans,
-# used by NVIZ, d.out.gpsdrive, r.out.mpeg
-  netpbm,
-# used by v.kridge
-  python-rpy2,
-  python-termcolor
-Breaks: grass (<< 6.4.2-1~)
-Provides: grass@ABI@
-Replaces: grass (<< 6.4.2-1~)
-Description: GRASS GIS core components
- Commonly referred to as GRASS, this is a Geographic Information
- System (GIS) used for geospatial data management and analysis,
- image processing, graphics/map production, spatial modeling, and
- visualization. GRASS is currently used in academic and commercial
- settings around the world, as well as by many government agencies
- and environmental consulting companies.
- .
- This package contains the core processing components, but not the GUI.
-
-Package: grass-gui
-Architecture: any
-Depends: grass-core,
-# pyGL 

[grass] tag ubuntugis/7.4.0-1.artful2 created (now 7d0de58)

2018-03-03 Thread Martin Landa
This is an automated email from the git hooks/post-receive script.

martinl-guest pushed a change to tag ubuntugis/7.4.0-1.artful2
in repository grass.

at  7d0de58   (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/grass.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


[grass] 01/04: change branch name to artful

2018-03-03 Thread Martin Landa
This is an automated email from the git hooks/post-receive script.

martinl-guest pushed a commit to branch ubuntugis/artful
in repository grass.

commit 2387923285b5d9847951428d14785338e669209d
Author: Martin Landa 
Date:   Sun Jan 28 16:00:02 2018 +0100

change branch name to artful
---
 debian/control| 2 +-
 debian/control.in | 2 +-
 debian/gbp.conf   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index ca5217e..c434593 100644
--- a/debian/control
+++ b/debian/control
@@ -51,7 +51,7 @@ Build-Depends: autoconf2.13,
zlib1g-dev
 Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/grass.git
-Vcs-Git: https://anonscm.debian.org/git/pkg-grass/grass.git -b ubuntugis/xenial
+Vcs-Git: https://anonscm.debian.org/git/pkg-grass/grass.git -b ubuntugis/artful
 Homepage: http://grass.osgeo.org/
 
 Package: grass
diff --git a/debian/control.in b/debian/control.in
index 023efbf..5c11ae8 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -51,7 +51,7 @@ Build-Depends: autoconf2.13,
zlib1g-dev
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/grass.git
-Vcs-Git: https://anonscm.debian.org/git/pkg-grass/grass.git -b ubuntugis/xenial
+Vcs-Git: https://anonscm.debian.org/git/pkg-grass/grass.git -b ubuntugis/artful
 Homepage: http://grass.osgeo.org/
 
 Package: grass
diff --git a/debian/gbp.conf b/debian/gbp.conf
index 845db07..12ada05 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 = ubuntugis/xenial
+debian-branch = ubuntugis/artful
 
 # 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/grass.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


[grass] branch ubuntugis/artful deleted (was f28f903)

2018-03-03 Thread Martin Landa
This is an automated email from the git hooks/post-receive script.

martinl-guest pushed a change to branch ubuntugis/artful
in repository grass.

   was  f28f903   Rebuild 7.4.0 for artful

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.

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


Re: [grass] branch ubuntugis/artful created (now f28f903)

2018-03-03 Thread Sebastiaan Couwenberg
On 03/03/2018 06:28 PM, Martin Landa wrote:
> martinl-guest pushed a change to branch ubuntugis/artful

Artful is not an LTS release, these commits should not be under the
'ubuntugis' namespace. The 'grass' is appropriate for the GRASS stable PPA.

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


[grass] tag ubuntugis/7.4.0-1.artful2 deleted (was 7d0de58)

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

sebastic pushed a change to tag ubuntugis/7.4.0-1.artful2
in repository grass.

*** WARNING: tag ubuntugis/7.4.0-1.artful2 was deleted! ***

   was  7d0de58   Rebuild 7.4.0 for artful

The revisions that were on this tag are still contained in
other references; therefore, this change does not discard any commits
from the repository.

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


[grass] tag ubuntugis/7.4.0-1.artful3 deleted (was f28f903)

2018-03-03 Thread Martin Landa
This is an automated email from the git hooks/post-receive script.

martinl-guest pushed a change to tag ubuntugis/7.4.0-1.artful3
in repository grass.

*** WARNING: tag ubuntugis/7.4.0-1.artful3 was deleted! ***

   was  f28f903   Rebuild 7.4.0 for artful

This change permanently discards the following revisions:

  discards  f28f903   Rebuild 7.4.0 for artful
  discards  7d0de58   Rebuild 7.4.0 for artful
  discards  82ba641   Rebuild 7.4.0 for artful
  discards  2387923   change branch name to artful

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


[grass] tag ubuntugis/7.4.0-1.artful1 deleted (was 82ba641)

2018-03-03 Thread Martin Landa
This is an automated email from the git hooks/post-receive script.

martinl-guest pushed a change to tag ubuntugis/7.4.0-1.artful1
in repository grass.

*** WARNING: tag ubuntugis/7.4.0-1.artful1 was deleted! ***

   was  82ba641   Rebuild 7.4.0 for artful

The revisions that were on this tag are still contained in
other references; therefore, this change does not discard any commits
from the repository.

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


Re: [grass] branch ubuntugis/artful created (now f28f903)

2018-03-03 Thread Martin Landa
Hi,

2018-03-03 18:31 GMT+01:00 Sebastiaan Couwenberg :
> On 03/03/2018 06:28 PM, Martin Landa wrote:
>> martinl-guest pushed a change to branch ubuntugis/artful
>
> Artful is not an LTS release, these commits should not be under the
> 'ubuntugis' namespace. The 'grass' is appropriate for the GRASS stable PPA.

sorry, it was a mistake :-( I have already removed branch and tags.

Ma

-- 
Martin Landa
http://geo.fsv.cvut.cz/gwiki/Landa
http://gismentors.cz/mentors/landa

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


[pyresample] tag debian/1.8.2-1 created (now 675c6fc)

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

sebastic pushed a change to tag debian/1.8.2-1
in repository pyresample.

at  675c6fc   (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/pyresample.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


[Git][debian-gis-team/pyresample] Pushed new tag debian/1.8.2-1

2018-03-03 Thread Bas Couwenberg
Bas Couwenberg pushed new tag debian/1.8.2-1 at Debian GIS Project / pyresample

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/pyresample/tree/debian/1.8.2-1
You're receiving this email because of your account on salsa.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 pyresample_1.8.2-1_amd64.changes

2018-03-03 Thread Debian FTP Masters
pyresample_1.8.2-1_amd64.changes uploaded successfully to localhost
along with the files:
  pyresample_1.8.2-1.dsc
  pyresample_1.8.2.orig.tar.gz
  pyresample_1.8.2-1.debian.tar.xz
  pyresample_1.8.2-1_amd64.buildinfo
  python-pyresample-dbgsym_1.8.2-1_amd64.deb
  python-pyresample-doc_1.8.2-1_all.deb
  python-pyresample-test_1.8.2-1_all.deb
  python-pyresample_1.8.2-1_amd64.deb
  python3-pyresample-dbgsym_1.8.2-1_amd64.deb
  python3-pyresample_1.8.2-1_amd64.deb

Greetings,

Your Debian queue daemon (running on host usper.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


[doris] 02/03: Add autopkgtest to test installability

2018-03-03 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

a_valentino-guest pushed a commit to branch master
in repository doris.

commit 5fd90ee661716c8754ce7eab553a13f382c27d3d
Author: Antonio Valentino 
Date:   Sat Mar 3 17:35:55 2018 +

Add autopkgtest to test installability
---
 debian/changelog | 1 +
 debian/tests/control | 4 
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 63732fb..b997ce2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ doris (5.0.3~beta+dfsg-3) UNRELEASED; urgency=medium
   * debian/docs
 - fix the list of doc files
   * Add upstream metadata.
+  * Add autopkgtest to test installability.
 
  -- Bas Couwenberg   Mon, 02 Oct 2017 12:53:19 +0200
 
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 000..2b40965
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,4 @@
+# Test installability
+Depends: @
+Test-Command: /bin/true
+

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


[doris] 03/03: Set distribution to unstable

2018-03-03 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

a_valentino-guest pushed a commit to branch master
in repository doris.

commit f607bb879b64837b41ec9cd53b5d481e1e1e84ac
Author: Antonio Valentino 
Date:   Sat Mar 3 17:40:19 2018 +

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

diff --git a/debian/changelog b/debian/changelog
index b997ce2..02fb7f5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-doris (5.0.3~beta+dfsg-3) UNRELEASED; urgency=medium
+doris (5.0.3~beta+dfsg-3) unstable; urgency=medium
 
   [ Bas Couwenberg ]
   * Strip trailing whitespace from changelog.
@@ -14,7 +14,7 @@ doris (5.0.3~beta+dfsg-3) UNRELEASED; urgency=medium
   * Add upstream metadata.
   * Add autopkgtest to test installability.
 
- -- Bas Couwenberg   Mon, 02 Oct 2017 12:53:19 +0200
+ -- Antonio Valentino   Sat, 03 Mar 2018 
17:39:57 +
 
 doris (5.0.3~beta+dfsg-2) unstable; urgency=medium
 

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


[doris] 01/03: Add upstream metadata

2018-03-03 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

a_valentino-guest pushed a commit to branch master
in repository doris.

commit 4695fb70ceb1aafe25995d64503846db4d6c0a6a
Author: Antonio Valentino 
Date:   Sat Mar 3 17:30:07 2018 +

Add upstream metadata
---
 debian/changelog | 1 +
 debian/upstream/metadata | 6 ++
 2 files changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index bcb3573..63732fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ doris (5.0.3~beta+dfsg-3) UNRELEASED; urgency=medium
 - add a Disclaimer section to explain why the package is in contrib
   * debian/docs
 - fix the list of doc files
+  * Add upstream metadata.
 
  -- Bas Couwenberg   Mon, 02 Oct 2017 12:53:19 +0200
 
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 000..a0c3832
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,6 @@
+---
+Bug-Database: https://github.com/TUDelftGeodesy/Doris/issues
+Bug-Submit: https://github.com/TUDelftGeodesy/Doris/issues/new
+Name: doris
+Repository: https://github.com/TUDelftGeodesy/Doris.git
+Repository-Browse: https://github.com/TUDelftGeodesy/Doris

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


[doris] branch master updated (807a55e -> f607bb8)

2018-03-03 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

a_valentino-guest pushed a change to branch master
in repository doris.

  from  807a55e   Fix the list of doc files
   new  4695fb7   Add upstream metadata
   new  5fd90ee   Add autopkgtest to test installability
   new  f607bb8   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 | 6 --
 debian/tests/control | 4 
 debian/upstream/metadata | 6 ++
 3 files changed, 14 insertions(+), 2 deletions(-)
 create mode 100644 debian/tests/control
 create mode 100644 debian/upstream/metadata

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


pyresample_1.8.2-1_amd64.changes ACCEPTED into unstable

2018-03-03 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 03 Mar 2018 17:14:09 +
Source: pyresample
Binary: python-pyresample python3-pyresample python-pyresample-doc 
python-pyresample-test
Architecture: source amd64 all
Version: 1.8.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Antonio Valentino 
Description:
 python-pyresample - Resampling of remote sensing data in Python 2
 python-pyresample-doc - Resampling of remote sensing data in Python 
(documentation)
 python-pyresample-test - Resampling of remote sensing data in Python (test 
suite)
 python3-pyresample - Resampling of remote sensing data in Python 3
Changes:
 pyresample (1.8.2-1) unstable; urgency=medium
 .
   * New upstream release
Checksums-Sha1:
 f6f86b598aa128551293f60d2755e980c74fd600 2703 pyresample_1.8.2-1.dsc
 343e3ffce7e2cf86e4a2be3f45ce38fadb820048 5598956 pyresample_1.8.2.orig.tar.gz
 df733e60101a704fe6faf39a65127c8d1e0536fa 9652 pyresample_1.8.2-1.debian.tar.xz
 d2ebaed1ac08bdca0f93a17e4edff2b0d3d638e5 11366 
pyresample_1.8.2-1_amd64.buildinfo
 391c539c15601e63278963be8754ebec553f1af5 506248 
python-pyresample-dbgsym_1.8.2-1_amd64.deb
 28e81d7963677552bfc3fed3a749bff8b0dc1b07 3278540 
python-pyresample-doc_1.8.2-1_all.deb
 2f15c85636e16a4355f43cec5df122b54da9e3e5 1082200 
python-pyresample-test_1.8.2-1_all.deb
 e967701eac892afccaedaa15ab27bba2872a1574 221524 
python-pyresample_1.8.2-1_amd64.deb
 3f01ae210851094a09b5e8d471bd3c2868e72a41 537476 
python3-pyresample-dbgsym_1.8.2-1_amd64.deb
 3bc703358b7ea688bb1e0a16a4244417fcbed918 215272 
python3-pyresample_1.8.2-1_amd64.deb
Checksums-Sha256:
 7937ec5b9a09aa595b5e1e754230e12f3857238a6c81175133c469462daa7314 2703 
pyresample_1.8.2-1.dsc
 c33da673bac552d49c08a8284f02e1ca8d95a665298bb45a40d9a303784d0219 5598956 
pyresample_1.8.2.orig.tar.gz
 1f0e0e3fa3079cbd806a69e72e4159749c348f5ab8b6fc57a23e76772fa73a7c 9652 
pyresample_1.8.2-1.debian.tar.xz
 645f960a26939a540d2afcab8ab92a58ce31e2164193d66f74f06ecb15ad79e2 11366 
pyresample_1.8.2-1_amd64.buildinfo
 9f3f850c942a1e4018851683197c8c9dfd774c62c9ca4c3c1568649cf78eb1e9 506248 
python-pyresample-dbgsym_1.8.2-1_amd64.deb
 1d0eef754ae1e5510c060ac4ed9d0ecfc02e5579eca1adf93137a89906439bb1 3278540 
python-pyresample-doc_1.8.2-1_all.deb
 5688f98ff455fc4a971f7acb6fbed0bbb2529a166125eb84eac72206d6e12678 1082200 
python-pyresample-test_1.8.2-1_all.deb
 1fcbb2d7b6bbb0aa66f88dfbef88bbc221e14cfa7daba53533a919ca836b4353 221524 
python-pyresample_1.8.2-1_amd64.deb
 8c599ce676c42dbabceb7f0018a60f24cd9cc3c4cf948ec35e15e6e66d772d26 537476 
python3-pyresample-dbgsym_1.8.2-1_amd64.deb
 785751de318350c47aa069e0d720e614b8ef59160c6b844483d6a2079f55c296 215272 
python3-pyresample_1.8.2-1_amd64.deb
Files:
 5fe93f29978fa6b8c0b11a12b5de8e12 2703 python optional pyresample_1.8.2-1.dsc
 8e85d896d6da11aa8f1a0cd368ebdc0f 5598956 python optional 
pyresample_1.8.2.orig.tar.gz
 1bc0351d3496346433e993a767b4b8ea 9652 python optional 
pyresample_1.8.2-1.debian.tar.xz
 01f04eff5663783fe3a6b9d5f8d12425 11366 python optional 
pyresample_1.8.2-1_amd64.buildinfo
 3b2e6f19b06a185fd64eb0722d63c7f8 506248 debug optional 
python-pyresample-dbgsym_1.8.2-1_amd64.deb
 d69906b8c51c4c1ce841194f60434ce2 3278540 doc optional 
python-pyresample-doc_1.8.2-1_all.deb
 2b31bd1b6ce4da80927342cc69ca8beb 1082200 python optional 
python-pyresample-test_1.8.2-1_all.deb
 157b809f9c9dc0c48d64a15299000a26 221524 python optional 
python-pyresample_1.8.2-1_amd64.deb
 71f74614607d4354a7b677f72bbb7878 537476 debug optional 
python3-pyresample-dbgsym_1.8.2-1_amd64.deb
 bd4078322f646c754a0d95ebea4282a6 215272 python optional 
python3-pyresample_1.8.2-1_amd64.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEgYLeQXBWQI1hRlDRZ1DxCuiNSvEFAlqa3ZkACgkQZ1DxCuiN
SvHBOhAApxEzZTTPcjuhj2l8+gDX2qHh4wquZBKEktO6I8ljRaXoz1Gfd1zkjvM7
jCob9PGxreheUeMdqjHzKOzjA2lyukJXKjkUQ8eAbOV+2jR7F5VWh2XDI1K0rYUw
9AkjfE4o1p7LFm2iiaKdEBnKot3MwuobmWLq8iCGAAKWMekxIk/YsWCIVXg5o3Nc
7fkgjbc+MOOPXWZeEcUKixHwbrQY/GvOs8cK7ROXbaEje+mGfhPaPRvK6QhEE50v
Luwy7yeGdZzrzZ0v8GeXf0UY/sp9/wF9lJCWANa0iueEWIkHJI2jhVgc1kKd+yTs
Dh2TnLKk2Eug8ctvtlyWQHuzyR7OujEwmiC+tZZsvg7LloSqVEfah2je1X5h1BqT
91BMFcGUszsuUrvsQdFKoq8VqvDaewc7W9Mf9UtbdNlDji1CXFcCKpdWq8YbQmoE
RmCw/7Un1l3ewZJpEuEfgwvLMbVcH17iGGGTs0oQ2kUeK/QecEwu1MDmFgiycaKJ
HSaU9A/DA+5/6Y6vXMxbYUr9U4d4srZSMZVbESndQ6qWo+MLX/Cz0QEeO+UffNZA
bXBFtqPD41GPp0DwUNtmW39dMZ+jKOauPqw1hGiMlj+fxPX8sZBeizaqo51ppuot
6Syq8FutGOoC7fEhKnpDrwrNwVaRL7upTmnN8X+ETaM2jRoinN4=
=eium
-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


[Git][debian-gis-team/doris][master] 7 commits: Standard version bump

2018-03-03 Thread Antonio Valentino
Antonio Valentino pushed to branch master at Debian GIS Project / doris


Commits:
649ce228 by Antonio Valentino at 2018-02-25T18:50:40+00:00
Standard version bump

- - - - -
19fa838f by Antonio Valentino at 2018-02-25T18:52:36+00:00
Set compat to 11

- - - - -
2b718273 by Antonio Valentino at 2018-02-25T19:06:33+00:00
Add a Disclaimer section in the copyright file

- - - - -
807a55e0 by Antonio Valentino at 2018-02-25T19:19:46+00:00
Fix the list of doc files

- - - - -
4695fb70 by Antonio Valentino at 2018-03-03T17:30:07+00:00
Add upstream metadata

- - - - -
5fd90ee6 by Antonio Valentino at 2018-03-03T17:39:50+00:00
Add autopkgtest to test installability

- - - - -
f607bb87 by Antonio Valentino at 2018-03-03T17:40:19+00:00
Set distribution to unstable

- - - - -


7 changed files:

- debian/changelog
- debian/compat
- debian/control
- debian/copyright
- debian/docs
- + debian/tests/control
- + debian/upstream/metadata


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,20 @@
-doris (5.0.3~beta+dfsg-3) UNRELEASED; urgency=medium
+doris (5.0.3~beta+dfsg-3) unstable; urgency=medium
 
-  * Team upload.
-  * Bump Standards-Version to 4.1.1, no changes.
+  [ Bas Couwenberg ]
   * Strip trailing whitespace from changelog.
   * Rename PROJ.4 to PROJ.
 
- -- Bas Couwenberg   Mon, 02 Oct 2017 12:53:19 +0200
+  [ Antonio Valentino ]
+  * Bump Standards-Version to 4.1.3, no changes.
+  * Set compat to 11
+  * debian/copyright
+- add a Disclaimer section to explain why the package is in contrib
+  * debian/docs
+- fix the list of doc files
+  * Add upstream metadata.
+  * Add autopkgtest to test installability.
+
+ -- Antonio Valentino   Sat, 03 Mar 2018 
17:39:57 +
 
 doris (5.0.3~beta+dfsg-2) unstable; urgency=medium
 


=
debian/compat
=
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+11


=
debian/control
=
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Maintainer: Debian GIS Project 

 Uploaders: Antonio Valentino 
 Section: contrib/science
 Priority: optional
-Build-Depends: debhelper (>= 9.0.0),
+Build-Depends: debhelper (>= 11),
dh-python,
tcsh | c-shell,
libfftw3-dev,
@@ -19,7 +19,7 @@ Build-Depends: debhelper (>= 9.0.0),
python-fiona,
python-shapely,
python-requests
-Standards-Version: 4.1.1
+Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/doris.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/doris.git
 Homepage: http://doris.tudelft.nl


=
debian/copyright
=
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,6 +2,8 @@ Format: 
https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: doris
 Source: https://github.com/TUDelftGeodesy/Doris/releases
  The upstream tarball is repacked to exclude exernal library sources.
+Disclaimer: this package is in the contrib archive because it depends on 
libtriangle
+that is non-free
 Files-Excluded: doris_core/triangle*
  envisat_tools/epr_api*
  envisat_tools/.viminfo


=
debian/docs
=
--- a/debian/docs
+++ b/debian/docs
@@ -1,2 +1,3 @@
-src/README
+README.txt
+doris_core/README
 debian/README.Debian


=
debian/tests/control
=
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,4 @@
+# Test installability
+Depends: @
+Test-Command: /bin/true
+


=
debian/upstream/metadata
=
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,6 @@
+---
+Bug-Database: https://github.com/TUDelftGeodesy/Doris/issues
+Bug-Submit: https://github.com/TUDelftGeodesy/Doris/issues/new
+Name: doris
+Repository: https://github.com/TUDelftGeodesy/Doris.git
+Repository-Browse: https://github.com/TUDelftGeodesy/Doris



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/doris/compare/46b3e8c9a0c33fd319f02341d8334ba0cba05b44...f607bb879b64837b41ec9cd53b5d481e1e1e84ac

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/doris/compare/46b3e8c9a0c33fd319f02341d8334ba0cba05b44...f607bb879b64837b41ec9cd53b5d481e1e1e84ac
You're receiving this email because of your account on salsa.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

Special Offers 03-03-2018

2018-03-03 Thread Bonesca - Jona
 

 
Special Offers 03-03-2018
 


   Barracuda India  

10 kilo IWP packing
500-1000 grs
3 palets € 2,15!!!
1000-2000 grs
3 palets € 2,25!!!


   Hake Spain  

450-600 grs HGT
22 kilo IWP packing
3 palets € 1,99!!!


   Irish Mackerel  

300-500 grs
20 kg blockfrozen
3 palets € 1,39!!!
  
 


   Peeled Black Tigers  

10 x 1000 grs :
 
Jona 26/30 30%
3 palets € 7,79!!!
Bonemer 26/30 35%
3 palets € 7,49!!!


   Headless Black Tigers  

DSD easy peel 16/20 25%
3 palets € 8,78!!!
Jona easy peel 26/30 30%
3 palets € 6,59!!!
Bonemer easy peel 16/20 35 %
3 palets € 7,79!!! 
 


   Sardine Moroc  

20 x 1000 grs WR
Size 8-12
3 palets € 1,25!!!


   Denton Morocco  

20 x 1000 grs WR.
Size 200-400 grs
3 palets € 2,25!!!


   Tilapia Vietnam  

4 kilo IWP
Size 800+
3 palets € 1,59!!!
= € 6,36 per box 
 


   Tilapia Filets China  

10 x 1000 grs / 800 grs netto
size 140-200 grs
3 palets € 2,89


   Blue Swimming Crab  

10 x 1000 grs / 800 grs netto
Size 11/15
3 palets € 3,25!!! 
 


   Jona Unagi Kabayaki
Roasted Eel  

2 x 5 kilo size 10 oz vacuum packed
Anguilla Japonicoa
10 box € 21,50!!!
Anguilla Rostrata
10 box € 18,50!!!


   Roasted Duckhalves China  

10 kilo 16 pcs 575 - 685 grs
Boneless A grade
 
3 palets € 6,69!!! 
 


   Unagi Cut 100 gr  

2 x 50 x 100 grs
10 box € 17,50!!


   Unagi Mince  

2 x 10 x 500 grs
10 box € 7,95!!!


   Unagi Sushislice  

2 x 25 x 160 gr(20x8gr)
Anguilla Japonica
10 box € 21,95!!!
Anguilla Rostrata
10 box € 19,95!!! 
   [ Click here for all our offers ]( 
http://r.newsletter.bonescamail.nl/track/click/y7z34fyp9aoatrd )   
 

Kind regards,
 
Bertus Brouwer
Director/Purchase - Dutch / English / German
Tel.: +31 (0) 527 68 07 81
Mail: ber...@bonesca.nl
 
Nedal Muhtaseb
Sales - Dutch / Arab / English / German
Tel: +31 (0) 527 68 07 83
Mail: ne...@bonesca.nl
 
Marianne Kramer
Sales - Dutch / French / English / German
Tel: +31 (0) 527 68 07 82
Mail: maria...@bonesca.nl
 
Henry Bakker
Administration/Planning
Tel: +31 (0) 527 68 07 85
Mail: he...@bonesca.nl; i...@bonesca.nl;invo...@bonesca.nl
 
Thu Hanh
Sales Vietnamese / Thai / Laothian / German / English
Tel: +49 (0) 32221097676
Tel: +31 (0) 527 68 07 88
Mail: t...@bonesca.nl
 
Ramesh Raja
Sales Tamil / Dutch / English
Tel: +31 (0) 527 68 07 84
Mail: r...@bonesca.nl

Policarpo J. Olivas
Sales Spanish, French, Portugese, Italian, English
Tel Spain: +34 (0) 649 566 367
Tel Rep. Dominican: +1 (0) 809 778 4040
Mail: poli...@bonesca.nl
 
Cornelis Ras
Office support
Dutch / English
Tel: +31 (0) 527 68 07 87
Mail: corne...@bonesca.nl

Jacob Cornelis Hakvoort
Accounting Dutch / English
Tel: +31 (0) 527 68 07 86
Mail: st...@bonesca.nl
  Warehouse - Albert Korf / Willem Bakker / Fokke Korf
Tel: +31 (0) 527 68 07 89
Mail: expedi...@bonesca.nl   
This email was sent to pkg-grass-devel@lists.alioth.debian.org
You received this email because you are registered with Bonesca Import en 
Export BV
 
[ Unsubscribe here ]( http://r.newsletter.bonescamail.nl/8jzrs3zoeoatrg.html )  
  
© 2018 Bonesca Import en Export BV  

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

[doris] 02/03: Remove empty line.

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

sebastic pushed a commit to branch master
in repository doris.

commit cf018f884b98c2e46f37f27929663532a71e5d0c
Author: Bas Couwenberg 
Date:   Sat Mar 3 19:28:21 2018 +0100

Remove empty line.
---
 debian/tests/control | 1 -
 1 file changed, 1 deletion(-)

diff --git a/debian/tests/control b/debian/tests/control
index 2b40965..3b18c6d 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,4 +1,3 @@
 # Test installability
 Depends: @
 Test-Command: /bin/true
-

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


[doris] tag debian/5.0.3_beta+dfsg-3 created (now dc76db6)

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

sebastic pushed a change to tag debian/5.0.3_beta+dfsg-3
in repository doris.

at  dc76db6   (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/doris.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


[doris] 01/03: Fix capitalization of upstream project name.

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

sebastic pushed a commit to branch master
in repository doris.

commit 7120ba3a622eb2518417f0b395992f8447c0ede2
Author: Bas Couwenberg 
Date:   Sat Mar 3 19:27:46 2018 +0100

Fix capitalization of upstream project name.
---
 debian/changelog | 1 +
 debian/copyright | 2 +-
 debian/upstream/metadata | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 02fb7f5..8a9b97f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ doris (5.0.3~beta+dfsg-3) unstable; urgency=medium
   [ Bas Couwenberg ]
   * Strip trailing whitespace from changelog.
   * Rename PROJ.4 to PROJ.
+  * Fix capitalization of upstream project name.
 
   [ Antonio Valentino ]
   * Bump Standards-Version to 4.1.3, no changes.
diff --git a/debian/copyright b/debian/copyright
index cc39a77..b3a50fb 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,5 +1,5 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: doris
+Upstream-Name: Doris
 Source: https://github.com/TUDelftGeodesy/Doris/releases
  The upstream tarball is repacked to exclude exernal library sources.
 Disclaimer: this package is in the contrib archive because it depends on 
libtriangle
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
index a0c3832..27fffa0 100644
--- a/debian/upstream/metadata
+++ b/debian/upstream/metadata
@@ -1,6 +1,6 @@
 ---
 Bug-Database: https://github.com/TUDelftGeodesy/Doris/issues
 Bug-Submit: https://github.com/TUDelftGeodesy/Doris/issues/new
-Name: doris
+Name: Doris
 Repository: https://github.com/TUDelftGeodesy/Doris.git
 Repository-Browse: https://github.com/TUDelftGeodesy/Doris

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


[doris] branch master updated (f607bb8 -> dc76db6)

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

sebastic pushed a change to branch master
in repository doris.

  from  f607bb8   Set distribution to unstable
   new  7120ba3   Fix capitalization of upstream project name.
   new  cf018f8   Remove empty line.
   new  dc76db6   Add override for 
dependency-on-python-version-marked-for-end-of-life.

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 | 2 ++
 debian/copyright | 2 +-
 debian/lintian-overrides | 3 +++
 debian/tests/control | 1 -
 debian/upstream/metadata | 2 +-
 5 files changed, 7 insertions(+), 3 deletions(-)
 create mode 100644 debian/lintian-overrides

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


[doris] 03/03: Add override for dependency-on-python-version-marked-for-end-of-life.

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

sebastic pushed a commit to branch master
in repository doris.

commit dc76db66b3f88c41890b0977318b54539d20fd31
Author: Bas Couwenberg 
Date:   Sat Mar 3 19:38:35 2018 +0100

Add override for dependency-on-python-version-marked-for-end-of-life.
---
 debian/changelog | 1 +
 debian/lintian-overrides | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 8a9b97f..5f3b432 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ doris (5.0.3~beta+dfsg-3) unstable; urgency=medium
   * Strip trailing whitespace from changelog.
   * Rename PROJ.4 to PROJ.
   * Fix capitalization of upstream project name.
+  * Add override for dependency-on-python-version-marked-for-end-of-life.
 
   [ Antonio Valentino ]
   * Bump Standards-Version to 4.1.3, no changes.
diff --git a/debian/lintian-overrides b/debian/lintian-overrides
new file mode 100644
index 000..8be6a17
--- /dev/null
+++ b/debian/lintian-overrides
@@ -0,0 +1,3 @@
+# Python 3 not supported yet.
+doris: dependency-on-python-version-marked-for-end-of-life (Depends: python)
+

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


[Git][debian-gis-team/doris] Pushed new tag debian/5.0.3_beta+dfsg-3

2018-03-03 Thread Bas Couwenberg
Bas Couwenberg pushed new tag debian/5.0.3_beta+dfsg-3 at Debian GIS Project / 
doris

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/doris/tree/debian/5.0.3_beta+dfsg-3
You're receiving this email because of your account on salsa.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

[Git][debian-gis-team/doris][master] 3 commits: Fix capitalization of upstream project name.

2018-03-03 Thread Bas Couwenberg
Bas Couwenberg pushed to branch master at Debian GIS Project / doris


Commits:
7120ba3a by Bas Couwenberg at 2018-03-03T19:27:46+01:00
Fix capitalization of upstream project name.

- - - - -
cf018f88 by Bas Couwenberg at 2018-03-03T19:28:21+01:00
Remove empty line.

- - - - -
dc76db66 by Bas Couwenberg at 2018-03-03T19:45:41+01:00
Add override for dependency-on-python-version-marked-for-end-of-life.

- - - - -


5 changed files:

- debian/changelog
- debian/copyright
- + debian/lintian-overrides
- debian/tests/control
- debian/upstream/metadata


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ doris (5.0.3~beta+dfsg-3) unstable; urgency=medium
   [ Bas Couwenberg ]
   * Strip trailing whitespace from changelog.
   * Rename PROJ.4 to PROJ.
+  * Fix capitalization of upstream project name.
+  * Add override for dependency-on-python-version-marked-for-end-of-life.
 
   [ Antonio Valentino ]
   * Bump Standards-Version to 4.1.3, no changes.


=
debian/copyright
=
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,5 +1,5 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: doris
+Upstream-Name: Doris
 Source: https://github.com/TUDelftGeodesy/Doris/releases
  The upstream tarball is repacked to exclude exernal library sources.
 Disclaimer: this package is in the contrib archive because it depends on 
libtriangle


=
debian/lintian-overrides
=
--- /dev/null
+++ b/debian/lintian-overrides
@@ -0,0 +1,3 @@
+# Python 3 not supported yet.
+doris: dependency-on-python-version-marked-for-end-of-life (Depends: python)
+


=
debian/tests/control
=
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,4 +1,3 @@
 # Test installability
 Depends: @
 Test-Command: /bin/true
-


=
debian/upstream/metadata
=
--- a/debian/upstream/metadata
+++ b/debian/upstream/metadata
@@ -1,6 +1,6 @@
 ---
 Bug-Database: https://github.com/TUDelftGeodesy/Doris/issues
 Bug-Submit: https://github.com/TUDelftGeodesy/Doris/issues/new
-Name: doris
+Name: Doris
 Repository: https://github.com/TUDelftGeodesy/Doris.git
 Repository-Browse: https://github.com/TUDelftGeodesy/Doris



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/doris/compare/f607bb879b64837b41ec9cd53b5d481e1e1e84ac...dc76db66b3f88c41890b0977318b54539d20fd31

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/doris/compare/f607bb879b64837b41ec9cd53b5d481e1e1e84ac...dc76db66b3f88c41890b0977318b54539d20fd31
You're receiving this email because of your account on salsa.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 doris_5.0.3~beta+dfsg-3_amd64.changes

2018-03-03 Thread Debian FTP Masters
doris_5.0.3~beta+dfsg-3_amd64.changes uploaded successfully to localhost
along with the files:
  doris_5.0.3~beta+dfsg-3.dsc
  doris_5.0.3~beta+dfsg-3.debian.tar.xz
  doris-dbgsym_5.0.3~beta+dfsg-3_amd64.deb
  doris_5.0.3~beta+dfsg-3_amd64.buildinfo
  doris_5.0.3~beta+dfsg-3_amd64.deb

Greetings,

Your Debian queue daemon (running on host usper.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


doris_5.0.3~beta+dfsg-3_amd64.changes ACCEPTED into unstable

2018-03-03 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 03 Mar 2018 17:39:57 +
Source: doris
Binary: doris
Architecture: source amd64
Version: 5.0.3~beta+dfsg-3
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Antonio Valentino 
Description:
 doris  - Delft object-oriented radar interferometric software
Changes:
 doris (5.0.3~beta+dfsg-3) unstable; urgency=medium
 .
   [ Bas Couwenberg ]
   * Strip trailing whitespace from changelog.
   * Rename PROJ.4 to PROJ.
   * Fix capitalization of upstream project name.
   * Add override for dependency-on-python-version-marked-for-end-of-life.
 .
   [ Antonio Valentino ]
   * Bump Standards-Version to 4.1.3, no changes.
   * Set compat to 11
   * debian/copyright
 - add a Disclaimer section to explain why the package is in contrib
   * debian/docs
 - fix the list of doc files
   * Add upstream metadata.
   * Add autopkgtest to test installability.
Checksums-Sha1:
 de9507d1d98531d82e338cd19afd38a17c37 2213 doris_5.0.3~beta+dfsg-3.dsc
 42e2c3e073019e26c1b4066211cb010b45a2d71c 24588 
doris_5.0.3~beta+dfsg-3.debian.tar.xz
 3356e4ce0c9630da16643f98e821d60f4641a955 2749356 
doris-dbgsym_5.0.3~beta+dfsg-3_amd64.deb
 bfa34b80ffdbc4a4bfcbc0bafbe226cabf2ef36e 10573 
doris_5.0.3~beta+dfsg-3_amd64.buildinfo
 5dec37e10a48a40383ebf1262af24b710f8276e5 767132 
doris_5.0.3~beta+dfsg-3_amd64.deb
Checksums-Sha256:
 afa21df1747046ac5afaed71d484844b352d75da29f8c6effd4867810792ffa0 2213 
doris_5.0.3~beta+dfsg-3.dsc
 37a06ba1961325c4061482b9018c5ca104ffa814bc4bedaa4f5ce2373ab7728b 24588 
doris_5.0.3~beta+dfsg-3.debian.tar.xz
 3dd491f9316cc6762627e0e86cbb6087ab8bbfcf283f88b952f8dba9aa72e1d6 2749356 
doris-dbgsym_5.0.3~beta+dfsg-3_amd64.deb
 5902f1ed2c6118b5a2ecb5c416983e1de45a0a0f0abc524f4c00f6da003a5518 10573 
doris_5.0.3~beta+dfsg-3_amd64.buildinfo
 b3b0bb52b4d3667cf21ef458aaa94caea3e44d3a6c14b73c8b7ae7edc80632d4 767132 
doris_5.0.3~beta+dfsg-3_amd64.deb
Files:
 de8fcc52698784f7a387388f8aacf83e 2213 contrib/science optional 
doris_5.0.3~beta+dfsg-3.dsc
 58545c2e50e2245d4a1be3b87b6f381e 24588 contrib/science optional 
doris_5.0.3~beta+dfsg-3.debian.tar.xz
 380b161e09755673474eeb5d4a4e0892 2749356 contrib/debug optional 
doris-dbgsym_5.0.3~beta+dfsg-3_amd64.deb
 11712ac743fa6389242dee3685ea59b4 10573 contrib/science optional 
doris_5.0.3~beta+dfsg-3_amd64.buildinfo
 265df0e5b2f58b7b14c57f15ea8ccaf3 767132 contrib/science optional 
doris_5.0.3~beta+dfsg-3_amd64.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEgYLeQXBWQI1hRlDRZ1DxCuiNSvEFAlqa8cgACgkQZ1DxCuiN
SvFl0RAAvy+mMcSKC+7/2dLT+8Sf3UBL48WV7SRjeMCJpgU1t4K2d22tqzdtSX+S
QQ4OkhXvIrfjwBfy6ZwasfAbYA6Pe+oHweX+8XF/XOx9QDnCvqUqfwlR9B7G5CqM
+ttuKjC4ESbT0GtpD5Xe64oSowiLIFWmL5iO0mgp/48qoHANhMlhHKMiqu5PB5V/
/HQUdakyP9RFsrEGcBhiH69t9/ueAqrfMZ11JwN/oUs8a+252IFKlwms1Qi6yrpm
yCIvX/0rU0aFGZkZquttHkikFCh0GgRkfksRsIS0hgvdx7cWHgHZfJc0H8IMZYDn
/rejMPTNntfPD4As/bmpMsLdxU5/ZkaxX0y1A+RgNuep4Fyrp3n8zQUVY7FU46ZP
kYSXYfMfranFvez0gfxVWH+1h0TmmdDZnR2NZabHcVaofXh1DJHQn6+gJ1K8dxCZ
E4aQ4eg3GGaG2ooM6slB7Rsxf7PvQMaZzb4khrUsvltjtxOZLGR9clGpsZWJ8Smn
TFYuXD9GPxSnQv8ED0jbA+e5LVBXVKK6VI1AQiuE/oVty+FSB/EfgfcRJqg142Hj
YTfWXUkl7zIZTsGYYFuEqGtI7xQWkYVheEPJYl1ChtAXDMhnG6ncTDkbnV1KdVPh
99yzQSloryaX049SMod+Fj8CYng3sxkPsAah6EyjmeNeKJRVQL4=
=BgF6
-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


[snaphu] branch master updated (5a8e404 -> db72844)

2018-03-03 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

a_valentino-guest pushed a change to branch master
in repository snaphu.

  from  5a8e404   Strip trailing whitespace from changelog.
   new  e19eccb   Standerd version bump
   new  397a1d1   Set compat to 11
   new  a28a00b   Add a disclaimer section to the copiright file
   new  fc90b9c   Add autopkgtest to test installability
   new  8204b3f   Add upstream metadata
   new  2d36388   Use secure URLs for upstream links
   new  49f4546   Remove empty line
   new  501e2aa   Fix capitalization
   new  db72844   Set distribution to unstable

The 9 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 | 16 +---
 debian/compat|  2 +-
 debian/control   |  6 +++---
 debian/copyright |  8 +---
 debian/tests/control |  3 +++
 debian/upstream/metadata |  4 
 debian/watch |  2 +-
 7 files changed, 30 insertions(+), 11 deletions(-)
 create mode 100644 debian/tests/control
 create mode 100644 debian/upstream/metadata

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


[snaphu] 01/09: Standerd version bump

2018-03-03 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

a_valentino-guest pushed a commit to branch master
in repository snaphu.

commit e19eccbe6ba4968260916c8ea8dc1f59e858e3f8
Author: Antonio Valentino 
Date:   Sat Mar 3 18:36:37 2018 +

Standerd version bump
---
 debian/changelog | 4 
 debian/control   | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 47fd740..49657ae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
 snaphu (1.4.2-4) UNRELEASED; urgency=medium
 
+  [ Bas Couwenberg ]
   * Team upload.
   * Strip trailing whitespace from changelog.
 
+  [ Antonio Valentino ]
+  * Standard version bumped to 4.1.3 (no change)
+
  -- Bas Couwenberg   Wed, 15 Nov 2017 22:13:32 +0100
 
 snaphu (1.4.2-3) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 5741e29..49266ca 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Section: non-free/science
 XS-Autobuild: no
 Priority: optional
 Build-Depends: debhelper (>= 9.0.0)
-Standards-Version: 4.0.0
+Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/snaphu.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/snaphu.git
 Homepage: http://www.stanford.edu/group/radar/softwareandlinks/sw/snaphu/

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


[Git][debian-gis-team/snaphu][master] 9 commits: Standerd version bump

2018-03-03 Thread Antonio Valentino
Antonio Valentino pushed to branch master at Debian GIS Project / snaphu


Commits:
e19eccbe by Antonio Valentino at 2018-03-03T18:36:37+00:00
Standerd version bump

- - - - -
397a1d1b by Antonio Valentino at 2018-03-03T18:40:03+00:00
Set compat to 11

- - - - -
a28a00bc by Antonio Valentino at 2018-03-03T18:47:09+00:00
Add a disclaimer section to the copiright file

- - - - -
fc90b9c9 by Antonio Valentino at 2018-03-03T18:50:22+00:00
Add autopkgtest to test installability

- - - - -
8204b3fb by Antonio Valentino at 2018-03-03T19:05:59+00:00
Add upstream metadata

- - - - -
2d36388f by Antonio Valentino at 2018-03-03T19:10:12+00:00
Use secure URLs for upstream links

- - - - -
49f45465 by Antonio Valentino at 2018-03-03T20:13:23+01:00
Remove empty line

- - - - -
501e2aa5 by Antonio Valentino at 2018-03-03T19:16:28+00:00
Fix capitalization

- - - - -
db728448 by Antonio Valentino at 2018-03-03T19:38:58+00:00
Set distribution to unstable

- - - - -


7 changed files:

- debian/changelog
- debian/compat
- debian/control
- debian/copyright
- + debian/tests/control
- + debian/upstream/metadata
- debian/watch


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,19 @@
-snaphu (1.4.2-4) UNRELEASED; urgency=medium
+snaphu (1.4.2-4) unstable; urgency=medium
 
-  * Team upload.
+  [ Bas Couwenberg ]
   * Strip trailing whitespace from changelog.
 
- -- Bas Couwenberg   Wed, 15 Nov 2017 22:13:32 +0100
+  [ Antonio Valentino ]
+  * Standard version bumped to 4.1.3 (no change)
+  * Set compat to 11
+  * debian/copyright
+- added a disclaimer section
+- fix capitalization of the upstream project name
+  * Add autopkgtest to test installability.
+  * Add upstream metadata.
+  * Use secure URLs for upstream links
+
+ -- Antonio Valentino   Sat, 03 Mar 2018 
19:38:27 +
 
 snaphu (1.4.2-3) unstable; urgency=medium
 


=
debian/compat
=
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+11


=
debian/control
=
--- a/debian/control
+++ b/debian/control
@@ -4,11 +4,11 @@ Uploaders: Antonio Valentino 
 Section: non-free/science
 XS-Autobuild: no
 Priority: optional
-Build-Depends: debhelper (>= 9.0.0)
-Standards-Version: 4.0.0
+Build-Depends: debhelper (>= 11)
+Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/snaphu.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/snaphu.git
-Homepage: http://www.stanford.edu/group/radar/softwareandlinks/sw/snaphu/
+Homepage: https://web.stanford.edu/group/radar/softwareandlinks/sw/snaphu/
 
 Package: snaphu
 Architecture: any


=
debian/copyright
=
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,8 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: snaphu
-Source: http://www-star.stanford.edu/sar_group/snaphu
+Upstream-Name: SNAPHU
+Source: https://web.stanford.edu/group/radar/softwareandlinks/sw/snaphu/
+Disclaimer: this package is in the non-free archive because parts of the
+sources can be used only for noncommercial purposes
 
 Files: *
 Copyright: 2002 Board of Trustees, Leland Stanford Jr. University
@@ -65,7 +67,7 @@ License: igsys
  http://www.igsystems.com/cs2
 
 Files: debian/*
-Copyright: 2010-2011 Antonio Valentino 
+Copyright: 2010-2018 Antonio Valentino 
 License: GPL-3+
  This package is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by


=
debian/tests/control
=
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,3 @@
+# Test installability
+Depends: @
+Test-Command: /bin/true


=
debian/upstream/metadata
=
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,4 @@
+---
+Name: SNAPHU
+Other-References: 
https://web.stanford.edu/group/radar/softwareandlinks/sw/snaphu/
+


=
debian/watch
=
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
 # Compulsory line, this is a version 3 file
 version=3
 
-http://www.stanford.edu/group/radar/softwareandlinks/sw/snaphu/snaphu-v(.*)\.tar\.gz
+https://web.stanford.edu/group/radar/softwareandlinks/sw/snaphu/snaphu-v(.*)\.tar\.gz



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/snaphu/compare/5a8e404a0c2064f819f316652453d37e7c3e37a3...db7284480c230aec22c26203f848195edb25456c

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/snaphu/compare/5a8e404a0c2064f819f316652453d37e7c3e37a3...db7284480c230aec22c26203f848195edb25456c
You're receiving this email because of your account on salsa.debian.

[snaphu] 09/09: Set distribution to unstable

2018-03-03 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

a_valentino-guest pushed a commit to branch master
in repository snaphu.

commit db7284480c230aec22c26203f848195edb25456c
Author: Antonio Valentino 
Date:   Sat Mar 3 19:30:43 2018 +

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

diff --git a/debian/changelog b/debian/changelog
index d1bd84c..06cf564 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,6 @@
-snaphu (1.4.2-4) UNRELEASED; urgency=medium
+snaphu (1.4.2-4) unstable; urgency=medium
 
   [ Bas Couwenberg ]
-  * Team upload.
   * Strip trailing whitespace from changelog.
 
   [ Antonio Valentino ]
@@ -14,7 +13,7 @@ snaphu (1.4.2-4) UNRELEASED; urgency=medium
   * Add upstream metadata.
   * Use secure URLs for upstream links
 
- -- Bas Couwenberg   Wed, 15 Nov 2017 22:13:32 +0100
+ -- Antonio Valentino   Sat, 03 Mar 2018 
19:38:27 +
 
 snaphu (1.4.2-3) unstable; urgency=medium
 

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


[snaphu] 08/09: Fix capitalization

2018-03-03 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

a_valentino-guest pushed a commit to branch master
in repository snaphu.

commit 501e2aa53ba0b4f2f98058079591e7454405116e
Author: Antonio Valentino 
Date:   Sat Mar 3 19:16:28 2018 +

Fix capitalization
---
 debian/changelog | 1 +
 debian/copyright | 2 +-
 debian/upstream/metadata | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 997c979..d1bd84c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ snaphu (1.4.2-4) UNRELEASED; urgency=medium
   * Set compat to 11
   * debian/copyright
 - added a disclaimer section
+- fix capitalization of the upstream project name
   * Add autopkgtest to test installability.
   * Add upstream metadata.
   * Use secure URLs for upstream links
diff --git a/debian/copyright b/debian/copyright
index 0dac2da..a5988a9 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,5 +1,5 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: snaphu
+Upstream-Name: SNAPHU
 Source: https://web.stanford.edu/group/radar/softwareandlinks/sw/snaphu/
 Disclaimer: this package is in the non-free archive because parts of the
 sources can be used only for noncommercial purposes
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
index c33720d..acc18d5 100644
--- a/debian/upstream/metadata
+++ b/debian/upstream/metadata
@@ -1,4 +1,4 @@
 ---
-Name: snaphu
+Name: SNAPHU
 Other-References: 
https://web.stanford.edu/group/radar/softwareandlinks/sw/snaphu/
 

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


[snaphu] 07/09: Remove empty line

2018-03-03 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

a_valentino-guest pushed a commit to branch master
in repository snaphu.

commit 49f45465eb39088202d8999d2110a350520af60f
Author: Antonio Valentino 
Date:   Sat Mar 3 20:13:23 2018 +0100

Remove empty line
---
 debian/tests/control | 1 -
 1 file changed, 1 deletion(-)

diff --git a/debian/tests/control b/debian/tests/control
index 2b40965..3b18c6d 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,4 +1,3 @@
 # Test installability
 Depends: @
 Test-Command: /bin/true
-

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


[snaphu] 03/09: Add a disclaimer section to the copiright file

2018-03-03 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

a_valentino-guest pushed a commit to branch master
in repository snaphu.

commit a28a00bc032bd2db768bb11f8d4f652eba4846de
Author: Antonio Valentino 
Date:   Sat Mar 3 18:47:09 2018 +

Add a disclaimer section to the copiright file
---
 debian/changelog | 2 ++
 debian/copyright | 4 +++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 1e8b8d4..877c3fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ snaphu (1.4.2-4) UNRELEASED; urgency=medium
   [ Antonio Valentino ]
   * Standard version bumped to 4.1.3 (no change)
   * Set compat to 11
+  * debian/copyright
+- added a disclaimer section
 
  -- Bas Couwenberg   Wed, 15 Nov 2017 22:13:32 +0100
 
diff --git a/debian/copyright b/debian/copyright
index 05757cf..f99382c 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,8 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: snaphu
 Source: http://www-star.stanford.edu/sar_group/snaphu
+Disclaimer: this package is in the non-free archive because parts of the
+sources can be used only for noncommercial purposes
 
 Files: *
 Copyright: 2002 Board of Trustees, Leland Stanford Jr. University
@@ -65,7 +67,7 @@ License: igsys
  http://www.igsystems.com/cs2
 
 Files: debian/*
-Copyright: 2010-2011 Antonio Valentino 
+Copyright: 2010-2018 Antonio Valentino 
 License: GPL-3+
  This package is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by

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


[snaphu] 05/09: Add upstream metadata

2018-03-03 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

a_valentino-guest pushed a commit to branch master
in repository snaphu.

commit 8204b3fb7f535cf31ec4f820241eaf929bf88166
Author: Antonio Valentino 
Date:   Sat Mar 3 19:05:59 2018 +

Add upstream metadata
---
 debian/changelog | 1 +
 debian/upstream/metadata | 4 
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index bd77c1e..0aef475 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ snaphu (1.4.2-4) UNRELEASED; urgency=medium
   * debian/copyright
 - added a disclaimer section
   * Add autopkgtest to test installability.
+  * Add upstream metadata.
 
  -- Bas Couwenberg   Wed, 15 Nov 2017 22:13:32 +0100
 
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 000..6f4b96f
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,4 @@
+---
+Name: snaphu
+Other-References: 
https://www.stanford.edu/group/radar/softwareandlinks/sw/snaphu/
+

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


[snaphu] 06/09: Use secure URLs for upstream links

2018-03-03 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

a_valentino-guest pushed a commit to branch master
in repository snaphu.

commit 2d36388fad73e6261ea5e00470027419cce60bc5
Author: Antonio Valentino 
Date:   Sat Mar 3 19:10:12 2018 +

Use secure URLs for upstream links
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 debian/copyright | 2 +-
 debian/upstream/metadata | 2 +-
 debian/watch | 2 +-
 5 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0aef475..997c979 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ snaphu (1.4.2-4) UNRELEASED; urgency=medium
 - added a disclaimer section
   * Add autopkgtest to test installability.
   * Add upstream metadata.
+  * Use secure URLs for upstream links
 
  -- Bas Couwenberg   Wed, 15 Nov 2017 22:13:32 +0100
 
diff --git a/debian/control b/debian/control
index 97566ac..5d5acd9 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 11)
 Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/snaphu.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/snaphu.git
-Homepage: http://www.stanford.edu/group/radar/softwareandlinks/sw/snaphu/
+Homepage: https://web.stanford.edu/group/radar/softwareandlinks/sw/snaphu/
 
 Package: snaphu
 Architecture: any
diff --git a/debian/copyright b/debian/copyright
index f99382c..0dac2da 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,6 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: snaphu
-Source: http://www-star.stanford.edu/sar_group/snaphu
+Source: https://web.stanford.edu/group/radar/softwareandlinks/sw/snaphu/
 Disclaimer: this package is in the non-free archive because parts of the
 sources can be used only for noncommercial purposes
 
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
index 6f4b96f..c33720d 100644
--- a/debian/upstream/metadata
+++ b/debian/upstream/metadata
@@ -1,4 +1,4 @@
 ---
 Name: snaphu
-Other-References: 
https://www.stanford.edu/group/radar/softwareandlinks/sw/snaphu/
+Other-References: 
https://web.stanford.edu/group/radar/softwareandlinks/sw/snaphu/
 
diff --git a/debian/watch b/debian/watch
index c361a66..71d8a61 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
 # Compulsory line, this is a version 3 file
 version=3
 
-http://www.stanford.edu/group/radar/softwareandlinks/sw/snaphu/snaphu-v(.*)\.tar\.gz
+https://web.stanford.edu/group/radar/softwareandlinks/sw/snaphu/snaphu-v(.*)\.tar\.gz

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


[snaphu] 04/09: Add autopkgtest to test installability

2018-03-03 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

a_valentino-guest pushed a commit to branch master
in repository snaphu.

commit fc90b9c9061c4cfb7ed234151a1fa8f90139abb4
Author: Antonio Valentino 
Date:   Sat Mar 3 18:50:22 2018 +

Add autopkgtest to test installability
---
 debian/changelog | 1 +
 debian/tests/control | 4 
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 877c3fb..bd77c1e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ snaphu (1.4.2-4) UNRELEASED; urgency=medium
   * Set compat to 11
   * debian/copyright
 - added a disclaimer section
+  * Add autopkgtest to test installability.
 
  -- Bas Couwenberg   Wed, 15 Nov 2017 22:13:32 +0100
 
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 000..2b40965
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,4 @@
+# Test installability
+Depends: @
+Test-Command: /bin/true
+

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


[snaphu] 02/09: Set compat to 11

2018-03-03 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

a_valentino-guest pushed a commit to branch master
in repository snaphu.

commit 397a1d1bf6cc4e4f36dccea53b9bcfabf5df1302
Author: Antonio Valentino 
Date:   Sat Mar 3 18:40:03 2018 +

Set compat to 11
---
 debian/changelog | 1 +
 debian/compat| 2 +-
 debian/control   | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 49657ae..1e8b8d4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ snaphu (1.4.2-4) UNRELEASED; urgency=medium
 
   [ Antonio Valentino ]
   * Standard version bumped to 4.1.3 (no change)
+  * Set compat to 11
 
  -- Bas Couwenberg   Wed, 15 Nov 2017 22:13:32 +0100
 
diff --git a/debian/compat b/debian/compat
index ec63514..b4de394 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+11
diff --git a/debian/control b/debian/control
index 49266ca..97566ac 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Antonio Valentino 
 Section: non-free/science
 XS-Autobuild: no
 Priority: optional
-Build-Depends: debhelper (>= 9.0.0)
+Build-Depends: debhelper (>= 11)
 Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/snaphu.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/snaphu.git

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


[snaphu] tag debian/1.4.2-4 created (now db72844)

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

sebastic pushed a change to tag debian/1.4.2-4
in repository snaphu.

at  db72844   (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/snaphu.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


[Git][debian-gis-team/snaphu] Pushed new tag debian/1.4.2-4

2018-03-03 Thread Bas Couwenberg
Bas Couwenberg pushed new tag debian/1.4.2-4 at Debian GIS Project / snaphu

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/snaphu/tree/debian/1.4.2-4
You're receiving this email because of your account on salsa.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 snaphu_1.4.2-4_amd64.changes

2018-03-03 Thread Debian FTP Masters
snaphu_1.4.2-4_amd64.changes uploaded successfully to localhost
along with the files:
  snaphu_1.4.2-4.dsc
  snaphu_1.4.2-4.debian.tar.xz
  snaphu-dbgsym_1.4.2-4_amd64.deb
  snaphu_1.4.2-4_amd64.buildinfo
  snaphu_1.4.2-4_amd64.deb

Greetings,

Your Debian queue daemon (running on host usper.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


freexl_1.0.2-2+deb9u2_amd64.changes ACCEPTED into proposed-updates->stable-new, proposed-updates

2018-03-03 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 23 Feb 2018 10:57:19 +0100
Source: freexl
Binary: libfreexl-dev libfreexl1 libfreexl1-dbg
Architecture: source amd64
Version: 1.0.2-2+deb9u2
Distribution: stretch-security
Urgency: high
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 libfreexl-dev - library for direct reading of Microsoft Excel spreadsheets - 
deve
 libfreexl1 - library for direct reading of Microsoft Excel spreadsheets
 libfreexl1-dbg - library for direct reading of Microsoft Excel spreadsheets - 
debu
Changes:
 freexl (1.0.2-2+deb9u2) stretch-security; urgency=high
 .
   * Add upstream patch to fix various heap-buffer-overflows.
 - heap-buffer-overflow in freexl::destroy_cell of FreeXL 1.0.4
   https://bugzilla.redhat.com/show_bug.cgi?id=1547879
 - heap-buffer-overflow in freexl.c:1805 parse_SST parse_SST
   https://bugzilla.redhat.com/show_bug.cgi?id=1547883
 - heap-buffer-overflow in freexl.c:1866 parse_SST of FreeXL 1.0.4
   https://bugzilla.redhat.com/show_bug.cgi?id=1547885
 - heap-buffer-overflow in freexl.c:383 parse_unicode_string of FreeXL
   1.0.4
   https://bugzilla.redhat.com/show_bug.cgi?id=1547889
 - heap-buffer-overflow in freexl.c:3912 read_mini_biff_next_record of
   FreeXL 1.0.4
   https://bugzilla.redhat.com/show_bug.cgi?id=1547892
Checksums-Sha1:
 98e4fa76757c4838491406f1fb0436ed8395071a 2127 freexl_1.0.2-2+deb9u2.dsc
 9878a2dfb23ba00be34605557ac454539411071d 939064 freexl_1.0.2.orig.tar.gz
 c3286951a1559217836c0d5097e86ecccb54064b 15736 
freexl_1.0.2-2+deb9u2.debian.tar.xz
 4c3ba5b6eb0387c21963e4130141e9897caa6e68 6548 
freexl_1.0.2-2+deb9u2_amd64.buildinfo
 7fe2d7f11e4010c96405a32ca2c5e28d78b172a2 32970 
libfreexl-dev_1.0.2-2+deb9u2_amd64.deb
 f3e396c7a81ee1a5bc4c6eb46ced5b0ccaf0d5eb 50896 
libfreexl1-dbg_1.0.2-2+deb9u2_amd64.deb
 16f1e937d5e3856778f3bb215a12f740f69aaf55 34074 
libfreexl1_1.0.2-2+deb9u2_amd64.deb
Checksums-Sha256:
 8cdd71e0ae338388bf11877269bac8f11d773b33e2cce44ada607ce4100b2062 2127 
freexl_1.0.2-2+deb9u2.dsc
 b39a4814a0f53f5e09a9192c41e3e51bd658843f770399023a963eb064f6409d 939064 
freexl_1.0.2.orig.tar.gz
 d02a32eb6f9b8f4d868819ca08d15d2e2a16f25176cec48475f383fbd682c81b 15736 
freexl_1.0.2-2+deb9u2.debian.tar.xz
 190f55faf39642c9cd762d7f7770dd16c066260271b4fc1a57b9a28247633737 6548 
freexl_1.0.2-2+deb9u2_amd64.buildinfo
 f11d689db10ff1b6bb39ed4226a4694f5a3c6dbb811b8c17a3440a985cf173b1 32970 
libfreexl-dev_1.0.2-2+deb9u2_amd64.deb
 cd59f4b30241b767cb9acfc189f83cf37470a7a28a84b6f888b9355eb9d62554 50896 
libfreexl1-dbg_1.0.2-2+deb9u2_amd64.deb
 316a5c0dc28d737fbd0e39764e09c59e3a4d7ddc57fa9a634a79c57e6606616c 34074 
libfreexl1_1.0.2-2+deb9u2_amd64.deb
Files:
 36aa1eae117bdac847274e0996588859 2127 libs optional freexl_1.0.2-2+deb9u2.dsc
 9954640e5fed76a5d9deb9b02b0169a0 939064 libs optional freexl_1.0.2.orig.tar.gz
 053dae892679ccc8f19e4247e896af8b 15736 libs optional 
freexl_1.0.2-2+deb9u2.debian.tar.xz
 8d7c552b9f5bb1ec1446e1f097cbc9b3 6548 libs optional 
freexl_1.0.2-2+deb9u2_amd64.buildinfo
 b628c55a764958e98633472db1fe5fa6 32970 libdevel optional 
libfreexl-dev_1.0.2-2+deb9u2_amd64.deb
 8404ef726afb476c5fb14f2ebdbaadcb 50896 debug extra 
libfreexl1-dbg_1.0.2-2+deb9u2_amd64.deb
 d46bb7b0f88c2794e3108a0564bdb522 34074 libs optional 
libfreexl1_1.0.2-2+deb9u2_amd64.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEgYLeQXBWQI1hRlDRZ1DxCuiNSvEFAlqWSEcACgkQZ1DxCuiN
SvHOjxAAuWuhOSXiaVhLcsB0lRAQj8ayVq60GodUe0R1IcWfXMkq3SPuMf7pkvWg
zbcsE9uOnMptjnZczNK2DlXM5vsvziAAhTeLc1FRUzEV/LNScknJ+7TreKSHtB7I
t87kFcEYLun/tunr7W2DP3JwVDiMahq/izzmo/X154A1d5/5wy/GhnD/o3Soq0xd
BMKR6t+5rpisE8rEiCM46YG2wCz/KUUJbkOLuEfSIaMzSXDvq6H5zTpM7sSmFXmD
1xBr1+MOlPO7j8wLy30reDWdAa9eLIwCBpa//3AuO4i4j/otuW3kivrXYHP57HmG
8P2VbjyaQP06L1x63DhtfPZ0IZGN8edqFU8IWAplBJyIvQsZcJdkbhphI/JD2CAy
y60fnn8nhMUkZR+y704+NLU8e53wgAH8kA2PNeoDvAXomDXKcbq3OMAivCERAuX4
UzSGxdtikQogE4w9f2cmVUkuEOlzh8hV+8hV5MiF1n4VvuXo2xsk7GfvjCBRlrUt
q804fNyvSHdk2kE+ENXuTpYh7PyPbbI+P8fEi1upehWVWahCJNt9kIWF/dIqZeD6
R+ZpURhzJnbeTH0jKrpL09ZAcfL8z7n3tRwcftQ03pnTln8Y7HV6csD2ZixJtI6p
hJrBLTIl/O3YLlmzrzgKNORfB0jTdg/B92UShuHkPyAo+x8I19U=
=/NUS
-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


snaphu_1.4.2-4_amd64.changes ACCEPTED into unstable

2018-03-03 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 03 Mar 2018 19:38:27 +
Source: snaphu
Binary: snaphu
Architecture: source amd64
Version: 1.4.2-4
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Antonio Valentino 
Description:
 snaphu - Statistical-Cost, Network-Flow Algorithm for 2D Phase Unwrapping
Changes:
 snaphu (1.4.2-4) unstable; urgency=medium
 .
   [ Bas Couwenberg ]
   * Strip trailing whitespace from changelog.
 .
   [ Antonio Valentino ]
   * Standard version bumped to 4.1.3 (no change)
   * Set compat to 11
   * debian/copyright
 - added a disclaimer section
 - fix capitalization of the upstream project name
   * Add autopkgtest to test installability.
   * Add upstream metadata.
   * Use secure URLs for upstream links
Checksums-Sha1:
 b838333608acec4b75702274322e1907cb009620 1982 snaphu_1.4.2-4.dsc
 4012b7891f2c708916e10adb170c4872a3145c33 8080 snaphu_1.4.2-4.debian.tar.xz
 900ed9742bd053e4c100e32931743c12e2b34d06 181464 snaphu-dbgsym_1.4.2-4_amd64.deb
 113cfe407f13da0f67772c1b4cd4d5e75724ceb8 6214 snaphu_1.4.2-4_amd64.buildinfo
 8ad3d35f571efa588914b6931e55535ad3e2a680 141476 snaphu_1.4.2-4_amd64.deb
Checksums-Sha256:
 26e22f5bdcfa8d6c659f61dbff49b686d62063f2d4bd14dd24f3500f5ebebada 1982 
snaphu_1.4.2-4.dsc
 90f517b7113c3c238c2d9567035bc1f68bed72b6f31bdd553a75d31d32cba7ab 8080 
snaphu_1.4.2-4.debian.tar.xz
 7a05a9a3fb19eb74468714c20add14568857235aba91f36171643f79937b219e 181464 
snaphu-dbgsym_1.4.2-4_amd64.deb
 621cbb21fa07833e5973167d484b047cbb0242db816c5fbf418c53dea2f78811 6214 
snaphu_1.4.2-4_amd64.buildinfo
 9a0a732281a0a1ea97da66a43955b9e9de0cebb858f9b12b986718d823b3740d 141476 
snaphu_1.4.2-4_amd64.deb
Files:
 cd0117c6d37b5c638526c35868f8b99c 1982 non-free/science optional 
snaphu_1.4.2-4.dsc
 1d4752fd3aedba0eb594e5b793a6d8c7 8080 non-free/science optional 
snaphu_1.4.2-4.debian.tar.xz
 8e84b8a50e18017ac5e4d6556ed4fe8d 181464 non-free/debug optional 
snaphu-dbgsym_1.4.2-4_amd64.deb
 6720a8be0a6a689c53080e8ff4ddde6e 6214 non-free/science optional 
snaphu_1.4.2-4_amd64.buildinfo
 a166bcd4e2d6d65c50a7d5ffcf1fd8f0 141476 non-free/science optional 
snaphu_1.4.2-4_amd64.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEgYLeQXBWQI1hRlDRZ1DxCuiNSvEFAlqa++QACgkQZ1DxCuiN
SvEURA/9FD5/VbSJw+Mh1149J8U/REt4hFSS7avseJbwe3kdWwHatSSNBptWcQHy
gWojYN7Kf2IAsRRfOFbGtsdLj2t1X3Tc6jfNXZ5owfDGfJUF6P81IT7uDU99yTu2
fruRvlkal7mEiV1JBNWHfE17S20YQgGycCzeJxlsnaHgsVZASkVg/U2MQKWBnWD9
eJdDAg1aeRLHxLf9WmaIVcqUQS4rKm0wNXtJxr26Crd0J9fBHcNbXWhvYkdDZvQl
n+aQwDIApg7y4Rhukud8dLvo+r4GWkGMiet/L1C3T2u66Cpr2X1RuTdTNNtxr58v
z8x4p+pvTllWqS2gaipUjCyPD/MSFPjKkVXtXfkNH498lyVNKhwbH5BEzSOhwUqT
AmGdJbwQeIO2syxCJ/eNSy69mEv5+YbDDYuPasNUSao42taN6n4SDhzkRLC964jk
p7svu/8XU73tRWweP88qmhWl8N1IifExwLgSRQaF55xTQNpjcnfkJ4qcODBa6ITI
pDsDEmnNh9gEV7GQ3BpAmZrSPBRsdDxhr02i1p12noCV1eX+/FdqfEVA3hH6Qr9C
F+WbYbvuj3diqj1QGcaTDQs93AfyZnWALfHwCBeckK8+L9B1EbCqPtoAq1r8DeCO
baHfth2OWopUEQDtXl6Uua2q2MarOIF4WWQM0S/x0FmJ4Fdjkt0=
=XWzU
-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


qmapshack is marked for autoremoval from testing

2018-03-03 Thread Debian testing autoremoval watch
qmapshack 1.10.0-1 is marked for autoremoval from testing on 2018-04-08

It (build-)depends on packages with these RC bugs:
891222: libquazip: libquazip FTBFS with cmake 3.10


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


qgis 2.18.17+dfsg-1 MIGRATED to testing

2018-03-03 Thread Debian testing watch
FYI: The status of the qgis source package
in Debian's testing distribution has changed.

  Previous version: 2.14.22+dfsg-2
  Current version:  2.18.17+dfsg-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


merkaartor is marked for autoremoval from testing

2018-03-03 Thread Debian testing autoremoval watch
merkaartor 0.18.3+ds-3 is marked for autoremoval from testing on 2018-04-08

It (build-)depends on packages with these RC bugs:
891222: libquazip: libquazip FTBFS with cmake 3.10


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