[netcdf4-python] 04/04: Set distribution to unstable.

2016-03-27 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository netcdf4-python.

commit 90cfde2898ca1014ac6a8f6c9386ff364ee9508d
Author: Bas Couwenberg 
Date:   Sun Mar 27 22:36:39 2016 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 75293b3..c285531 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-netcdf4-python (1.2.3.1-2) UNRELEASED; urgency=medium
+netcdf4-python (1.2.3.1-2) unstable; urgency=medium
 
   * Enable all hardening buildflags.
   * Add build dependency on netcdf-bin for ncdump (required for tests).
   * Add patch to use NamedTemporaryFile instead of deprecated mktemp.
 
- -- Bas Couwenberg   Sun, 27 Mar 2016 16:43:31 +0200
+ -- Bas Couwenberg   Sun, 27 Mar 2016 22:35:59 +0200
 
 netcdf4-python (1.2.3.1-1) unstable; urgency=medium
 

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

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


Processing of netcdf4-python_1.2.3.1-2_amd64.changes

2016-03-27 Thread Debian FTP Masters
netcdf4-python_1.2.3.1-2_amd64.changes uploaded successfully to localhost
along with the files:
  netcdf4-python_1.2.3.1-2.dsc
  netcdf4-python_1.2.3.1-2.debian.tar.xz
  python-netcdf4-dbgsym_1.2.3.1-2_amd64.deb
  python-netcdf4_1.2.3.1-2_amd64.deb
  python3-netcdf4-dbgsym_1.2.3.1-2_amd64.deb
  python3-netcdf4_1.2.3.1-2_amd64.deb

Greetings,

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

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


[netcdf4-python] branch master updated (2f3e389 -> 90cfde2)

2016-03-27 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository netcdf4-python.

  from  2f3e389   Set distribution to unstable.
   new  a88db14   Enable all hardening buildflags.
   new  f42733b   Add build dependency on netcdf-bin for ncdump (required 
for tests).
   new  f3a8d66   Add patch to use NamedTemporaryFile instead of deprecated 
mktemp.
   new  90cfde2   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:
 debian/changelog |   8 +
 debian/control   |   1 +
 debian/patches/series|   1 +
 debian/patches/tempfile-mktemp.patch | 391 +++
 debian/rules |   4 +
 5 files changed, 405 insertions(+)
 create mode 100644 debian/patches/series
 create mode 100644 debian/patches/tempfile-mktemp.patch

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


[netcdf4-python] 01/04: Enable all hardening buildflags.

2016-03-27 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository netcdf4-python.

commit a88db1464e5ac20214d0269765b3d8a264ca0ade
Author: Bas Couwenberg 
Date:   Sun Mar 27 16:43:52 2016 +0200

Enable all hardening buildflags.
---
 debian/changelog | 6 ++
 debian/rules | 4 
 2 files changed, 10 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 354c0a2..f1e2a71 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+netcdf4-python (1.2.3.1-2) UNRELEASED; urgency=medium
+
+  * Enable all hardening buildflags.
+
+ -- Bas Couwenberg   Sun, 27 Mar 2016 16:43:31 +0200
+
 netcdf4-python (1.2.3.1-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/rules b/debian/rules
index 36c47fc..a48bff9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,10 @@
 
 #DH_VERBOSE := 1
 
+# Enable hardening build flags, except:
+#  pie: causes build failure
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
+
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 export HDF5_INCDIR=/usr/include/hdf5/serial

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


[netcdf4-python] 03/04: Add patch to use NamedTemporaryFile instead of deprecated mktemp.

2016-03-27 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository netcdf4-python.

commit f3a8d66ede6ae78fffa13089af66b2c7d56ffe7d
Author: Bas Couwenberg 
Date:   Sun Mar 27 18:16:23 2016 +0200

Add patch to use NamedTemporaryFile instead of deprecated mktemp.
---
 debian/changelog |   1 +
 debian/patches/series|   1 +
 debian/patches/tempfile-mktemp.patch | 391 +++
 3 files changed, 393 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index e03bd35..75293b3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ netcdf4-python (1.2.3.1-2) UNRELEASED; urgency=medium
 
   * Enable all hardening buildflags.
   * Add build dependency on netcdf-bin for ncdump (required for tests).
+  * Add patch to use NamedTemporaryFile instead of deprecated mktemp.
 
  -- Bas Couwenberg   Sun, 27 Mar 2016 16:43:31 +0200
 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 000..9618aed
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+tempfile-mktemp.patch
diff --git a/debian/patches/tempfile-mktemp.patch 
b/debian/patches/tempfile-mktemp.patch
new file mode 100644
index 000..23102c7
--- /dev/null
+++ b/debian/patches/tempfile-mktemp.patch
@@ -0,0 +1,391 @@
+Description: Use NamedTemporaryFile instead of deprecated mktemp.
+ See: https://docs.python.org/2/library/tempfile.html#tempfile.mktemp
+Author: Bas Couwenberg 
+Forwarded: https://github.com/Unidata/netcdf4-python/pull/543
+
+--- a/test/tst_atts.py
 b/test/tst_atts.py
+@@ -14,7 +14,7 @@ except ImportError: # or else use drop-i
+ from ordereddict import OrderedDict
+ 
+ # test attribute creation.
+-FILE_NAME = tempfile.mktemp(".nc")
++FILE_NAME = tempfile.NamedTemporaryFile(suffix='.nc', delete=False).name
+ VAR_NAME="dummy_var"
+ GROUP_NAME = "dummy_group"
+ DIM1_NAME="x"
+--- a/test/tst_cdf5.py
 b/test/tst_cdf5.py
+@@ -3,7 +3,7 @@ import numpy as np
+ import sys, os, unittest, tempfile
+ from numpy.testing import assert_array_equal
+ 
+-FILE_NAME = tempfile.mktemp(".nc")
++FILE_NAME = tempfile.NamedTemporaryFile(suffix='.nc', delete=False).name
+ dimsize = np.iinfo(np.int64).max # max unsigned 64 bit integer
+ ndim = 100
+ arrdata = 
np.random.randint(np.iinfo(np.uint8).min,np.iinfo(np.uint8).max,size=ndim)
+--- a/test/tst_compound_alignment.py
 b/test/tst_compound_alignment.py
+@@ -75,7 +75,7 @@ cells = numpy.array([ (387, 289, 65.
+ (396, 290, 65.71821594238281, -167.9770050048828, 3545, -10149, 8941, 
-16614, 9, 34164, 1, 0, 200, 526, 511, 301, 170, 65528, 35, 1480, 2350, 3029, 
2645, 2928, 5907, 11842, 6208, 16528, 7384, 7988, 870, 527, 661, 3054, 2504, 
3291, 3235, 2490, 3424, 354, 354, 10039, 10988, 7958, 7395, 7902, 8811, 14853, 
16836, 17231, 20852, 13, 7, 6, 15, 15, 15, 15, 0, 10, 5, 8, 8, 4, 5, 4, 7, 0, 
0, 12, 13, 15, 5, 12, 2, 2, 6, 3, 15, 15, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 28, 
6, 6, 6, 0, 6, 0, 0,  [...]
+   dtype=[('mxd03_granule_row', '

netcdf-cxx-legacy_4.2-6_amd64.changes ACCEPTED into unstable

2016-03-27 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 27 Mar 2016 16:33:58 +0200
Source: netcdf-cxx-legacy
Binary: libnetcdf-c++4 libnetcdf-cxx-legacy-dev libnetcdf-cxx-legacy-dbg
Architecture: source amd64
Version: 4.2-6
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 libnetcdf-c++4 - legacy NetCDF C++ interface
 libnetcdf-cxx-legacy-dbg - debugging symbols for legacy NetCDF C++ interface
 libnetcdf-cxx-legacy-dev - legacy NetCDF C++ interface - development files
Changes:
 netcdf-cxx-legacy (4.2-6) unstable; urgency=medium
 .
   * Enable all hardening buildflags, except PIE (causes build failure).
Checksums-Sha1:
 2297fe035eeca8f96f621d82a1fd4fa4022e1b18 2282 netcdf-cxx-legacy_4.2-6.dsc
 14cd094383c3a324ee93ceed55330f78b6963212 7104 
netcdf-cxx-legacy_4.2-6.debian.tar.xz
 1271253dc761ffc1372efaec03004fac7b4e3b97 33402 libnetcdf-c++4_4.2-6_amd64.deb
 b098e46d83449ac015848b6bf22e33ab8ae14cbe 105934 
libnetcdf-cxx-legacy-dbg_4.2-6_amd64.deb
 71fd802015c116813c18b6ef40d9e0c554ff4c19 54016 
libnetcdf-cxx-legacy-dev_4.2-6_amd64.deb
Checksums-Sha256:
 8a8b27bade3a347fd314373b80b129c0a669eaf188baa128e8270006420105d1 2282 
netcdf-cxx-legacy_4.2-6.dsc
 32002ca8d78336422bfcdf0b5ffb592648fd4c5828d9e05f6d593391ebf15993 7104 
netcdf-cxx-legacy_4.2-6.debian.tar.xz
 d9ae7cc88b2b5e6adc0783b251d185643a6b913e75f70fcef5b712502404 33402 
libnetcdf-c++4_4.2-6_amd64.deb
 1c980ff64277d177bf67138030b24333ab48f9c081211e69f84a59d745a338df 105934 
libnetcdf-cxx-legacy-dbg_4.2-6_amd64.deb
 b9cb39e9b0f5ee6ab10c28a9af0bb04d5133ea14385511ed42c1e788c9dd04b7 54016 
libnetcdf-cxx-legacy-dev_4.2-6_amd64.deb
Files:
 7085c42aed6fc00bd5804790c1d8299b 2282 science optional 
netcdf-cxx-legacy_4.2-6.dsc
 287d4aa5f633872a4f069238a44f6cbc 7104 science optional 
netcdf-cxx-legacy_4.2-6.debian.tar.xz
 112b187c9a11d8a050f60ac57f67a95f 33402 libs optional 
libnetcdf-c++4_4.2-6_amd64.deb
 509673e4431f8370f77a95af3f1a2e21 105934 debug extra 
libnetcdf-cxx-legacy-dbg_4.2-6_amd64.deb
 968f78b517d31b5e4a774febb75ca47e 54016 libdevel optional 
libnetcdf-cxx-legacy-dev_4.2-6_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJW9/D8AAoJEGdQ8QrojUrxk/wQAJseSpPeI/RCKNxMkXo1pg/n
3IBJ937qQ0PdLxR3jVY3MJ829oYylmu2JD88hDGOEw7ZCp7pPIkVUQn3iiQ3+xcM
BulHCvLuS6Zw6tcShYV4PgUVlL/dztpncTEI1ZRgFML25A2+41vKG5aKvDQ2jbwx
VpEEIKIdScDtGFsxhgzcMlSe+1aCPbu4Za/C1NkVzThOmPwHwrQOrpprocxh9jGb
TMJBbk2dsRv9WfLvkPxm8N1x3Bg/uF3MeeUjYE25aOI9WPqalkawddJ8qPKtBE9U
E2+oI0Cjg7L/RTDdrhaoWo3m35bC/u0ClzrjPUx94W34jBFLy9DxWCu36fcsJgsT
R8fJSbwuyhdwQqYi4JuHUXHtWMzKgErXyvDqLQsjyNHfbGOPyH3aFntqZCbkRN5K
PHawNKLwEhidmSF+M1eMsO7+70gREWglZinGT7zWqjNtTnQpeeTTMuIE7o1n1eYX
LKrrulacAy1G/2byM63wHPrxBU3a6+K+sTVUvruPr6vNgVmNtdtyHfFFGNFd1pAH
Mi4y4DitHfhcEryC1II5nEZzIPs5sxe0SM3c9BnVmLc3jbDnPmtGA2HiszR9cufV
yyIVKDapk0H494nFr5bCfYDfVJyZ5CfHmr+xn+RqTBS2AdNuj8hNJ/DjEt0uQSez
EJmyp4QKwXJuITMw30mL
=yVFG
-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


netcdf-fortran_4.4.3-2_amd64.changes ACCEPTED into unstable

2016-03-27 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 27 Mar 2016 15:46:12 +0200
Source: netcdf-fortran
Binary: libnetcdff6 libnetcdff-dev libnetcdff-dbg libnetcdff-doc
Architecture: source amd64 all
Version: 4.4.3-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 libnetcdff-dbg - debugging symbols for NetCDF Fortran
 libnetcdff-dev - creation, access, and sharing of scientific data in Fortran
 libnetcdff-doc - NetCDF Fortran documentation
 libnetcdff6 - Fortran interface for scientific data access to large binary data
Changes:
 netcdf-fortran (4.4.3-2) unstable; urgency=medium
 .
   * Update Vcs-Git URL to use HTTPS.
   * Bump Standards-Version to 3.9.7, no changes.
   * Enable all hardening buildflags.
Checksums-Sha1:
 8b323e412316b90d2afc8cfa174b0dd5b7c81b2c 2379 netcdf-fortran_4.4.3-2.dsc
 c95e9cbeae2bbabda07b7648b7a5fbff1cef4db9 10608 
netcdf-fortran_4.4.3-2.debian.tar.xz
 c02b261b23e40ef5726839c63fb8575f0674f058 237148 
libnetcdff-dbg_4.4.3-2_amd64.deb
 07493543f77a89b237363e88c18aca430b2b9969 271310 
libnetcdff-dev_4.4.3-2_amd64.deb
 7c3967185b3845cb6a9f499042713f149f847eab 691682 libnetcdff-doc_4.4.3-2_all.deb
 7a83787e2095f7a4bb93332916889832c9e3af2c 577794 libnetcdff6_4.4.3-2_amd64.deb
Checksums-Sha256:
 bb456c6721c2e45284715606a011cb5b850fe92ca2bc0de87ae931b867fd5558 2379 
netcdf-fortran_4.4.3-2.dsc
 c24251f6c4aae6c88d356c8fd0e21677b38d76a7ec216932e8a83aae069af497 10608 
netcdf-fortran_4.4.3-2.debian.tar.xz
 6b2f9b646441de577b5ce135a3555df0b33f52349bd5a96f93951182b54ea595 237148 
libnetcdff-dbg_4.4.3-2_amd64.deb
 f42789311a25e731239f6d66fb706901aaa0f94dbe3acd14b5ee38d2e1db1e41 271310 
libnetcdff-dev_4.4.3-2_amd64.deb
 40224473455e1dd305f3d1d6396a7fd59d9b4b0ad2307aa7dba9785ccdcda55f 691682 
libnetcdff-doc_4.4.3-2_all.deb
 42a9695d04e3a9465f7d1c2c8250f65a532a0a6865882c140c96ec7e58579f71 577794 
libnetcdff6_4.4.3-2_amd64.deb
Files:
 b01457085a673fcc256b4a406985f640 2379 science optional 
netcdf-fortran_4.4.3-2.dsc
 13c5c54caa726e071c5c91acb670ff5c 10608 science optional 
netcdf-fortran_4.4.3-2.debian.tar.xz
 ddec02166c518dc10436631e5061a873 237148 debug extra 
libnetcdff-dbg_4.4.3-2_amd64.deb
 885585282cccb0c6ca3ef58e203dbfcd 271310 libdevel optional 
libnetcdff-dev_4.4.3-2_amd64.deb
 3ec33b481775030988e6011e5e65f5e2 691682 doc optional 
libnetcdff-doc_4.4.3-2_all.deb
 f4ea9d1db42539ddd13ab69c2f9a3cad 577794 libs optional 
libnetcdff6_4.4.3-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJW9+WrAAoJEGdQ8QrojUrx7JUP/RmHb+LERovVCD44HzHS+STx
avzgSy5wvSWiCrI9ffp9PeSfP0oR7EvII8oRqESTEYLQTkRlbYyxrrL6b0eFMQ/0
kcCXunA8OGvlpu+fu5Alfq1bQnO60MJLpoEHKZiSeqJJchVO/mbw5WUYhzAqmwIs
zyc/NAwgoCDGMa9ytr9lmej21UCiI+jZuX7PRyUO6OsweH3bnDMIlpp0snrQTTb5
A7pEJGcjd25pGp7zpNGqc3VNYtVHDORSaWQNoddcWN93eSAjnyFjhctlP5Pw+phw
oS2+qBDn3Tnr+crjsG75FqZb/izd6EG1xGCPBuh/jliCyf1w7ffHru6XTf4e7xsj
tPq0cBJ7R57gUXNDgKMBlmiOXOdb+kIk/lTVWVPiVRA8IBS2Qync6Slq8PutipfK
t/y+dS2NL0W7B/WwnOYmyvS0BYtqqPqeVW6OQpJ7F54QKUm82k1GXu8vGPzHe1Xi
VCfPT9Y46fyzyAnvHumvugXJo55ZYmhDWHiCdwS0WUnv+XUXiTleJXWWeXfXbwHy
RLP9BE1tZM++4lgBoP8E0sKtcGneGqth8Mbut0P/kTPUwucfkVt05v6cxJqqWeBq
oeKFBl3u0usuEzllXg3mIDK5f8jab2Jw+pKh4+oqkR50ejEe9NkS5GBW51MFO9vJ
C5X75BmsgKECUllmnSnV
=cc0z
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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


Processing of netcdf-cxx-legacy_4.2-6_amd64.changes

2016-03-27 Thread Debian FTP Masters
netcdf-cxx-legacy_4.2-6_amd64.changes uploaded successfully to localhost
along with the files:
  netcdf-cxx-legacy_4.2-6.dsc
  netcdf-cxx-legacy_4.2-6.debian.tar.xz
  libnetcdf-c++4_4.2-6_amd64.deb
  libnetcdf-cxx-legacy-dbg_4.2-6_amd64.deb
  libnetcdf-cxx-legacy-dev_4.2-6_amd64.deb

Greetings,

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

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


[netcdf-cxx-legacy] branch master updated (6cf2704 -> 64e5266)

2016-03-27 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository netcdf-cxx-legacy.

  from  6cf2704   Set distribution to unstable.
   new  a8ba11d   Enable all hardening buildflags, except PIE (causes build 
failure).
   new  64e5266   Set distribution to unstable.

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


Summary of changes:
 debian/changelog | 6 ++
 debian/rules | 4 
 2 files changed, 10 insertions(+)

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


[netcdf-cxx-legacy] 02/02: Set distribution to unstable.

2016-03-27 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository netcdf-cxx-legacy.

commit 64e526638431c42802415cdb979494d80dc1e50d
Author: Bas Couwenberg 
Date:   Sun Mar 27 16:34:23 2016 +0200

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

diff --git a/debian/changelog b/debian/changelog
index c3aa807..3c1e90a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-netcdf-cxx-legacy (4.2-6) UNRELEASED; urgency=medium
+netcdf-cxx-legacy (4.2-6) unstable; urgency=medium
 
   * Enable all hardening buildflags, except PIE (causes build failure).
 
- -- Bas Couwenberg   Sun, 27 Mar 2016 15:59:31 +0200
+ -- Bas Couwenberg   Sun, 27 Mar 2016 16:33:58 +0200
 
 netcdf-cxx-legacy (4.2-5) unstable; urgency=medium
 

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


[netcdf-cxx-legacy] tag debian/4.2-6 created (now 64e5266)

2016-03-27 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to tag debian/4.2-6
in repository netcdf-cxx-legacy.

at  64e5266   (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/netcdf-cxx-legacy.git

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


Processing of netcdf-fortran_4.4.3-2_amd64.changes

2016-03-27 Thread Debian FTP Masters
netcdf-fortran_4.4.3-2_amd64.changes uploaded successfully to localhost
along with the files:
  netcdf-fortran_4.4.3-2.dsc
  netcdf-fortran_4.4.3-2.debian.tar.xz
  libnetcdff-dbg_4.4.3-2_amd64.deb
  libnetcdff-dev_4.4.3-2_amd64.deb
  libnetcdff-doc_4.4.3-2_all.deb
  libnetcdff6_4.4.3-2_amd64.deb

Greetings,

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

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


[netcdf-fortran] 02/04: Bump Standards-Version to 3.9.7, no changes.

2016-03-27 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository netcdf-fortran.

commit ba0bdbb40149fca348f3d9ad93721a6875d03f4d
Author: Bas Couwenberg 
Date:   Sun Mar 27 15:29:56 2016 +0200

Bump Standards-Version to 3.9.7, no changes.
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 2e2fa77..583b722 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 netcdf-fortran (4.4.3-2) UNRELEASED; urgency=medium
 
   * Update Vcs-Git URL to use HTTPS.
+  * Bump Standards-Version to 3.9.7, no changes.
 
  -- Bas Couwenberg   Sun, 27 Mar 2016 15:26:34 +0200
 
diff --git a/debian/control b/debian/control
index fb70006..4640e27 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Build-Depends: debhelper (>= 9),
libjs-jquery,
libnetcdf-dev (>= 1:4.4.0),
pkg-config
-Standards-Version: 3.9.6
+Standards-Version: 3.9.7
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/netcdf-fortran.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/netcdf-fortran.git
 Homepage: http://www.unidata.ucar.edu/software/netcdf/

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


[netcdf-fortran] 03/04: Enable all hardening buildflags.

2016-03-27 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository netcdf-fortran.

commit 9e7976602b971e2179b132dbdbcc02157cb31ce0
Author: Bas Couwenberg 
Date:   Sun Mar 27 15:30:33 2016 +0200

Enable all hardening buildflags.
---
 debian/changelog | 1 +
 debian/rules | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 583b722..29d226c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ netcdf-fortran (4.4.3-2) UNRELEASED; urgency=medium
 
   * Update Vcs-Git URL to use HTTPS.
   * Bump Standards-Version to 3.9.7, no changes.
+  * Enable all hardening buildflags.
 
  -- Bas Couwenberg   Sun, 27 Mar 2016 15:26:34 +0200
 
diff --git a/debian/rules b/debian/rules
index 8ea526e..e2c7256 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,9 @@
 
 #export DH_VERBOSE=1
 
+# Enable hardening build flags
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+
 UPSTREAM_VERSION=$(shell dpkg-parsechangelog | sed -ne 's/^Version: 
\(.*\)-.*/\1/p' | sed -e 's/\+.*//; s/^[0-9]://')
 
 # Verbose test output

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


[netcdf-fortran] tag debian/4.4.3-2 created (now b454d7a)

2016-03-27 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to tag debian/4.4.3-2
in repository netcdf-fortran.

at  b454d7a   (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/netcdf-fortran.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


[netcdf-fortran] branch master updated (2b6f112 -> b454d7a)

2016-03-27 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository netcdf-fortran.

  from  2b6f112   Update Vcs-Git URL to use HTTPS.
   new  e74bbaa   Add changelog entry for Vcs-Git URL change.
   new  ba0bdbb   Bump Standards-Version to 3.9.7, no changes.
   new  9e79766   Enable all hardening buildflags.
   new  b454d7a   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:
 debian/changelog | 8 
 debian/control   | 2 +-
 debian/rules | 3 +++
 3 files changed, 12 insertions(+), 1 deletion(-)

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


[netcdf-fortran] 01/04: Add changelog entry for Vcs-Git URL change.

2016-03-27 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository netcdf-fortran.

commit e74bbaaca88e661cb28e606a48cd3d880887925e
Author: Bas Couwenberg 
Date:   Sun Jan 24 21:18:54 2016 +0100

Add changelog entry for Vcs-Git URL change.
---
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 96c00af..2e2fa77 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+netcdf-fortran (4.4.3-2) UNRELEASED; urgency=medium
+
+  * Update Vcs-Git URL to use HTTPS.
+
+ -- Bas Couwenberg   Sun, 27 Mar 2016 15:26:34 +0200
+
 netcdf-fortran (4.4.3-1) unstable; urgency=medium
 
   * New upstream release.

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


[netcdf] branch master updated (c152f90 -> 50ba7db)

2016-03-27 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository netcdf.

  from  c152f90   Update Vcs-Git URL to use HTTPS.
   new  03cd33d   Add changelog entry for Vcs-Git URL change.
   new  e003c2c   Bump Standards-Version to 3.9.7, no changes.
   new  e1a489c   Add build dependency on graphviz for dot.
   new  9748e8c   Enable all hardening buildflags, except PIE (breaks the 
build).
   new  50ba7db   Set distribution to unstable.

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


Summary of changes:
 debian/changelog| 9 +
 debian/control  | 3 ++-
 debian/netcdf-bin.lintian-overrides | 2 ++
 debian/rules| 4 
 4 files changed, 17 insertions(+), 1 deletion(-)
 create mode 100644 debian/netcdf-bin.lintian-overrides

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


[netcdf] 04/05: Enable all hardening buildflags, except PIE (breaks the build).

2016-03-27 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository netcdf.

commit 9748e8cb47795ddeac866be1f9323ab16a58e9e1
Author: Bas Couwenberg 
Date:   Tue Mar 22 07:42:53 2016 +0100

Enable all hardening buildflags, except PIE (breaks the build).
---
 debian/changelog| 1 +
 debian/netcdf-bin.lintian-overrides | 2 ++
 debian/rules| 4 
 3 files changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index a058453..42983fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ netcdf (1:4.4.0-2) UNRELEASED; urgency=medium
   * Update Vcs-Git URL to use HTTPS.
   * Bump Standards-Version to 3.9.7, no changes.
   * Add build dependency on graphviz for dot.
+  * Enable all hardening buildflags, except PIE (breaks the build).
 
  -- Bas Couwenberg   Fri, 11 Mar 2016 03:00:16 +0100
 
diff --git a/debian/netcdf-bin.lintian-overrides 
b/debian/netcdf-bin.lintian-overrides
new file mode 100644
index 000..8849b85
--- /dev/null
+++ b/debian/netcdf-bin.lintian-overrides
@@ -0,0 +1,2 @@
+# PIE breaks the build
+netcdf-bin: hardening-no-pie *
diff --git a/debian/rules b/debian/rules
index ce6478c..640063d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,10 @@
 
 #export DH_VERBOSE=1
 
+# Enable hardening build flags, except:
+#  pie: causes build failure
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
+
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 HDF5_INCLUDE_PATH=/usr/include/hdf5/serial

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


[netcdf] 03/05: Add build dependency on graphviz for dot.

2016-03-27 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository netcdf.

commit e1a489cc6c7973fb0096f3a28fb0d850b7bb6982
Author: Bas Couwenberg 
Date:   Tue Mar 22 07:42:09 2016 +0100

Add build dependency on graphviz for dot.
---
 debian/changelog | 1 +
 debian/control   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index d89a6f1..a058453 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ netcdf (1:4.4.0-2) UNRELEASED; urgency=medium
 
   * Update Vcs-Git URL to use HTTPS.
   * Bump Standards-Version to 3.9.7, no changes.
+  * Add build dependency on graphviz for dot.
 
  -- Bas Couwenberg   Fri, 11 Mar 2016 03:00:16 +0100
 
diff --git a/debian/control b/debian/control
index 20bd1a2..04e5ce2 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ Build-Depends: debhelper (>= 9),
chrpath,
m4,
doxygen,
+   graphviz,
libjs-jquery,
libhdf5-dev (>= 1.8.6-1~),
libcurl4-gnutls-dev | libcurl-ssl-dev

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


[netcdf] tag debian/4.4.0-2 created (now 50ba7db)

2016-03-27 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to tag debian/4.4.0-2
in repository netcdf.

at  50ba7db   (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/netcdf.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


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

2016-03-27 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository netcdf.

commit 50ba7db3d43e8ad511eab70d4cbdb7c46ca9
Author: Bas Couwenberg 
Date:   Sun Mar 27 13:44:26 2016 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 42983fb..0200e38 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,11 @@
-netcdf (1:4.4.0-2) UNRELEASED; urgency=medium
+netcdf (1:4.4.0-2) unstable; urgency=medium
 
   * Update Vcs-Git URL to use HTTPS.
   * Bump Standards-Version to 3.9.7, no changes.
   * Add build dependency on graphviz for dot.
   * Enable all hardening buildflags, except PIE (breaks the build).
 
- -- Bas Couwenberg   Fri, 11 Mar 2016 03:00:16 +0100
+ -- Bas Couwenberg   Sun, 27 Mar 2016 13:43:30 +0200
 
 netcdf (1:4.4.0-1) unstable; urgency=medium
 

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


[netcdf] 02/05: Bump Standards-Version to 3.9.7, no changes.

2016-03-27 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository netcdf.

commit e003c2c154cec7def6198579ae8736f55a5cda39
Author: Bas Couwenberg 
Date:   Fri Mar 11 03:00:53 2016 +0100

Bump Standards-Version to 3.9.7, no changes.
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 8f023e5..d89a6f1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 netcdf (1:4.4.0-2) UNRELEASED; urgency=medium
 
   * Update Vcs-Git URL to use HTTPS.
+  * Bump Standards-Version to 3.9.7, no changes.
 
  -- Bas Couwenberg   Fri, 11 Mar 2016 03:00:16 +0100
 
diff --git a/debian/control b/debian/control
index 852de4d..20bd1a2 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 9),
libjs-jquery,
libhdf5-dev (>= 1.8.6-1~),
libcurl4-gnutls-dev | libcurl-ssl-dev
-Standards-Version: 3.9.6
+Standards-Version: 3.9.7
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/netcdf.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/netcdf.git
 Homepage: http://www.unidata.ucar.edu/software/netcdf/

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


[netcdf] 01/05: Add changelog entry for Vcs-Git URL change.

2016-03-27 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository netcdf.

commit 03cd33d555492292facfd4219c4c90b0b1476265
Author: Bas Couwenberg 
Date:   Fri Mar 11 03:00:30 2016 +0100

Add changelog entry for Vcs-Git URL change.
---
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 24003d7..8f023e5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+netcdf (1:4.4.0-2) UNRELEASED; urgency=medium
+
+  * Update Vcs-Git URL to use HTTPS.
+
+ -- Bas Couwenberg   Fri, 11 Mar 2016 03:00:16 +0100
+
 netcdf (1:4.4.0-1) unstable; urgency=medium
 
   * Move from experimental to unstable.

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

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


Processing of netcdf_4.4.0-2_amd64.changes

2016-03-27 Thread Debian FTP Masters
netcdf_4.4.0-2_amd64.changes uploaded successfully to localhost
along with the files:
  netcdf_4.4.0-2.dsc
  netcdf_4.4.0-2.debian.tar.xz
  libnetcdf-dev_4.4.0-2_amd64.deb
  libnetcdf11_4.4.0-2_amd64.deb
  netcdf-bin_4.4.0-2_amd64.deb
  netcdf-dbg_4.4.0-2_amd64.deb
  netcdf-doc_4.4.0-2_all.deb

Greetings,

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

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