This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository pyorbital.
commit 0c7503bbb4fcef1fdb9a7d8b0bffe27f10a1c56f Author: Bas Couwenberg <[email protected]> Date: Sun Nov 6 10:42:49 2016 +0100 Fix control file with cme. --- debian/changelog | 4 ++++ debian/control | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7cf016e..f8693ae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,12 @@ pyorbital (1.1.0-2) unstable; urgency=medium + [ Antonio Valentino ] * debian/control - fix Breaks and Replaces fields (Closes: #843352) + [ Bas Couwenberg ] + * Fix control file with cme. + -- Antonio Valentino <[email protected]> Sun, 06 Nov 2016 09:00:39 +0000 pyorbital (1.1.0-1) unstable; urgency=medium diff --git a/debian/control b/debian/control index 260a3ec..361b01a 100644 --- a/debian/control +++ b/debian/control @@ -35,7 +35,6 @@ Description: Orbital and astronomy computations in Python 2 . This is the Python 2 version of the package. - Package: python3-pyorbital Architecture: all Depends: ${shlibs:Depends}, @@ -57,8 +56,8 @@ Section: doc Depends: ${misc:Depends}, ${sphinxdoc:Depends} Suggests: www-browser -Replaces: python-pyorbital (<< 1.1.0-1) Breaks: python-pyorbital (<< 1.1.0-1) +Replaces: python-pyorbital (<< 1.1.0-1) Description: Orbital and astronomy computations in Python (documentation) Python package for computing orbital parameters from TLE files, and making diverse astronomical computations. -- 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

