[pyorbital] branch master created (now f9b90d6)

2014-06-22 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

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

at  f9b90d6   Imported Debian patch 0.3.2-1

This branch includes the following new commits:

   new  f8a2e43   Imported Upstream version 0.3.2
   new  f9b90d6   Imported Debian patch 0.3.2-1

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


[pyorbital] branch upstream created (now f8a2e43)

2014-06-22 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

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

at  f8a2e43   Imported Upstream version 0.3.2

This branch includes the following new commits:

   new  f8a2e43   Imported Upstream version 0.3.2

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


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


[pyorbital] branch pristine-tar created (now df0bd5b)

2014-06-22 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

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

at  df0bd5b   pristine-tar data for pyorbital_0.3.2.orig.tar.gz

This branch includes the following new commits:

   new  df0bd5b   pristine-tar data for pyorbital_0.3.2.orig.tar.gz

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


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


[pyorbital] annotated tag debian/0.3.2-1 created (now 5461892)

2014-06-22 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

a_valentino-guest pushed a change to annotated tag debian/0.3.2-1
in repository pyorbital.

at  5461892   (tag)
   tagging  f9b90d6e592786779f573c18d919035f28ab75ff (commit)
  replaces  upstream/0.3.2
 tagged by  Antonio Valentino
on  Sun Jun 22 08:55:46 2014 +

- Log -
Debian release 0.3.2-1

Antonio Valentino (1):
  Imported Debian patch 0.3.2-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/pyorbital.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


[pyorbital] 02/02: Imported Debian patch 0.3.2-1

2014-06-22 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

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

commit f9b90d6e592786779f573c18d919035f28ab75ff
Author: Antonio Valentino 
Date:   Sat Jun 21 09:56:06 2014 +

Imported Debian patch 0.3.2-1
---
 debian/changelog |  5 +
 debian/compat|  1 +
 debian/control   | 24 
 debian/copyright | 48 
 debian/docs  |  1 +
 debian/python-pyorbital.doc-base | 10 +
 debian/python-pyorbital.install  |  1 +
 debian/rules | 34 
 debian/source/format |  1 +
 debian/tests/control |  2 ++
 debian/tests/python2 | 12 ++
 debian/watch |  4 
 12 files changed, 143 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..11ef4c6
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+pyorbital (0.3.2-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #752258)
+
+ -- Antonio Valentino   Sat, 21 Jun 2014 
09:56:06 +
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..fb7644b
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
+Source: pyorbital
+Section: python
+Priority: optional
+Maintainer: Debian GIS Project 
+Uploaders: Antonio Valentino 
+Build-Depends: debhelper (>= 9.0.0),
+   python-setuptools,
+   python-all,
+   python-numpy,
+   python-sphinx
+Standards-Version: 3.9.5
+Homepage: https://github.com/mraspaud/pyorbital
+Vcs-Git: http://anonscm.debian.org/git/pkg-grass/pyorbital.git
+Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=pkg-grass/pyorbital.git;a=summary
+XS-Testsuite: autopkgtest
+
+Package: python-pyorbital
+Architecture: any
+Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}, python-numpy
+Description: Orbital and astronomy computations in python
+ Python package for computing orbital parameters from TLE
+ files, and making diverse astronomical computations.
+ .
+ This package is part of the PyTroll toolset.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..1ee5120
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,48 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: pykdtree
+Source: https://pypi.python.org/pypi/pykdtree
+
+Files: *
+Copyright: 2011-2014 Esben S. Nielsen 
+ Martin Raspaud 
+License: GPL-3.0+
+
+Files: debian/*
+Copyright: 2014 Antonio Valentino 
+License: GPL-3.0+
+
+License: GPL-3.0+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see .
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
+
+Files: pyorbital/geoloc_instrument_definitions.py
+Copyright: 2013-2014 Martin Raspaud 
+ Mikhail Itkin 
+License: GPL-3.0+
+
+Files: pyorbital/orbital.py
+Copyright: 2011-2014 Esben S. Nielsen 
+ Adam Dybbroe 
+ Martin Raspaud 
+License: GPL-3.0+
+
+Files: pyorbital/tests/test_aiaa.py
+Copyright: 2011-2014 SMHI
+License: GPL-3.0+
+
+Files: doc/source/conf.py
+Copyright: 2012-2014 The Pytroll crew
+License: GPL-3.0+
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 000..e845566
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README
diff --git a/debian/python-pyorbital.doc-base b/debian/python-pyorbital.doc-base
new file mode 100644
index 000..5667766
--- /dev/null
+++ b/debian/python-pyorbital.doc-base
@@ -0,0 +1,10 @@
+Document: pyresample
+Title: Debian pyorbital Manual
+Author: The PyTroll Gang
+Abstract: This document includes the
+ Pyresample User Manual and the Programmers Reference
+Section: Programming/Python
+
+Format: HTML
+Index: /usr/share/doc/python-pyorbital/html/index.html
+Files: /usr/share/doc/python-pyorbital/html/*.html
diff --git a/debian/python-pyorbital.install b/debian/python-pyorbital.install
new file mode 100644
index 000..2b6da71
--- /dev/null
+++ b/debian/python-pyorbital.install
@@ -0,0 +1 @@
+d

[pyorbital] 01/01: pristine-tar data for pyorbital_0.3.2.orig.tar.gz

2014-06-22 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

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

commit df0bd5bfaae6966b48dfb3536040896e82fe8e36
Author: Antonio Valentino 
Date:   Sun Jun 22 08:55:45 2014 +

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

diff --git a/pyorbital_0.3.2.orig.tar.gz.delta 
b/pyorbital_0.3.2.orig.tar.gz.delta
new file mode 100644
index 000..709b8d6
Binary files /dev/null and b/pyorbital_0.3.2.orig.tar.gz.delta differ
diff --git a/pyorbital_0.3.2.orig.tar.gz.id b/pyorbital_0.3.2.orig.tar.gz.id
new file mode 100644
index 000..1790f7b
--- /dev/null
+++ b/pyorbital_0.3.2.orig.tar.gz.id
@@ -0,0 +1 @@
+f6428148f90eec8acbfbed1fdcb9f831b6357e60

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


[pyorbital] annotated tag upstream/0.3.2 created (now ae6b588)

2014-06-22 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

a_valentino-guest pushed a change to annotated tag upstream/0.3.2
in repository pyorbital.

at  ae6b588   (tag)
   tagging  f8a2e436492cdbe445efca076b60cc4eb39630e9 (commit)
 tagged by  Antonio Valentino
on  Sun Jun 22 08:55:45 2014 +

- Log -
Upstream version 0.3.2

Antonio Valentino (1):
  Imported Upstream version 0.3.2

---

No new revisions were added by this update.

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


[pyorbital] 01/01: Fix autopckgtest scripts

2014-06-22 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

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

commit d66a96c1db1048d6a518319e236fb58559121452
Author: Antonio Valentino 
Date:   Sun Jun 22 09:28:44 2014 +

Fix autopckgtest scripts
---
 debian/patches/0001-install-test-sub-package.patch | 22 ++
 debian/patches/series  |  1 +
 debian/tests/python2   |  4 ++--
 3 files changed, 25 insertions(+), 2 deletions(-)

diff --git a/debian/patches/0001-install-test-sub-package.patch 
b/debian/patches/0001-install-test-sub-package.patch
new file mode 100644
index 000..5f43fbd
--- /dev/null
+++ b/debian/patches/0001-install-test-sub-package.patch
@@ -0,0 +1,22 @@
+From: Antonio Valentino 
+Date: Sun, 22 Jun 2014 11:03:14 +
+Subject: install test sub-package
+
+---
+ setup.py | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/setup.py b/setup.py
+index 3ce9449..218ce2a 100644
+--- a/setup.py
 b/setup.py
+@@ -41,7 +41,8 @@ setup(name='pyorbital',
+   url="https://github.com/mraspaud/pyorbital";,
+   test_suite='pyorbital.tests.suite',
+   package_dir = {'pyorbital': 'pyorbital'},
+-  packages = ['pyorbital'],  
++  packages = ['pyorbital', 'pyorbital.tests'],
++  package_data={'pyorbital.tests': ['aiaa_results', '*.TLE']},  
+   install_requires=['numpy'],
+   zip_safe=False,
+   )
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 000..d07cec9
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-install-test-sub-package.patch
diff --git a/debian/tests/python2 b/debian/tests/python2
index 56c0d1a..7713b8c 100755
--- a/debian/tests/python2
+++ b/debian/tests/python2
@@ -2,11 +2,11 @@
 set -efu
 
 PYS=${PYS:-"$(pyversions -r 2>/dev/null)"}
-TESTPKG=${TESTPKG:-tables}
+TESTPKG=${TESTPKG:-pyorbital}
 
 cd "$ADTTMP"
 
 for py in $PYS; do
 echo "=== $py ==="
-$py -c "import $TESTPKG; $TESTPKG.test(verbose=2)" 2>&1
+$py -m unittest -v pyorbital.tests.suite 2>&1
 done

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


[pyorbital] branch master updated (f9b90d6 -> d66a96c)

2014-06-22 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

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

  from  f9b90d6   Imported Debian patch 0.3.2-1
   new  d66a96c   Fix autopckgtest scripts

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:
 debian/patches/0001-install-test-sub-package.patch | 22 ++
 debian/patches/series  |  1 +
 debian/tests/python2   |  4 ++--
 3 files changed, 25 insertions(+), 2 deletions(-)
 create mode 100644 debian/patches/0001-install-test-sub-package.patch
 create mode 100644 debian/patches/series

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


[pykdtree] 02/02: Safe clean

2014-06-22 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

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

commit 05a1dd45d8f8f422b1644c7303a476b9ba1a9de0
Author: Antonio Valentino 
Date:   Sun Jun 22 12:31:34 2014 +

Safe clean
---
 debian/patches/0002-safe-clean.patch | 17 +
 debian/patches/series|  1 +
 2 files changed, 18 insertions(+)

diff --git a/debian/patches/0002-safe-clean.patch 
b/debian/patches/0002-safe-clean.patch
new file mode 100644
index 000..886625c
--- /dev/null
+++ b/debian/patches/0002-safe-clean.patch
@@ -0,0 +1,17 @@
+From: Antonio Valentino 
+Date: Sun, 22 Jun 2014 14:28:53 +0200
+Subject: safe clean
+
+---
+ pykdtree.egg-info/requires.txt | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/pykdtree.egg-info/requires.txt b/pykdtree.egg-info/requires.txt
+index 296d654..b26e81f 100644
+--- a/pykdtree.egg-info/requires.txt
 b/pykdtree.egg-info/requires.txt
+@@ -1 +1,2 @@
+-numpy
+\ No newline at end of file
++numpy
++
diff --git a/debian/patches/series b/debian/patches/series
index 7ec9bdd..77ad0e2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 0001-fix_egginfo_source.patch
+0002-safe-clean.patch

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


[pykdtree] 01/02: Enable automatic testing

2014-06-22 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

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

commit fe98175fe3667fe6f62e04e2be3d27839709a5fd
Author: Antonio Valentino 
Date:   Sun Jun 22 14:27:40 2014 +0200

Enable automatic testing
---
 debian/control   |  1 +
 debian/rules | 16 
 debian/tests/control |  2 ++
 debian/tests/python2 | 12 
 4 files changed, 31 insertions(+)

diff --git a/debian/control b/debian/control
index 7ea27b3..38a8ab9 100644
--- a/debian/control
+++ b/debian/control
@@ -13,6 +13,7 @@ Standards-Version: 3.9.5
 Homepage: https://pypi.python.org/pypi/pykdtree
 Vcs-Git: http://anonscm.debian.org/git/pkg-grass/pykdtree.git
 Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=pkg-grass/pykdtree.git;a=summary
+XS-Testsuite: autopkgtest
 
 Package: python-pykdtree
 Architecture: any
diff --git a/debian/rules b/debian/rules
index dafca02..c1ed095 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,5 +4,21 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+PY2VERS = $(shell pyversions -r -v)
+
+
 %:
dh $@ --with python2 --buildsystem=python_distutils
+
+
+override_dh_auto_test:
+ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
+   set -e -x; \
+   for py in $(PY2VERS); do \
+   cd $(CURDIR)/build/lib.*-$$py; \
+   env PYTHONPATH=. python$$py /usr/bin/nosetests -v 
pykdtree.test_tree; \
+   done
+endif
+
+
+.PHONY: override_dh_auto_test
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 000..9a67937
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,2 @@
+Tests: python2
+Depends: python-pykdtree, python-all, python-nose
diff --git a/debian/tests/python2 b/debian/tests/python2
new file mode 100755
index 000..c3717ec
--- /dev/null
+++ b/debian/tests/python2
@@ -0,0 +1,12 @@
+#!/bin/sh
+set -efu
+
+PYS=${PYS:-"$(pyversions -r 2>/dev/null)"}
+TESTPKG=${TESTPKG:-pykdtree}
+
+cd "$ADTTMP"
+
+for py in $PYS; do
+echo "=== $py ==="
+$py /usr/bin/nosetests -v pykdtree 2>&1
+done

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


[pykdtree] branch master updated (bf36c84 -> 05a1dd4)

2014-06-22 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

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

  from  bf36c84   Update maintaner field
   new  fe98175   Enable automatic testing
   new  05a1dd4   Safe clean

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/control   |  1 +
 debian/patches/0002-safe-clean.patch | 17 +
 debian/patches/series|  1 +
 debian/rules | 16 
 debian/tests/control |  2 ++
 debian/tests/python2 | 12 
 6 files changed, 49 insertions(+)
 create mode 100644 debian/patches/0002-safe-clean.patch
 create mode 100644 debian/tests/control
 create mode 100755 debian/tests/python2

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


[pyorbital] branch master updated (d66a96c -> 107dc3b)

2014-06-22 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

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

  from  d66a96c   Fix autopckgtest scripts
   new  107dc3b   Release for unstable

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:
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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


[pyorbital] 01/01: Release for unstable

2014-06-22 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

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

commit 107dc3b685ef3a30992541d75d9ccf69b43344c2
Author: Antonio Valentino 
Date:   Sun Jun 22 12:53:51 2014 +

Release for unstable
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 11ef4c6..dd7f93a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-pyorbital (0.3.2-1) UNRELEASED; urgency=low
+pyorbital (0.3.2-1) unstable; urgency=low
 
   * Initial release (Closes: #752258)
 
- -- Antonio Valentino   Sat, 21 Jun 2014 
09:56:06 +
+ -- Antonio Valentino   Sun, 22 Jun 2014 
12:53:26 +

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


[pykdtree] 01/01: Fix missing build-dependency

2014-06-22 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

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

commit 7377abfa0edf92c01dc6645a0daf91d947972fd9
Author: Antonio Valentino 
Date:   Sun Jun 22 13:29:47 2014 +

Fix missing build-dependency
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 38a8ab9..f5dbbc5 100644
--- a/debian/control
+++ b/debian/control
@@ -6,9 +6,8 @@ Uploaders: Antonio Valentino 
 Build-Depends: debhelper (>= 9.0.0),
python-setuptools,
python-all-dev,
-   python-all-dbg,
python-numpy,
-   python-numpy-dbg
+   python-nose
 Standards-Version: 3.9.5
 Homepage: https://pypi.python.org/pypi/pykdtree
 Vcs-Git: http://anonscm.debian.org/git/pkg-grass/pykdtree.git
@@ -32,3 +31,4 @@ Description: Fast kd-tree implementation with OpenMP-enabled 
queries
  Euclidean distance measure is supported.
  .
  Queries are optionally multithreaded using OpenMP.
+

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


[pykdtree] branch master updated (05a1dd4 -> 7377abf)

2014-06-22 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

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

  from  05a1dd4   Safe clean
   new  7377abf   Fix missing build-dependency

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:
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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


[pyorbital] branch master updated (107dc3b -> 5efcb39)

2014-06-22 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

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

  from  107dc3b   Release for unstable
   new  5efcb39   The pyorbital package is arch-independent

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:
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


[pyorbital] 01/01: The pyorbital package is arch-independent

2014-06-22 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

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

commit 5efcb39188e5cde6fd47497a25c252330611e874
Author: Antonio Valentino 
Date:   Sun Jun 22 16:05:14 2014 +0200

The pyorbital package is arch-independent
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index fb7644b..2c6f968 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=pkg-grass/pyorbital.git;a=summa
 XS-Testsuite: autopkgtest
 
 Package: python-pyorbital
-Architecture: any
+Architecture: all
 Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}, python-numpy
 Description: Orbital and astronomy computations in python
  Python package for computing orbital parameters from TLE

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


[pyorbital] branch master updated (5efcb39 -> 016f8d9)

2014-06-22 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

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

  from  5efcb39   The pyorbital package is arch-independent
   new  016f8d9   Typo

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:
 debian/python-pyorbital.doc-base | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


[pyorbital] 01/01: Typo

2014-06-22 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

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

commit 016f8d985c59b4da01a257c875f6dfdec7c566c4
Author: Antonio Valentino 
Date:   Sun Jun 22 14:53:10 2014 +

Typo
---
 debian/python-pyorbital.doc-base | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/python-pyorbital.doc-base b/debian/python-pyorbital.doc-base
index 5667766..69d280a 100644
--- a/debian/python-pyorbital.doc-base
+++ b/debian/python-pyorbital.doc-base
@@ -1,4 +1,4 @@
-Document: pyresample
+Document: pyorbital
 Title: Debian pyorbital Manual
 Author: The PyTroll Gang
 Abstract: This document includes the

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


[pykdtree] branch master updated (7377abf -> 8243081)

2014-06-22 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

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

  from  7377abf   Fix missing build-dependency
   new  8243081   Typo

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:
 debian/patches/0001-fix_egginfo_source.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


[pykdtree] 01/01: Typo

2014-06-22 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

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

commit 8243081ef5e69a45a3aeb180ddefbd14bf062463
Author: Antonio Valentino 
Date:   Sun Jun 22 14:54:32 2014 +

Typo
---
 debian/patches/0001-fix_egginfo_source.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/patches/0001-fix_egginfo_source.patch 
b/debian/patches/0001-fix_egginfo_source.patch
index ac59aea..725c2e6 100644
--- a/debian/patches/0001-fix_egginfo_source.patch
+++ b/debian/patches/0001-fix_egginfo_source.patch
@@ -2,7 +2,7 @@ From: Antonio Valentino 
 Date: Sat, 21 Jun 2014 10:29:36 +
 Subject: fix_egginfo_source
 
-Add missing setup.cfg file in the pyresample.egg-info/SOURCES.txt
+Add missing setup.cfg file in the pykdtree.egg-info/SOURCES.txt
 ---
  pykdtree.egg-info/SOURCES.txt | 1 -
  1 file changed, 1 deletion(-)

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


[pycoast] 02/02: Imported Debian patch 0.5.2-1

2014-06-22 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

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

commit bc1a4be5813afd0f107489d2ba50103527f7bf13
Author: Antonio Valentino 
Date:   Sun Jun 22 12:53:26 2014 +

Imported Debian patch 0.5.2-1
---
 debian/changelog  |  5 +
 debian/compat |  1 +
 debian/control| 25 +
 debian/copyright  | 28 
 debian/patches/0001-fix-egginfo.patch | 30 ++
 debian/patches/series |  1 +
 debian/python-pycoast.doc-base| 10 ++
 debian/python-pycoast.install |  1 +
 debian/rules  | 24 
 debian/source/format  |  1 +
 debian/watch  |  4 
 11 files changed, 130 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..642b720
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+pycoast (0.5.2-1) unstable; urgency=low
+
+  * Initial release (Closes: #752328)
+
+ -- Antonio Valentino   Sun, 22 Jun 2014 
12:53:26 +
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..e141c5c
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,25 @@
+Source: pycoast
+Section: python
+Priority: optional
+Maintainer: Debian GIS Project 
+Uploaders: Antonio Valentino 
+Build-Depends: debhelper (>= 9.0.0),
+   python-setuptools,
+   python-all,
+   python-numpy,
+   python-pil,
+   python-pyshp,
+   python-sphinx
+Standards-Version: 3.9.5
+Homepage: https://github.com/mraspaud/pycoast
+Vcs-Git: http://anonscm.debian.org/git/pkg-grass/pycoast.git
+Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=pkg-grass/pycoast.git;a=summary
+
+Package: python-pycoast
+Architecture: all
+Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}
+Description: Draw coastlines, borders and rivers on images
+ Pycoast is a Python package to add coastlines, borders and rivers to
+ raster images using data from the GSHHS and WDBII datasets.
+ .
+ This package is part of the PyTroll toolset.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..8f549c4
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,28 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: pycoast
+Source: https://code.google.com/p/pycoast/
+
+Files: *
+Copyright: 2011-2012 Esben S. Nielsen 
+License: GPL-3.0+
+
+Files: debian/*
+Copyright: 2014 Antonio Valentino 
+License: GPL-3.0+
+
+License: GPL-3.0+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see .
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
diff --git a/debian/patches/0001-fix-egginfo.patch 
b/debian/patches/0001-fix-egginfo.patch
new file mode 100644
index 000..f8945d4
--- /dev/null
+++ b/debian/patches/0001-fix-egginfo.patch
@@ -0,0 +1,30 @@
+From: Antonio Valentino 
+Date: Sun, 22 Jun 2014 17:38:04 +
+Subject: fix egginfo
+
+---
+ pycoast.egg-info/SOURCES.txt  | 1 +
+ pycoast.egg-info/requires.txt | 2 +-
+ 2 files changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/pycoast.egg-info/SOURCES.txt b/pycoast.egg-info/SOURCES.txt
+index b89e5ef..be074fa 100644
+--- a/pycoast.egg-info/SOURCES.txt
 b/pycoast.egg-info/SOURCES.txt
+@@ -1,6 +1,7 @@
+ LICENSE.txt
+ MANIFEST.in
+ README
++setup.cfg
+ setup.py
+ docs/Makefile
+ docs/source/conf.py
+diff --git a/pycoast.egg-info/requires.txt b/pycoast.egg-info/requires.txt
+index 450bb84..1a73a8d 100644
+--- a/pycoast.egg-info/requires.txt
 b/pycoast.egg-info/requires.txt
+@@ -1,2 +1,2 @@
+ PIL
+-pyshp
+\ No newline at end of file
++pyshp
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 000..2a0e49f
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-fix-egginfo.patch
diff --git a/debian/python-pycoast.doc-base b/debian/python-pycoast.doc-base
new file mode 100644
index 000..d52aaeb
--- /dev/null
+++ b/debian/python-pycoast.doc-base

[pycoast] branch upstream created (now e7d4487)

2014-06-22 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

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

at  e7d4487   Imported Upstream version 0.5.2

This branch includes the following new commits:

   new  e7d4487   Imported Upstream version 0.5.2

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


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


[pycoast] branch master created (now bc1a4be)

2014-06-22 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

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

at  bc1a4be   Imported Debian patch 0.5.2-1

This branch includes the following new commits:

   new  e7d4487   Imported Upstream version 0.5.2
   new  bc1a4be   Imported Debian patch 0.5.2-1

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


[pycoast] branch pristine-tar created (now ccadf5c)

2014-06-22 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

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

at  ccadf5c   pristine-tar data for pycoast_0.5.2.orig.tar.gz

This branch includes the following new commits:

   new  ccadf5c   pristine-tar data for pycoast_0.5.2.orig.tar.gz

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


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


[pycoast] 01/01: pristine-tar data for pycoast_0.5.2.orig.tar.gz

2014-06-22 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

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

commit ccadf5c6d08b6333011f80bba0bf63929f3b3cee
Author: Antonio Valentino 
Date:   Sun Jun 22 17:43:42 2014 +

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

diff --git a/pycoast_0.5.2.orig.tar.gz.delta b/pycoast_0.5.2.orig.tar.gz.delta
new file mode 100644
index 000..7a73ba4
Binary files /dev/null and b/pycoast_0.5.2.orig.tar.gz.delta differ
diff --git a/pycoast_0.5.2.orig.tar.gz.id b/pycoast_0.5.2.orig.tar.gz.id
new file mode 100644
index 000..89c535d
--- /dev/null
+++ b/pycoast_0.5.2.orig.tar.gz.id
@@ -0,0 +1 @@
+97bbdaf2b43b9b5951d1678bb7760b2e21525ea1

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


[pycoast] annotated tag upstream/0.5.2 created (now da8d3b5)

2014-06-22 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

a_valentino-guest pushed a change to annotated tag upstream/0.5.2
in repository pycoast.

at  da8d3b5   (tag)
   tagging  e7d4487d73b77ad224e6f18da1815031d8e00276 (commit)
 tagged by  Antonio Valentino
on  Sun Jun 22 17:43:41 2014 +

- Log -
Upstream version 0.5.2

Antonio Valentino (1):
  Imported Upstream version 0.5.2

---

No new revisions were added by this update.

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


[pycoast] annotated tag debian/0.5.2-1 created (now cceaaf8)

2014-06-22 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

a_valentino-guest pushed a change to annotated tag debian/0.5.2-1
in repository pycoast.

at  cceaaf8   (tag)
   tagging  bc1a4be5813afd0f107489d2ba50103527f7bf13 (commit)
  replaces  upstream/0.5.2
 tagged by  Antonio Valentino
on  Sun Jun 22 17:43:42 2014 +

- Log -
Debian release 0.5.2-1

Antonio Valentino (1):
  Imported Debian patch 0.5.2-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/pycoast.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 (d470c47 -> 6f49a5a)

2014-06-22 Thread Andreas Tille
This is an automated email from the git hooks/post-receive script.

tille pushed a change to branch master
in repository gis.

  from  d470c47   Add liblaszip-dev to devel task.
   new  6f49a5a   pyresample is rather python-pyresample, drop information 
that can be obtained from VCS

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/remotesensing | 14 +-
 1 file changed, 1 insertion(+), 13 deletions(-)

-- 
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: pyresample is rather python-pyresample, drop information that can be obtained from VCS

2014-06-22 Thread Andreas Tille
This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository gis.

commit 6f49a5a76716b5a0507efa22f3226578c37de741
Author: Andreas Tille 
Date:   Sun Jun 22 21:38:37 2014 +0200

pyresample is rather python-pyresample, drop information that can be 
obtained from VCS
---
 tasks/remotesensing | 14 +-
 1 file changed, 1 insertion(+), 13 deletions(-)

diff --git a/tasks/remotesensing b/tasks/remotesensing
index 19dbe36..2a13aba 100644
--- a/tasks/remotesensing
+++ b/tasks/remotesensing
@@ -353,18 +353,6 @@ Pkg-Description: Generates Digital Elevation Models using 
a local gridding metho
  an inverse distance weighted focal mean via a square moving window of 3, 5,
  or 7 pixels to fill cells in the DEM that have null values.
 
-Depends: pyresample
+Depends: python-pyresample
 WNPP: 720529
-Responsible: Antonio Valentino 
-Homepage: http://code.google.com/p/pyresample/
-License: GPL-3.0+
 Language: Python
-Pkg-URL: http://bazaar.launchpad.net/~a.valentino/+junk/pyresample/files
-Pkg-Description: Resampling of remote sensing data in Python
- Pyresample is a Python package for resampling (reprojection) of earth
- observing satellite data. It handles both resampling of gridded data
- (e.g. geostationary satellites) and swath data (polar orbiting
- satellites).
- .
- Pyresample can use multiple processor cores for resampling.
- Pyresample supports masked arrays.

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


[pycoast] branch master updated (bc1a4be -> 6065e8d)

2014-06-22 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

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

  from  bc1a4be   Imported Debian patch 0.5.2-1
   new  6065e8d   Use debhelper compatibility level 9

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:
 debian/compat | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


[pycoast] 01/01: Use debhelper compatibility level 9

2014-06-22 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

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

commit 6065e8d82368be59dd30d5d60b4ca0c6493c4065
Author: Antonio Valentino 
Date:   Mon Jun 23 05:52:34 2014 +

Use debhelper compatibility level 9
---
 debian/compat | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9

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

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


[pyresample] 01/01: Use debhelper compatibility level 9

2014-06-22 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

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

commit 403261d96e675a7bdbb2282e893df942b5f72122
Author: Antonio Valentino 
Date:   Mon Jun 23 05:50:46 2014 +

Use debhelper compatibility level 9
---
 debian/compat  | 2 +-
 debian/control | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index 4910fe8..d3126cd 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: python
 Priority: optional
 Maintainer: Debian GIS Project 
 Uploaders: Antonio Valentino 
-Build-Depends: debhelper (>= 8.0.0),
+Build-Depends: debhelper (>= 9.0.0),
python-all,
python-setuptools,
python-numpy,

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

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


[pyresample] branch master updated (db63d06 -> 403261d)

2014-06-22 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

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

  from  db63d06   Update maintaner field
   new  403261d   Use debhelper compatibility level 9

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:
 debian/compat  | 2 +-
 debian/control | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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

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