[python-geopandas] 01/03: Set source package name correctly. Enable tests

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

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

commit f56291e7bd896f9eb2b7a63a28443aecba9300a5
Author: Johan Van de Wauw 
Date:   Thu Dec 18 07:44:30 2014 +0100

Set source package name correctly. Enable tests
---
 debian/changelog | 4 ++--
 debian/control   | 4 +++-
 debian/rules | 1 +
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1680518..8d7804e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-geopandas (0.1.1-1) UNRELEASED; urgency=medium
+python-geopandas (0.1.1-1) UNRELEASED; urgency=medium
 
   * Initial release (Closes: #773394)
 
- -- Johan Van de Wauw   Wed, 17 Dec 2014 23:16:38 
+0100
+ -- Johan Van de Wauw   Wed, 17 Dec 2014 23:36:22 
+0100
diff --git a/debian/control b/debian/control
index 0ff4360..f1846ff 100644
--- a/debian/control
+++ b/debian/control
@@ -1,4 +1,4 @@
-Source: geopandas
+Source: python-geopandas
 Section: python
 Priority: optional
 Maintainer: Debian GIS Project 
@@ -8,6 +8,8 @@ Build-Depends: debhelper (>= 9),
python-all,
python3-all,
python-sphinx, 
+   python-nose,
+   python3-nose,
 Standards-Version: 3.9.6
 Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/geopandas.git/
 Vcs-Git: git://anonscm.debian.org/pkg-grass/geopandas.git
diff --git a/debian/rules b/debian/rules
index ff6b24f..675efd3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
 export PYBUILD_NAME=geopandas
+export PYBUILD_TEST_NOSE=1
 
 %:
dh  $@ --with python2,python3,sphinxdoc --buildsystem pybuild

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


[python-geopandas] 03/03: Skip geocoding tests if building on debian (no internet)

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

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

commit 67c6b06485b8dd02dae171070ba759a63a1f4461
Author: Johan Van de Wauw 
Date:   Thu Dec 18 08:58:42 2014 +0100

Skip geocoding tests if building on debian (no internet)
---
 ...kip-tests-if-building-on-debian-no-internet.patch | 20 
 debian/patches/series|  1 +
 debian/rules |  3 ---
 3 files changed, 21 insertions(+), 3 deletions(-)

diff --git 
a/debian/patches/0001-Skip-tests-if-building-on-debian-no-internet.patch 
b/debian/patches/0001-Skip-tests-if-building-on-debian-no-internet.patch
new file mode 100644
index 000..6cc8c43
--- /dev/null
+++ b/debian/patches/0001-Skip-tests-if-building-on-debian-no-internet.patch
@@ -0,0 +1,20 @@
+From: Johan Van de Wauw 
+Date: Thu, 18 Dec 2014 08:54:15 +0100
+Subject: Skip tests if building on debian (no internet)
+
+---
+ tests/test_geocode.py | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/tests/test_geocode.py b/tests/test_geocode.py
+index f108454..ca7a8e7 100644
+--- a/tests/test_geocode.py
 b/tests/test_geocode.py
+@@ -14,6 +14,7 @@ from .util import unittest
+ 
+ def _skip_if_no_geopy():
+ try:
++raise nose.SkipTest("Skip Geopy tests on debian with no internet 
access")
+ import geopy
+ except ImportError:
+ raise nose.SkipTest("Geopy not installed. Skipping tests.")
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 000..dd18df8
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Skip-tests-if-building-on-debian-no-internet.patch
diff --git a/debian/rules b/debian/rules
index 7ffdba4..675efd3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,9 +2,6 @@
 
 export PYBUILD_NAME=geopandas
 export PYBUILD_TEST_NOSE=1
-#Disable tests using geocoding -> does not work offline
-export PYBUILD_BEFORE_TEST=mv {dir}/tests/test_geocode.py 
{dir}/tests/test_geocode.disabled ||true
-export PYBUILD_AFTER_TEST=mv {dir}/tests/test_geocode.disabled 
{dir}/tests/test_geocode.py ||true
 
 %:
dh  $@ --with python2,python3,sphinxdoc --buildsystem pybuild

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


[python-geopandas] branch master updated (49483e9 -> 67c6b06)

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

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

  from  49483e9   Delete geopandas/version.py on clean
   new  f56291e   Set source package name correctly. Enable tests
   new  2a9e1c8   enable tests
   new  67c6b06   Skip geocoding tests if building on debian (no internet)

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 |  4 ++--
 debian/control   |  8 +++-
 ...kip-tests-if-building-on-debian-no-internet.patch | 20 
 debian/patches/series|  1 +
 debian/rules |  1 +
 5 files changed, 31 insertions(+), 3 deletions(-)
 create mode 100644 
debian/patches/0001-Skip-tests-if-building-on-debian-no-internet.patch
 create mode 100644 debian/patches/series

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


[python-geopandas] 02/03: enable tests

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

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

commit 2a9e1c84e1aa0bac190522d86f0dc72cb4554350
Author: Johan Van de Wauw 
Date:   Thu Dec 18 08:38:48 2014 +0100

enable tests
---
 debian/control | 4 
 debian/rules   | 3 +++
 2 files changed, 7 insertions(+)

diff --git a/debian/control b/debian/control
index f1846ff..8a6e5be 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,10 @@ Build-Depends: debhelper (>= 9),
python-sphinx, 
python-nose,
python3-nose,
+   python-descartes,
+   python3-descartes,
+   python-fiona,
+   python3-fiona,
 Standards-Version: 3.9.6
 Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/geopandas.git/
 Vcs-Git: git://anonscm.debian.org/pkg-grass/geopandas.git
diff --git a/debian/rules b/debian/rules
index 675efd3..7ffdba4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,9 @@
 
 export PYBUILD_NAME=geopandas
 export PYBUILD_TEST_NOSE=1
+#Disable tests using geocoding -> does not work offline
+export PYBUILD_BEFORE_TEST=mv {dir}/tests/test_geocode.py 
{dir}/tests/test_geocode.disabled ||true
+export PYBUILD_AFTER_TEST=mv {dir}/tests/test_geocode.disabled 
{dir}/tests/test_geocode.py ||true
 
 %:
dh  $@ --with python2,python3,sphinxdoc --buildsystem pybuild

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

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


Bug#773430: ITP: python-descartes

2014-12-18 Thread Johan Van de Wauw
X-Debbugs-CC: pkg-grass-devel@lists.alioth.debian.org
Package: wnpp
Severity: wishlist
Owner: Johan Van de Wauw 

* Package name: python-descartes
  Version : 1.0.1
  Upstream Author : Sean Gillies, descartesdevelopers
* URL :
https://pypi.python.org/pypi/descartes,https://bitbucket.org/sgillies/descartes
* License : BSD-3
  Programming Lang: Python
  Description : Matplotlib extension to work with geometric objects

Descartes allows the usage of geometric objects as matplotlib paths and patches.

Descartes is a dependency of geopandas, for which I filed an ITP yesterday.

I intent to maintain this package in Debian GIS.

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


[python-descartes] 01/02: Imported Upstream version 1.0.1

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

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

commit 1ddbda5916f7dcacaaafcd5a259be693951788be
Author: Johan Van de Wauw 
Date:   Thu Dec 18 07:19:52 2014 +0100

Imported Upstream version 1.0.1
---
 PKG-INFO| 85 +
 README.txt  | 65 +
 descartes.egg-info/PKG-INFO | 85 +
 descartes.egg-info/SOURCES.txt  | 11 +
 descartes.egg-info/dependency_links.txt |  1 +
 descartes.egg-info/not-zip-safe |  1 +
 descartes.egg-info/top_level.txt|  1 +
 descartes/__init__.py   |  4 ++
 descartes/patch.py  | 66 +
 descartes/tests.py  | 38 +++
 setup.cfg   |  5 ++
 setup.py| 33 +
 12 files changed, 395 insertions(+)

diff --git a/PKG-INFO b/PKG-INFO
new file mode 100644
index 000..c1ca2fd
--- /dev/null
+++ b/PKG-INFO
@@ -0,0 +1,85 @@
+Metadata-Version: 1.1
+Name: descartes
+Version: 1.0.1
+Summary: Use geometric objects as matplotlib paths and patches
+Home-page: http://bitbucket.org/sgillies/descartes/
+Author: Sean Gillies
+Author-email: sean.gill...@gmail.com
+License: BSD
+Description: Descartes
+=
+
+Use Shapely_ or GeoJSON-like geometric objects as matplotlib paths and 
patches
+
+.. image:: 
http://farm4.static.flickr.com/3662/4555372019_9bbed1f956_o_d.png
+   :width: 800
+   :height: 320
+
+Requires: matplotlib, numpy, and optionally Shapely 1.2+.
+
+Example::
+
+  from matplotlib import pyplot
+  from shapely.geometry import LineString
+  from descartes import PolygonPatch
+  
+  BLUE = '#6699cc'
+  GRAY = '#99'
+  
+  def plot_line(ax, ob):
+  x, y = ob.xy
+  ax.plot(x, y, color=GRAY, linewidth=3, solid_capstyle='round', 
zorder=1)
+  
+  line = LineString([(0, 0), (1, 1), (0, 2), (2, 2), (3, 1), (1, 0)])
+  
+  fig = pyplot.figure(1, figsize=(10, 4), dpi=180)
+  
+  # 1
+  ax = fig.add_subplot(121)
+  
+  plot_line(ax, line)
+  
+  dilated = line.buffer(0.5)
+  patch1 = PolygonPatch(dilated, fc=BLUE, ec=BLUE, alpha=0.5, zorder=2)
+  ax.add_patch(patch1)
+  
+  #2
+  ax = fig.add_subplot(122)
+  
+  patch2a = PolygonPatch(dilated, fc=GRAY, ec=GRAY, alpha=0.5, 
zorder=1)
+  ax.add_patch(patch2a)
+  
+  eroded = dilated.buffer(-0.3)
+  
+  # GeoJSON-like data works as well
+  
+  polygon = eroded.__geo_interface__
+  # >>> geo['type']
+  # 'Polygon'
+  # >>> geo['coordinates'][0][:2]
+  # ((0.50502525316941682, 0.78786796564403572), (0.5247963548222736, 
0.8096820147509064))
+  patch2b = PolygonPatch(polygon, fc=BLUE, ec=BLUE, alpha=0.5, 
zorder=2)
+  ax.add_patch(patch2b)
+  
+  pyplot.show()
+
+
+See also: examples/patches.py.
+
+Descartes is not associated with the identically named and apparently 
defunct
+project at http://descartes.sourceforge.net/.
+
+.. _Shapely: http://gispython.org/lab/wiki/Shapely
+
+
+Keywords: matplotlib gis geojson geometry
+Platform: UNKNOWN
+Classifier: Development Status :: 5 - Production/Stable
+Classifier: Intended Audience :: Developers
+Classifier: Intended Audience :: Science/Research
+Classifier: License :: OSI Approved :: BSD License
+Classifier: Operating System :: OS Independent
+Classifier: Programming Language :: Python
+Classifier: Programming Language :: Python :: 2
+Classifier: Programming Language :: Python :: 3
+Classifier: Topic :: Scientific/Engineering :: GIS
diff --git a/README.txt b/README.txt
new file mode 100644
index 000..5b9c10a
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,65 @@
+Descartes
+=
+
+Use Shapely_ or GeoJSON-like geometric objects as matplotlib paths and patches
+
+.. image:: http://farm4.static.flickr.com/3662/4555372019_9bbed1f956_o_d.png
+   :width: 800
+   :height: 320
+
+Requires: matplotlib, numpy, and optionally Shapely 1.2+.
+
+Example::
+
+  from matplotlib import pyplot
+  from shapely.geometry import LineString
+  from descartes import PolygonPatch
+  
+  BLUE = '#6699cc'
+  GRAY = '#99'
+  
+  def plot_line(ax, ob):
+  x, y = ob.xy
+  ax.plot(x, y, color=GRAY, linewidth=3, solid_capstyle='round', zorder=1)
+  
+  line = LineString([(0, 0), (1, 1), (0, 2), (2, 2), (3, 1), (1, 0)])
+  
+  fig = pyplot.figure(1, figsize=(10, 4), dpi=180)

[python-descartes] branch master created (now b3a1c94)

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

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

at  b3a1c94   Initial debian files

This branch includes the following new commits:

   new  1ddbda5   Imported Upstream version 1.0.1
   new  b3a1c94   Initial debian files

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.


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


[python-descartes] 01/01: pristine-tar data for python-descartes_1.0.1.orig.tar.gz

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

johanvdw-guest pushed a commit to branch pristine-tar
in repository python-descartes.

commit 0a10f374a8a1e0afe801ddbfaee70fcf4d5a6cf2
Author: Johan Van de Wauw 
Date:   Thu Dec 18 07:19:52 2014 +0100

pristine-tar data for python-descartes_1.0.1.orig.tar.gz
---
 python-descartes_1.0.1.orig.tar.gz.delta | Bin 0 -> 1155 bytes
 python-descartes_1.0.1.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/python-descartes_1.0.1.orig.tar.gz.delta 
b/python-descartes_1.0.1.orig.tar.gz.delta
new file mode 100644
index 000..0c95c7c
Binary files /dev/null and b/python-descartes_1.0.1.orig.tar.gz.delta differ
diff --git a/python-descartes_1.0.1.orig.tar.gz.id 
b/python-descartes_1.0.1.orig.tar.gz.id
new file mode 100644
index 000..16492ff
--- /dev/null
+++ b/python-descartes_1.0.1.orig.tar.gz.id
@@ -0,0 +1 @@
+d7e87c88eb3acccaa11c2f933784b49f8ae677ee

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


[python-descartes] 02/02: Initial debian files

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

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

commit b3a1c940d9688691110f38f7360b87adeb8c5e06
Author: Johan Van de Wauw 
Date:   Thu Dec 18 11:33:02 2014 +0100

Initial debian files
---
 debian/changelog |  5 +
 debian/compat|  1 +
 debian/control   | 29 +
 debian/copyright | 35 +++
 debian/rules |  6 ++
 debian/source/format |  1 +
 6 files changed, 77 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..6aae37d
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-descartes (0.1.1-1) UNRELEASED; urgency=medium
+
+  * Initial release (Closes: #773430)
+
+ -- Johan Van de Wauw   Wed, 17 Dec 2014 23:36:22 
+0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..26243f1
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,29 @@
+Source: python-descartes
+Section: python
+Priority: optional
+Maintainer: Debian GIS Project 
+Uploaders: Johan Van de Wauw 
+Build-Depends: debhelper (>= 9),
+   dh-python,
+   python-all,
+   python3-all,
+   python-nose,
+   python3-nose,
+   python-matplotlib,
+   python3-matplotlib,
+Standards-Version: 3.9.6
+Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/python-descartes.git/
+Vcs-Git: git://anonscm.debian.org/pkg-grass/python-descartes.git
+Homepage: https://pypi.python.org/pypi/descartes
+
+Package: python-descartes
+Architecture: all 
+Depends:  ${misc:Depends}, ${python:Depends}
+Description: Python tools for geographic data
+
+
+Package: python3-descartes
+Architecture: all
+Depends:  ${misc:Depends}, ${python3:Depends}
+Description: Python3 tools for geographic data
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..e7cfa21
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,35 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: descartes
+Source:  http://bitbucket.org/sgillies/descartes/
+
+Files: *
+Copyright: 2013-2014 Sean Gillies, Descartes developers
+License: BSD-3
+
+Files: debian/*
+Copyright: © 2014, Johan Van de Wauw  
+License: BSD-3
+
+License: BSD-3
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ . 
+  * Redistributions of source code must retain the above copyright notice, this
+list of conditions and the following disclaimer.
+  * Redistributions in binary form must reproduce the above copyright notice,
+this list of conditions and the following disclaimer in the documentation
+and/or other materials provided with the distribution.
+  * Neither the name of Enthought, Inc. nor the names of its contributors may
+be used to endorse or promote products derived from this software without
+specific prior written permission.
+ . 
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE 
FOR
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
+ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 000..ffe899d
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=descartes
+
+%:
+   dh  $@ --with python2,python3 --buildsystem pybuild
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

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

[python-descartes] annotated tag upstream/1.0.1 created (now 1e00877)

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

johanvdw-guest pushed a change to annotated tag upstream/1.0.1
in repository python-descartes.

at  1e00877   (tag)
   tagging  1ddbda5916f7dcacaaafcd5a259be693951788be (commit)
 tagged by  Johan Van de Wauw
on  Thu Dec 18 07:19:52 2014 +0100

- Log -
Upstream version 1.0.1

Johan Van de Wauw (1):
  Imported Upstream version 1.0.1

---

No new revisions were added by this update.

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


[python-descartes] branch upstream created (now 1ddbda5)

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

johanvdw-guest pushed a change to branch upstream
in repository python-descartes.

at  1ddbda5   Imported Upstream version 1.0.1

This branch includes the following new commits:

   new  1ddbda5   Imported Upstream version 1.0.1

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


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


[python-descartes] branch pristine-tar created (now 0a10f37)

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

johanvdw-guest pushed a change to branch pristine-tar
in repository python-descartes.

at  0a10f37   pristine-tar data for python-descartes_1.0.1.orig.tar.gz

This branch includes the following new commits:

   new  0a10f37   pristine-tar data for python-descartes_1.0.1.orig.tar.gz

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


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


[gis] branch master updated (762bb49 -> 2adc68d)

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

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

  from  762bb49   Add proj-rdnap to workstation task.
   new  2adc68d   Add geopandas & descartes to workstation task.

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:
 tasks/workstation | 4 
 1 file changed, 4 insertions(+)

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


[gis] 01/01: Add geopandas & descartes to workstation task.

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

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

commit 2adc68db198387073918088de9d84a12901c3b6a
Author: Bas Couwenberg 
Date:   Thu Dec 18 11:41:18 2014 +0100

Add geopandas & descartes to workstation task.
---
 tasks/workstation | 4 
 1 file changed, 4 insertions(+)

diff --git a/tasks/workstation b/tasks/workstation
index 65d9e2e..983a97a 100644
--- a/tasks/workstation
+++ b/tasks/workstation
@@ -187,3 +187,7 @@ Depends: python-affine, python3-affine
 
 Depends: prepair, pprepair
 
+Depends: python-geopandas
+
+Depends: python-descartes
+

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


[freexl] branch master updated (2d72072 -> d2d8f47)

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

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

  from  2d72072   Add upstream metadata.
   new  155407e   Add gbp.conf to use pristine-tar by default.
   new  5f5c322   Imported Upstream version 1.0.0h
   new  de6f545   Merge tag 'upstream/1.0.0h'
   new  a855431   New upstream release.
   new  58cce9c   Update copyright file, document autotools files & 
licenses.
   new  a525fcf   Don't set default hardening options manually.
   new  4f150fe   Don't append -lm to LDFLAGS, upstream does it since 
1.0.0g.
   new  52967f8   Update Vcs-Browser URL to use cgit instead of gitweb.
   new  e45f835   Bump Standards-Version to 3.9.6, no changes.
   new  922cac1   Drop lintian overrides, shouldn't override pedantic tags.
   new  d2d8f47   Set distribution to experimental.

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


Summary of changes:
 Makefile.in |  19 +-
 aclocal.m4  | 122 ++-
 compile | 347 
 configure   | 181 -
 configure.ac|   2 +-
 debian/changelog|  14 +-
 debian/control  |   4 +-
 debian/copyright| 122 +++
 debian/gbp.conf |  16 ++
 debian/libfreexl-dev.lintian-overrides  |   3 -
 debian/libfreexl1-dbg.lintian-overrides |   3 -
 debian/libfreexl1.lintian-overrides |   3 -
 debian/rules|   3 -
 debian/source/lintian-overrides |   2 -
 examples/Makefile.in|   6 +-
 headers/Makefile.in |   2 +-
 src/Makefile.in |   6 +-
 tests/Makefile.in   |   6 +-
 18 files changed, 808 insertions(+), 53 deletions(-)
 create mode 100755 compile
 create mode 100644 debian/gbp.conf
 delete mode 100644 debian/libfreexl-dev.lintian-overrides
 delete mode 100644 debian/libfreexl1-dbg.lintian-overrides
 delete mode 100644 debian/libfreexl1.lintian-overrides
 delete mode 100644 debian/source/lintian-overrides

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


[freexl] 05/11: Update copyright file, document autotools files & licenses.

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

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

commit 58cce9cf1f1a9c3d9aecfb246fa7d33f4525855a
Author: Bas Couwenberg 
Date:   Thu Dec 18 21:10:47 2014 +0100

Update copyright file, document autotools files & licenses.
---
 debian/changelog |   1 +
 debian/copyright | 122 +++
 2 files changed, 123 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 5421141..7b8388e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ freexl (1.0.0h-1) UNRELEASED; urgency=medium
   * New upstream release.
   * Add upstream metadata.
   * Add gbp.conf to use pristine-tar by default.
+  * Update copyright file, document autotools files & licenses.
 
  -- Bas Couwenberg   Thu, 18 Dec 2014 20:56:30 +0100
 
diff --git a/debian/copyright b/debian/copyright
index ca8d4d8..0a57fc3 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -8,14 +8,136 @@ Files: *
 Copyright: © 2011-2012, Alessandro Furieri 
 License: MPL-1.1 or GPL-2.0+ or LGPL-2.1+
 
+Files: aclocal.m4
+Copyright: 1996-2013, Free Software Foundation, Inc.
+License: fsf-unlimited-disclaimer
+
+Files: configure
+Copyright: 1992-1996, 1998-2012, Free Software Foundation, Inc.
+License: fsf-unlimited-configure
+
+Files: compile
+ config.guess
+ config.sub
+ depcomp
+ missing
+ test-driver
+Copyright: 1992-2013, Free Software Foundation, Inc.
+License: GPL-2.0+ with Autoconf exception
+
+Files: install-sh
+Copyright: 1994, X Consortium
+License: install-sh
+
 Files: ltmain.sh
 Copyright: 1996-2001, 2003-2011, Free Software Foundation, Inc.
 License: GPL-2.0+ with Libtool exception
 
+Files: m4/libtool.m4
+ m4/lt~obsolete.m4
+ m4/ltoptions.m4
+ m4/ltsugar.m4
+ m4/ltversion.m4
+Copyright: 1996-2001, 2003-2011, Free Software Foundation, Inc.
+License: fsf-unlimited
+
+Files: Makefile.in
+ examples/Makefile.in
+ headers/Makefile.in
+ src/Makefile.in
+ tests/Makefile.in
+Copyright: 1994-2013, Free Software Foundation, Inc.
+License: fsf-unlimited-makefile
+
 Files: debian/*
 Copyright: © 2011-2012, David Paleino 
 License: GPL-2.0+
 
+License: fsf-unlimited
+ This file is free software; the Free Software Foundation gives
+ unlimited permission to copy and/or distribute it, with or without
+ modifications, as long as this notice is preserved.
+
+License: fsf-unlimited-configure
+ This configure script is free software; the Free Software Foundation
+ gives unlimited permission to copy, distribute and modify it.
+
+License: fsf-unlimited-disclaimer
+ This file is free software; the Free Software Foundation
+ gives unlimited permission to copy and/or distribute it,
+ with or without modifications, as long as this notice is preserved.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+ even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ PARTICULAR PURPOSE.
+
+License: fsf-unlimited-makefile
+ This Makefile.in is free software; the Free Software Foundation
+ gives unlimited permission to copy and/or distribute it,
+ with or without modifications, as long as this notice is preserved.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+ even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ PARTICULAR PURPOSE.
+
+License: install-sh
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to
+ deal in the Software without restriction, including without limitation the
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+ sell copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+ X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+ AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
+ TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ .
+ Except as contained in this notice, the name of the X Consortium shall not
+ be used in advertising or otherwise to promote the sale, use or other deal-
+ ings in this Software without prior written authorization from the X Consor-
+ tium.
+ .
+ .
+ FSF changes to this file are in the public domain.
+ .
+ Calling this script install-sh is preferred over install.sh, to prevent
+ `make' implicit rules from creating a file called install from it
+ when there 

[freexl] 01/11: Add gbp.conf to use pristine-tar by default.

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

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

commit 155407e130824fb409961fce8145d64df68bd4af
Author: Bas Couwenberg 
Date:   Thu Dec 18 20:56:11 2014 +0100

Add gbp.conf to use pristine-tar by default.
---
 debian/changelog |  1 +
 debian/gbp.conf  | 16 
 2 files changed, 17 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 6904f58..5f4b0dd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 freexl (1.0.0g-2) UNRELEASED; urgency=medium
 
   * Add upstream metadata.
+  * Add gbp.conf to use pristine-tar by default.
 
  -- Bas Couwenberg   Sat, 29 Nov 2014 00:15:12 +0100
 
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 000..21d0417
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,16 @@
+[DEFAULT]
+
+# The default name for the upstream branch is "upstream".
+# Change it if the name is different (for instance, "master").
+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 = master
+
+# git-import-orig uses the following names for the upstream tags.
+# Change the value if you are not using git-import-orig
+upstream-tag = upstream/%(version)s
+
+# Always use pristine-tar.
+pristine-tar = True

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


[freexl] 02/11: Imported Upstream version 1.0.0h

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

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

commit 5f5c322769d776899ec901942a3e053a3eb5d8e3
Author: Bas Couwenberg 
Date:   Thu Dec 18 20:56:18 2014 +0100

Imported Upstream version 1.0.0h
---
 Makefile.in  |  19 ++-
 aclocal.m4   | 122 +-
 compile  | 347 +++
 configure| 181 +--
 configure.ac |   2 +-
 examples/Makefile.in |   6 +-
 headers/Makefile.in  |   2 +-
 src/Makefile.in  |   6 +-
 tests/Makefile.in|   6 +-
 9 files changed, 657 insertions(+), 34 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index ad0f4da..64110ce 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.13.4 from Makefile.am.
+# Makefile.in generated by automake 1.14.1 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
@@ -83,8 +83,8 @@ DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
$(srcdir)/Makefile.in $(srcdir)/Makefile.am \
$(top_srcdir)/configure $(am__configure_deps) \
$(srcdir)/config.h.in $(srcdir)/Doxyfile.in \
-   $(srcdir)/freexl.pc.in COPYING config.guess config.sub depcomp \
-   install-sh missing ltmain.sh
+   $(srcdir)/freexl.pc.in COPYING compile config.guess config.sub \
+   depcomp install-sh missing ltmain.sh
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
@@ -396,8 +396,8 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 $(am__aclocal_m4_deps):
 
 config.h: stamp-h1
-   @if test ! -f $@; then rm -f stamp-h1; else :; fi
-   @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
+   @test -f $@ || rm -f stamp-h1
+   @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
 
 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
@rm -f stamp-h1
@@ -631,10 +631,16 @@ dist-xz: distdir
$(am__post_remove_distdir)
 
 dist-tarZ: distdir
+   @echo WARNING: "Support for shar distribution archives is" \
+  "deprecated." >&2
+   @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
$(am__post_remove_distdir)
 
 dist-shar: distdir
+   @echo WARNING: "Support for distribution archives compressed with" \
+  "legacy program 'compress' is deprecated." >&2
+   @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
$(am__post_remove_distdir)
 dist-zip: distdir
@@ -675,9 +681,10 @@ distcheck: dist
  && dc_destdir="$${TMPDIR-/tmp}/am-dc-/" \
  && am__cwd=`pwd` \
  && $(am__cd) $(distdir)/_build \
- && ../configure --srcdir=.. --prefix="$$dc_install_base" \
+ && ../configure \
$(AM_DISTCHECK_CONFIGURE_FLAGS) \
$(DISTCHECK_CONFIGURE_FLAGS) \
+   --srcdir=.. --prefix="$$dc_install_base" \
  && $(MAKE) $(AM_MAKEFLAGS) \
  && $(MAKE) $(AM_MAKEFLAGS) dvi \
  && $(MAKE) $(AM_MAKEFLAGS) check \
diff --git a/aclocal.m4 b/aclocal.m4
index ee88bdb..a7a23c7 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1,4 +1,4 @@
-# generated automatically by aclocal 1.13.4 -*- Autoconf -*-
+# generated automatically by aclocal 1.14.1 -*- Autoconf -*-
 
 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
 
@@ -32,10 +32,10 @@ To do so, use the procedure documented by the package, 
typically 'autoreconf'.])
 # generated from the m4 files accompanying Automake X.Y.
 # (This private macro should not be called outside this file.)
 AC_DEFUN([AM_AUTOMAKE_VERSION],
-[am__api_version='1.13'
+[am__api_version='1.14'
 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
 dnl require some minimum version.  Point them to the right macro.
-m4_if([$1], [1.13.4], [],
+m4_if([$1], [1.14.1], [],
   [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
 ])
 
@@ -51,7 +51,7 @@ m4_define([_AM_AUTOCONF_VERSION], [])
 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
-[AM_AUTOMAKE_VERSION([1.13.4])dnl
+[AM_AUTOMAKE_VERSION([1.14.1])dnl
 m4_ifndef([AC_AUTOCONF_VERSION],
   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
@@ -418,6 +418,12 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
 # This macro actually does too much.  Some checks are only needed if
 # your package does certain things.  But this isn't really a big deal.
 
+dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O.

[freexl] 03/11: Merge tag 'upstream/1.0.0h'

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

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

commit de6f545dad744eb1b63a7cde28b7524ee72b9a3c
Merge: 155407e 5f5c322
Author: Bas Couwenberg 
Date:   Thu Dec 18 20:56:19 2014 +0100

Merge tag 'upstream/1.0.0h'

Upstream version 1.0.0h

 Makefile.in  |  19 ++-
 aclocal.m4   | 122 +-
 compile  | 347 +++
 configure| 181 +--
 configure.ac |   2 +-
 examples/Makefile.in |   6 +-
 headers/Makefile.in  |   2 +-
 src/Makefile.in  |   6 +-
 tests/Makefile.in|   6 +-
 9 files changed, 657 insertions(+), 34 deletions(-)

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


[freexl] 10/11: Drop lintian overrides, shouldn't override pedantic tags.

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

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

commit 922cac1fd6275c73023693972a32047a9e7f7e85
Author: Bas Couwenberg 
Date:   Thu Dec 18 21:26:52 2014 +0100

Drop lintian overrides, shouldn't override pedantic tags.
---
 debian/changelog| 1 +
 debian/libfreexl-dev.lintian-overrides  | 3 ---
 debian/libfreexl1-dbg.lintian-overrides | 3 ---
 debian/libfreexl1.lintian-overrides | 3 ---
 debian/source/lintian-overrides | 2 --
 5 files changed, 1 insertion(+), 11 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 789f607..8d6a8f6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ freexl (1.0.0h-1) UNRELEASED; urgency=medium
   * Don't append -lm to LDFLAGS, upstream does it since 1.0.0g.
   * Update Vcs-Browser URL to use cgit instead of gitweb.
   * Bump Standards-Version to 3.9.6, no changes.
+  * Drop lintian overrides, shouldn't override pedantic tags.
 
  -- Bas Couwenberg   Thu, 18 Dec 2014 20:56:30 +0100
 
diff --git a/debian/libfreexl-dev.lintian-overrides 
b/debian/libfreexl-dev.lintian-overrides
deleted file mode 100644
index 15a5193..000
--- a/debian/libfreexl-dev.lintian-overrides
+++ /dev/null
@@ -1,3 +0,0 @@
-# Changes available only in the upstream VCS:
-# https://www.gaia-gis.it/fossil/freexl/timeline
-libfreexl-dev: no-upstream-changelog
diff --git a/debian/libfreexl1-dbg.lintian-overrides 
b/debian/libfreexl1-dbg.lintian-overrides
deleted file mode 100644
index 3cc1fc3..000
--- a/debian/libfreexl1-dbg.lintian-overrides
+++ /dev/null
@@ -1,3 +0,0 @@
-# Changes available only in the upstream VCS:
-# https://www.gaia-gis.it/fossil/freexl/timeline
-libfreexl1-dbg: no-upstream-changelog
diff --git a/debian/libfreexl1.lintian-overrides 
b/debian/libfreexl1.lintian-overrides
deleted file mode 100644
index 8e8c2cc..000
--- a/debian/libfreexl1.lintian-overrides
+++ /dev/null
@@ -1,3 +0,0 @@
-# Changes available only in the upstream VCS:
-# https://www.gaia-gis.it/fossil/freexl/timeline
-libfreexl1: no-upstream-changelog
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
deleted file mode 100644
index 8608361..000
--- a/debian/source/lintian-overrides
+++ /dev/null
@@ -1,2 +0,0 @@
-# Upstream doesn't provide signatures for their tarballs
-freexl source: debian-watch-may-check-gpg-signature

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


[freexl] 11/11: Set distribution to experimental.

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

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

commit d2d8f478678b1163f9eca84b370e3025fbdcf560
Author: Bas Couwenberg 
Date:   Thu Dec 18 21:17:01 2014 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 8d6a8f6..e925401 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-freexl (1.0.0h-1) UNRELEASED; urgency=medium
+freexl (1.0.0h-1~exp1) experimental; urgency=medium
 
   * New upstream release.
   * Add upstream metadata.
@@ -10,7 +10,7 @@ freexl (1.0.0h-1) UNRELEASED; urgency=medium
   * Bump Standards-Version to 3.9.6, no changes.
   * Drop lintian overrides, shouldn't override pedantic tags.
 
- -- Bas Couwenberg   Thu, 18 Dec 2014 20:56:30 +0100
+ -- Bas Couwenberg   Thu, 18 Dec 2014 21:16:44 +0100
 
 freexl (1.0.0g-1) unstable; urgency=low
 

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


[freexl] annotated tag upstream/1.0.0h created (now 55ed316)

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

sebastic-guest pushed a change to annotated tag upstream/1.0.0h
in repository freexl.

at  55ed316   (tag)
   tagging  5f5c322769d776899ec901942a3e053a3eb5d8e3 (commit)
  replaces  upstream/1.0.0g
 tagged by  Bas Couwenberg
on  Thu Dec 18 20:56:19 2014 +0100

- Log -
Upstream version 1.0.0h

Bas Couwenberg (1):
  Imported Upstream version 1.0.0h

---

No new revisions were added by this update.

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


[freexl] 01/01: pristine-tar data for freexl_1.0.0h.orig.tar.gz

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

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

commit 49b5e6341f2fd0389fda6ec4848312c68e089298
Author: Bas Couwenberg 
Date:   Thu Dec 18 20:56:19 2014 +0100

pristine-tar data for freexl_1.0.0h.orig.tar.gz
---
 freexl_1.0.0h.orig.tar.gz.delta | Bin 0 -> 4195 bytes
 freexl_1.0.0h.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/freexl_1.0.0h.orig.tar.gz.delta b/freexl_1.0.0h.orig.tar.gz.delta
new file mode 100644
index 000..b91b849
Binary files /dev/null and b/freexl_1.0.0h.orig.tar.gz.delta differ
diff --git a/freexl_1.0.0h.orig.tar.gz.id b/freexl_1.0.0h.orig.tar.gz.id
new file mode 100644
index 000..a6bee1e
--- /dev/null
+++ b/freexl_1.0.0h.orig.tar.gz.id
@@ -0,0 +1 @@
+847b114eabbe208a9aca0a45227cf1d2fa3f75ef

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


[freexl] 04/11: New upstream release.

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

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

commit a855431eb75220ff4b2b3b59357bb5b2e5619a2f
Author: Bas Couwenberg 
Date:   Thu Dec 18 20:57:32 2014 +0100

New upstream release.
---
 debian/changelog | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5f4b0dd..5421141 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
-freexl (1.0.0g-2) UNRELEASED; urgency=medium
+freexl (1.0.0h-1) UNRELEASED; urgency=medium
 
+  * New upstream release.
   * Add upstream metadata.
   * Add gbp.conf to use pristine-tar by default.
 
- -- Bas Couwenberg   Sat, 29 Nov 2014 00:15:12 +0100
+ -- Bas Couwenberg   Thu, 18 Dec 2014 20:56:30 +0100
 
 freexl (1.0.0g-1) unstable; urgency=low
 

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


[freexl] branch upstream updated (c7780f8 -> 5f5c322)

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

sebastic-guest pushed a change to branch upstream
in repository freexl.

  from  c7780f8   Imported Upstream version 1.0.0g
   new  5f5c322   Imported Upstream version 1.0.0h

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:
 Makefile.in  |  19 ++-
 aclocal.m4   | 122 +-
 compile  | 347 +++
 configure| 181 +--
 configure.ac |   2 +-
 examples/Makefile.in |   6 +-
 headers/Makefile.in  |   2 +-
 src/Makefile.in  |   6 +-
 tests/Makefile.in|   6 +-
 9 files changed, 657 insertions(+), 34 deletions(-)
 create mode 100755 compile

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


[freexl] 07/11: Don't append -lm to LDFLAGS, upstream does it since 1.0.0g.

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

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

commit 4f150fe93e2a365df922fc085bbce81a1ed6d3dd
Author: Bas Couwenberg 
Date:   Thu Dec 18 21:13:31 2014 +0100

Don't append -lm to LDFLAGS, upstream does it since 1.0.0g.
---
 debian/changelog | 1 +
 debian/rules | 2 --
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index dc70c93..7492653 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ freexl (1.0.0h-1) UNRELEASED; urgency=medium
   * Add gbp.conf to use pristine-tar by default.
   * Update copyright file, document autotools files & licenses.
   * Don't set default hardening options manually.
+  * Don't append -lm to LDFLAGS, upstream does it since 1.0.0g.
 
  -- Bas Couwenberg   Thu, 18 Dec 2014 20:56:30 +0100
 
diff --git a/debian/rules b/debian/rules
index c16be0e..83cc1d2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,8 +4,6 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-export DEB_LDFLAGS_MAINT_APPEND = -lm
-
 %:
dh $@ --with autoreconf
 

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


[freexl] tag debian/1.0.0g-1 created (now 9c2bca3)

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

sebastic-guest pushed a change to tag debian/1.0.0g-1
in repository freexl.

at  9c2bca3   (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/freexl.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


[freexl] 08/11: Update Vcs-Browser URL to use cgit instead of gitweb.

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

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

commit 52967f899647057d49fc7da465637e4c7b64883d
Author: Bas Couwenberg 
Date:   Thu Dec 18 21:14:20 2014 +0100

Update Vcs-Browser URL to use cgit instead of gitweb.
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 7492653..78ccf7b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ freexl (1.0.0h-1) UNRELEASED; urgency=medium
   * Update copyright file, document autotools files & licenses.
   * Don't set default hardening options manually.
   * Don't append -lm to LDFLAGS, upstream does it since 1.0.0g.
+  * Update Vcs-Browser URL to use cgit instead of gitweb.
 
  -- Bas Couwenberg   Thu, 18 Dec 2014 20:56:30 +0100
 
diff --git a/debian/control b/debian/control
index 03e48cf..0523306 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 9~),
autotools-dev,
dh-autoreconf
 Standards-Version: 3.9.5
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/freexl.git
+Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/freexl.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/freexl.git
 Homepage: https://www.gaia-gis.it/fossil/freexl/
 

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


[freexl] 06/11: Don't set default hardening options manually.

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

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

commit a525fcfb024cef561ac2ba18ccfa6817174d0e7e
Author: Bas Couwenberg 
Date:   Thu Dec 18 21:12:29 2014 +0100

Don't set default hardening options manually.
---
 debian/changelog | 1 +
 debian/rules | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 7b8388e..dc70c93 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ freexl (1.0.0h-1) UNRELEASED; urgency=medium
   * Add upstream metadata.
   * Add gbp.conf to use pristine-tar by default.
   * Update copyright file, document autotools files & licenses.
+  * Don't set default hardening options manually.
 
  -- Bas Couwenberg   Thu, 18 Dec 2014 20:56:30 +0100
 
diff --git a/debian/rules b/debian/rules
index 7b4a96a..c16be0e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,6 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 export DEB_LDFLAGS_MAINT_APPEND = -lm
 
 %:

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


[freexl] 09/11: Bump Standards-Version to 3.9.6, no changes.

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

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

commit e45f8355898c35e736efb6500e606f457688b983
Author: Bas Couwenberg 
Date:   Thu Dec 18 21:22:24 2014 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 78ccf7b..789f607 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ freexl (1.0.0h-1) UNRELEASED; urgency=medium
   * Don't set default hardening options manually.
   * Don't append -lm to LDFLAGS, upstream does it since 1.0.0g.
   * Update Vcs-Browser URL to use cgit instead of gitweb.
+  * Bump Standards-Version to 3.9.6, no changes.
 
  -- Bas Couwenberg   Thu, 18 Dec 2014 20:56:30 +0100
 
diff --git a/debian/control b/debian/control
index 0523306..9ce5d47 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Priority: optional
 Build-Depends: debhelper (>= 9~),
autotools-dev,
dh-autoreconf
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/freexl.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/freexl.git
 Homepage: https://www.gaia-gis.it/fossil/freexl/

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


[freexl] branch pristine-tar updated (f97b63f -> 49b5e63)

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

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

  from  f97b63f   pristine-tar data for freexl_1.0.0g.orig.tar.gz
   new  49b5e63   pristine-tar data for freexl_1.0.0h.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:
 freexl_1.0.0h.orig.tar.gz.delta | Bin 0 -> 4195 bytes
 freexl_1.0.0h.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 freexl_1.0.0h.orig.tar.gz.delta
 create mode 100644 freexl_1.0.0h.orig.tar.gz.id

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

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


Bug#773482: RFS: freexl/1.0.0h-1~exp1

2014-12-18 Thread Bas Couwenberg
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "freexl"

 Package name: freexl
 Version : 1.0.0h-1~exp1
 Upstream Author : Alessandro Furieri 
 URL : https://www.gaia-gis.it/fossil/freexl/
 License : MPL-1.1 or GPL-2.0+ or LGPL-2.1+
 Section : libs

It builds those binary packages:

 libfreexl-dev  - library for direct reading of Microsoft Excel spreadsheets - 
devel
 libfreexl1 - library for direct reading of Microsoft Excel spreadsheets
 libfreexl1-dbg - library for direct reading of Microsoft Excel spreadsheets - 
debug

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

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


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

  dget -x 
http://mentors.debian.net/debian/pool/main/f/freexl/freexl_1.0.0h-1~exp1.dsc

More information about FreeXL can be obtained from 
https://www.gaia-gis.it/fossil/freexl/.

Changes since the last upload:

  * New upstream release.
  * Add upstream metadata.
  * Add gbp.conf to use pristine-tar by default.
  * Update copyright file, document autotools files & licenses.
  * Don't set default hardening options manually.
  * Don't append -lm to LDFLAGS, upstream does it since 1.0.0g.
  * Update Vcs-Browser URL to use cgit instead of gitweb.
  * Bump Standards-Version to 3.9.6, no changes.
  * Drop lintian overrides, shouldn't override pedantic tags.


Regards,
 Bas Couwenberg

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


[python-descartes] branch master updated (b3a1c94 -> 307b0c9)

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

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

  from  b3a1c94   Initial debian files
   new  ea4f9a6   Add description
   new  ade6baf   Add more B/D
   new  04af5bf   Set distribution to unstable
   new  e8b97f9   Add watchfile
   new  307b0c9   set distro 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 |  4 ++--
 debian/control   | 14 ++
 debian/watch |  3 +++
 3 files changed, 15 insertions(+), 6 deletions(-)
 create mode 100644 debian/watch

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


[python-descartes] 04/05: Add watchfile

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

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

commit e8b97f917e1bee38a95ece9c067e5300a3bb6e77
Author: Johan Van de Wauw 
Date:   Thu Dec 18 22:18:46 2014 +0100

Add watchfile
---
 debian/watch | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/watch b/debian/watch
new file mode 100644
index 000..23ff212
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|dev|a|b|c)/~$1/ \
+https://pypi.python.org/packages/source/d/descartes/descartes-(.*)\.(?:tar\.gz|zip|tar\.bz2)

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


[python-descartes] 01/05: Add description

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

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

commit ea4f9a6e9c005a8dc5f95efc380d3d02787e342f
Author: Johan Van de Wauw 
Date:   Thu Dec 18 22:04:01 2014 +0100

Add description
---
 debian/control | 10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 26243f1..13675ef 100644
--- a/debian/control
+++ b/debian/control
@@ -19,11 +19,13 @@ Homepage: https://pypi.python.org/pypi/descartes
 Package: python-descartes
 Architecture: all 
 Depends:  ${misc:Depends}, ${python:Depends}
-Description: Python tools for geographic data
-
+Description: Matplotlib extension to work with geometric objects (Python2)
+ Descartes allow the usage of geometric objects as matplotlib paths and 
patches.
+ This is the Python 2 version of the library.
 
 Package: python3-descartes
 Architecture: all
 Depends:  ${misc:Depends}, ${python3:Depends}
-Description: Python3 tools for geographic data
-
+Description: Matplotlib extension to work with geometric objects (Python3)
+ Descartes allow the usage of geometric objects as matplotlib paths and 
patches.
+ This is the Python 3 version of the library.

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


[python-descartes] 02/05: Add more B/D

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

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

commit ade6baf8eccbda2b5baba438d831bbe20a20fa48
Author: Johan Van de Wauw 
Date:   Thu Dec 18 22:10:03 2014 +0100

Add more B/D
---
 debian/control | 4 
 1 file changed, 4 insertions(+)

diff --git a/debian/control b/debian/control
index 13675ef..a010e76 100644
--- a/debian/control
+++ b/debian/control
@@ -11,6 +11,10 @@ Build-Depends: debhelper (>= 9),
python3-nose,
python-matplotlib,
python3-matplotlib,
+   python-setuptools,
+   python3-setuptools,
+   python-shapely,
+   python3-shapely,
 Standards-Version: 3.9.6
 Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/python-descartes.git/
 Vcs-Git: git://anonscm.debian.org/pkg-grass/python-descartes.git

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


[python-descartes] 05/05: set distro to unstable

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

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

commit 307b0c92876814e79833c521f6f6fe8c7fccf77b
Author: Johan Van de Wauw 
Date:   Thu Dec 18 22:19:41 2014 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 20e0e4a..0917812 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-python-descartes (0.1.1-1) unstable; urgency=medium
+python-descartes (1.0.1-1) unstable; urgency=medium
 
   * Initial release (Closes: #773430)
 
- -- Johan Van de Wauw   Wed, 17 Dec 2014 23:36:22 
+0100
+ -- Johan Van de Wauw   Thu, 18 Dec 2014 22:19:30 
+0100

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


[python-descartes] 03/05: Set distribution to unstable

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

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

commit 04af5bf0e8f52926a4d80f72743609de2e866e62
Author: Johan Van de Wauw 
Date:   Thu Dec 18 22:13:07 2014 +0100

Set distribution to unstable
---
 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 6aae37d..20e0e4a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-python-descartes (0.1.1-1) UNRELEASED; urgency=medium
+python-descartes (0.1.1-1) unstable; urgency=medium
 
   * Initial release (Closes: #773430)
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/python-descartes.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 freexl_1.0.0h-1~exp1_amd64.changes

2014-12-18 Thread Debian FTP Masters
freexl_1.0.0h-1~exp1_amd64.changes uploaded successfully to localhost
along with the files:
  freexl_1.0.0h-1~exp1.dsc
  freexl_1.0.0h.orig.tar.gz
  freexl_1.0.0h-1~exp1.debian.tar.xz
  libfreexl-dev_1.0.0h-1~exp1_amd64.deb
  libfreexl1_1.0.0h-1~exp1_amd64.deb
  libfreexl1-dbg_1.0.0h-1~exp1_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


freexl_1.0.0h-1~exp1_amd64.changes ACCEPTED into experimental

2014-12-18 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 18 Dec 2014 21:16:44 +0100
Source: freexl
Binary: libfreexl-dev libfreexl1 libfreexl1-dbg
Architecture: source amd64
Version: 1.0.0h-1~exp1
Distribution: experimental
Urgency: medium
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.0h-1~exp1) experimental; urgency=medium
 .
   * New upstream release.
   * Add upstream metadata.
   * Add gbp.conf to use pristine-tar by default.
   * Update copyright file, document autotools files & licenses.
   * Don't set default hardening options manually.
   * Don't append -lm to LDFLAGS, upstream does it since 1.0.0g.
   * Update Vcs-Browser URL to use cgit instead of gitweb.
   * Bump Standards-Version to 3.9.6, no changes.
   * Drop lintian overrides, shouldn't override pedantic tags.
Checksums-Sha1:
 4d3c18db47f381ceeb42ed4bc5ff18d9b110e059 2093 freexl_1.0.0h-1~exp1.dsc
 093d7fbf04818e95f04ca7e0cbfed2e1ac96fdc9 933018 freexl_1.0.0h.orig.tar.gz
 a5f54cd46753f3cc7ddb89e4e5de11cb835de54e 12076 
freexl_1.0.0h-1~exp1.debian.tar.xz
 b150b5df1f090bde9f48e5a773db0ce8529c1675 30990 
libfreexl-dev_1.0.0h-1~exp1_amd64.deb
 d94499e634e7d4fc0b850928558a12d45feca8f4 27090 
libfreexl1_1.0.0h-1~exp1_amd64.deb
 1aab22f4659734cb3bf7d1c61d02f4669e854153 56294 
libfreexl1-dbg_1.0.0h-1~exp1_amd64.deb
Checksums-Sha256:
 8291aa80d2bf2778db550ab25a5816146c873c380d19469e23600f1523555990 2093 
freexl_1.0.0h-1~exp1.dsc
 cbbdc5c7b60abd71636de0ceb8a75a7d53701a7c7de716bf77ad0d9b4d461c52 933018 
freexl_1.0.0h.orig.tar.gz
 5d3734d80b4de27eee0bc11a6fa6599c9af30bc57feb6fbd99a78b6947cc2e3f 12076 
freexl_1.0.0h-1~exp1.debian.tar.xz
 7953218b226153e544a09357fc6bc254bf6602e757d1c6ad51d630eacef970c2 30990 
libfreexl-dev_1.0.0h-1~exp1_amd64.deb
 87f6a233ae45261cb6cb36ba12c076b526168fa38e13c39e11c537fcde395bd1 27090 
libfreexl1_1.0.0h-1~exp1_amd64.deb
 cf690e3bb4988fbed5c6abe7e22fa192975adf6427c9f37778a76e607446818d 56294 
libfreexl1-dbg_1.0.0h-1~exp1_amd64.deb
Files:
 9f3d2d9e947672d6602414d229be5689 2093 libs optional freexl_1.0.0h-1~exp1.dsc
 8d28c900582dfc81420edebf47796f78 933018 libs optional freexl_1.0.0h.orig.tar.gz
 149d3a63e981a6c3ebf10b6376238bb0 12076 libs optional 
freexl_1.0.0h-1~exp1.debian.tar.xz
 30cecc9515cfe8e1f2597c1c9d018321 30990 libdevel optional 
libfreexl-dev_1.0.0h-1~exp1_amd64.deb
 de6fb0878fad2f962df5e7a7deff9975 27090 libs optional 
libfreexl1_1.0.0h-1~exp1_amd64.deb
 c30d7b9d692922039aa27090af905ca6 56294 debug extra 
libfreexl1-dbg_1.0.0h-1~exp1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUk0qRAAoJEFeKBJTRxkbReHkP/04ARvvt3Y1RtyQj3/ZyW/Fx
NMUxZicyJoopzsL5vvqDn/6bMY8CBiEHaSgA0p6tNs1pFnvYB84UDfkHVgyrhW0c
vtv2gWWT+X5mqAZZdSnmOOlW0KuhqLp99rMMimS/1O+x89Trq0eTMbxJ/b0FkNP5
eIc2BTF2LjptMGOwnExvFWoLLyIKil2hompk90x37KNZJi3t5Yfzc9m/t7zFzVOx
ZRZu9WTmplfTXjwiR7GJ2S+JkOCcJ+vVaFtrFcL7ECjKiJvp9ug3p96edJpGMLQG
U0OKVLTWQqcimazCTsJ4kqVTOdLAnXexwa85WvV03LD/YC7aaODY/NZT1UTq58dK
yPncMrjH2K0gh1oX3Nkgc9MNGVgfcgo4ciLsTpnTWRbYdqjyKXB7LOpj6zqhGDP9
JoDkXYt/JKm6ALIRGqNakGMUWS1zUBLzbjLhRbNH372zyE7Xgli5FQZE1D93PSi/
w5c8klPXtGSRRuJLs67Rg3yUeegLjG/FKCxVnMyUJ//lnAhGSk9TUn/+rP4mZ/k/
TOP77Isswzz9Yw5qqeXdujpQK0BHMfcLt2gwAZO7ThPGO0172yNrl8tGxu5PyMwM
V1f2DXGHJGewqkbMp5ksMfVrBFQym+pzDbjdzW3ssGnrQl20OIgIDeGBDOKZX90N
rL7iI2XJxmPDw6JOEeek
=aZ4n
-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


[freexl] tag debian/1.0.0h-1.exp1 created (now d2d8f47)

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

sebastic-guest pushed a change to tag debian/1.0.0h-1.exp1
in repository freexl.

at  d2d8f47   (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/freexl.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