This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository gmt.
commit ab2cb02b094559a84b33326f6af118fb0f1e39a1 Author: Bas Couwenberg <[email protected]> Date: Fri Jun 12 20:00:21 2015 +0200 Use Breaks/Replaces instead of versioned Conflicts. --- debian/changelog | 1 + debian/control | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 40cc3a3..9fb5174 100644 --- a/debian/changelog +++ b/debian/changelog @@ -43,6 +43,7 @@ gmt (5.1.2+dfsg1-1) UNRELEASED; urgency=medium * Add patches for various typos. * Add symbols file for libgmt5. * Add debug package. + * Use Breaks/Replaces instead of versioned Conflicts. -- Bas Couwenberg <[email protected]> Sun, 07 Jun 2015 12:06:29 +0200 diff --git a/debian/control b/debian/control index 57f072a..9140f06 100644 --- a/debian/control +++ b/debian/control @@ -162,7 +162,8 @@ Depends: libjs-jquery, libjs-underscore, ${misc:Depends} Suggests: www-browser -Conflicts: gmt (<< 4.5.7-1~) +Breaks: gmt (<< 4.5.7-1~) +Replaces: gmt (<< 4.5.7-1~) Description: HTML documentation for GMT, the Generic Mapping Tools GMT is a collection of UNIX tools that allow users to manipulate (x,y) and (x,y,z) data sets (including filtering, trend fitting, gridding, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/gmt.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

