[pyresample] 08/16: Fix debian/control
Antonio Valentino
a_valentino-guest at moszumanska.debian.org
Sat Jul 11 19:52:37 UTC 2015
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 2c1cbbf48d8cd0466a5d9f178e82f58f5600d00b
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date: Sat Jul 11 10:43:42 2015 +0000
Fix debian/control
---
debian/changelog | 2 ++
debian/control | 15 +++++++--------
2 files changed, 9 insertions(+), 8 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b0b69a6..8374925 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,8 @@ pyresample (1.1.3-1) UNRELEASED; urgency=medium
control file. It is not necessary
- added an explicit build dependency from dh-python
- updated package dependencies
+ - drop deprecated parameter XS-Testsuite
+ - fix Vcs-Browser field format
-- Antonio Valentino <antonio.valentino at tiscali.it> Sun, 03 Aug 2014 07:21:08 +0000
diff --git a/debian/control b/debian/control
index 01c76bb..9301df8 100644
--- a/debian/control
+++ b/debian/control
@@ -1,8 +1,9 @@
Source: pyresample
-Section: python
-Priority: optional
Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
Uploaders: Antonio Valentino <antonio.valentino at tiscali.it>
+Section: python
+Testsuite: autopkgtest
+Priority: optional
Build-Depends: debhelper (>= 9.0.0),
dh-python,
python-all,
@@ -15,10 +16,9 @@ Build-Depends: debhelper (>= 9.0.0),
python-nose,
python-mpltoolkits.basemap
Standards-Version: 3.9.6
-Homepage: https://github.com/pytroll/pyresample
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/pyresample.git
Vcs-Git: http://anonscm.debian.org/git/pkg-grass/pyresample.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/pyresample.git;a=summary
-XS-Testsuite: autopkgtest
+Homepage: https://github.com/pytroll/pyresample
Package: python-pyresample
Architecture: all
@@ -30,7 +30,6 @@ Depends: ${misc:Depends},
python-scipy | python-pykdtree
Recommends: python-numexpr,
python-mpltoolkits.basemap
-
Suggests: python-pyresample-doc
Description: Resampling of remote sensing data in Python
Pyresample is a Python package for resampling (reprojection) of earth
@@ -60,7 +59,8 @@ Description: Resampling of remote sensing data in Python (documentation)
Package: python-pyresample-test
Architecture: all
-Depends: ${misc:Depends}, python-pyresample
+Depends: ${misc:Depends},
+ python-pyresample
Description: Resampling of remote sensing data in Python (test suite)
Pyresample is a Python package for resampling (reprojection) of earth
observing satellite data. It handles both resampling of gridded data
@@ -71,4 +71,3 @@ Description: Resampling of remote sensing data in Python (test suite)
Pyresample supports masked arrays.
.
This package contains the test suite (and related data) for pyresample.
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pyresample.git
More information about the Pkg-grass-devel
mailing list