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 4d7663af9067652af283a1189207b639cb8db378 Author: Antonio Valentino <[email protected]> Date: Mon Feb 15 23:01:28 2016 +0100 Refresh all patches --- debian/changelog | 1 + debian/patches/0001-install-test-sub-package.patch | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 869b3fa..3210a77 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ pyorbital (1.0.0-1) UNRELEASED; urgency=medium * New upstream release (Closes: #814071) * Fix debian/watch file + * Refresh all patches -- Antonio Valentino <[email protected]> Sun, 22 Mar 2015 17:24:12 +0000 diff --git a/debian/patches/0001-install-test-sub-package.patch b/debian/patches/0001-install-test-sub-package.patch index 5f43fbd..5d40cb3 100644 --- a/debian/patches/0001-install-test-sub-package.patch +++ b/debian/patches/0001-install-test-sub-package.patch @@ -7,7 +7,7 @@ Subject: install test sub-package 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py -index 3ce9449..218ce2a 100644 +index 6a8232d..10a6e68 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,8 @@ setup(name='pyorbital', @@ -16,7 +16,7 @@ index 3ce9449..218ce2a 100644 package_dir = {'pyorbital': 'pyorbital'}, - packages = ['pyorbital'], + packages = ['pyorbital', 'pyorbital.tests'], -+ package_data={'pyorbital.tests': ['aiaa_results', '*.TLE']}, - install_requires=['numpy'], ++ package_data={'pyorbital.tests': ['aiaa_results', '*.TLE']}, + install_requires=['numpy>=1.6.0'], zip_safe=False, ) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pyorbital.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

