This is an automated email from the git hooks/post-receive script. mattia pushed a commit to branch master in repository libreoffice-dictionaries.
commit f5ef9b801de852fb9b748f6eee7aeb72c2bdd6f8 Author: Mattia Rizzolo <[email protected]> Date: Sun Feb 28 23:49:47 2016 +0000 Breaks/Repleases all versions prior to 1:5.0.1+dfsg-1 This is a first step to make possible to sync this package in Ubuntu Gbp-Dch: Short --- debian/helper.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/debian/helper.py b/debian/helper.py index dfbb685..1ca3ada 100755 --- a/debian/helper.py +++ b/debian/helper.py @@ -61,13 +61,13 @@ provides = { } breaks_replaces = { - "hunspell-af": ("myspell-af", "1:3.3.0-4"), - "hunspell-en-gb": ("myspell-en-gb", "1:3.3.0-4"), - "hunspell-en-za": ("myspell-en-za", "1:3.3.0-4"), - "hunspell-it": ("myspell-it", "1:3.3.0-4"), - "hunspell-sw": ("myspell-sw", "1:3.3.0-4"), - "hunspell-th": ("myspell-th", "1:3.3.0-4"), - "hunspell-sl": ("myspell-sl", "1.0-5"), + "hunspell-af": ("myspell-af", '<<', "1:5.0.1+dfsg-1"), + "hunspell-en-gb": ("myspell-en-gb", '<<', "1:5.0.1+dfsg-1"), + "hunspell-en-za": ("myspell-en-za", '<<', "1:5.0.1+dfsg-1"), + "hunspell-it": ("myspell-it", '<<', "1:5.0.1+dfsg-1"), + "hunspell-sw": ("myspell-sw", '<<', "1:5.0.1+dfsg-1"), + "hunspell-th": ("myspell-th", '<<', "1:5.0.1+dfsg-1"), + "hunspell-sl": ("myspell-sl", '<=', "1.0-5"), } conflicts = { @@ -314,7 +314,7 @@ def generate_control(): else: br = '' if pkg_name in breaks_replaces: - br = 'Breaks: {0} (<= {1})\nReplaces: {0} (<= {1})\n' + br = 'Breaks: {0} ({1} {2})\nReplaces: {0} ({1} {2})\n' br = br.format(*breaks_replaces[pkg_name]) co = '' if pkg_name in conflicts: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice-dictionaries.git

