This is an automated email from the git hooks/post-receive script. jreyer-guest pushed a commit to branch master in repository wine.
commit 243c0870de511bf53eb8b054a7da0f40387c65f6 Author: Jens Reyer <[email protected]> Date: Mon Sep 7 20:39:33 2015 +0200 Make Breaks/Replaces backports safe. Although there will probably never be a 1.7.41-2~bpo version, this allows us to use this as reference. --- debian/control.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control.in b/debian/control.in index b8426d6..d88a4cf 100644 --- a/debian/control.in +++ b/debian/control.in @@ -181,9 +181,9 @@ Multi-Arch: foreign Depends: ${misc:Depends}, Replaces: - libwineVERSION (<< 1.7.41-2), + libwineVERSION (<< 1.7.41-2~), Breaks: - libwineVERSION (<< 1.7.41-2), + libwineVERSION (<< 1.7.41-2~), Description: Windows API implementation - fonts Wine is a free MS-Windows API implementation. This is still a work in progress and many applications may still not work. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wine/wine.git _______________________________________________ pkg-wine-party mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-wine-party
