This is an automated email from the git hooks/post-receive script. olek-guest pushed a commit to branch master in repository atlas-cpp.
commit cfd2fe07a7621c6f582684019ecd77a661765c27 Author: Olek Wojnar <[email protected]> Date: Sun Oct 4 21:50:15 2015 -0500 Add proper Breaks+Replaces relationship For new -tools binary package --- debian/changelog | 2 ++ debian/control | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 3727de9..418b795 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ atlas-cpp (0.6.3-2) unstable; urgency=medium * Fix symbols file for multiple architectures (Closes: #800927) + * Declare Breaks+Replaces (Closes: #800925) + - Between old -dev and new -tools binary packages -- Olek Wojnar <[email protected]> Sun, 04 Oct 2015 21:14:25 -0500 diff --git a/debian/control b/debian/control index 4ec5bfa..6f3a40c 100644 --- a/debian/control +++ b/debian/control @@ -52,7 +52,6 @@ Package: libatlas-cpp-0.6-tools Architecture: any Multi-Arch: foreign Section: games -Pre-Depends: dpkg (>= 1.15.6~) Depends: libatlas-cpp-0.6-2 (= ${binary:Version}), pkg-config, ${misc:Depends}, @@ -60,6 +59,8 @@ Depends: libatlas-cpp-0.6-2 (= ${binary:Version}), Suggests: libatlas-cpp-0.6-2-dbg (= ${binary:Version}), libatlas-cpp-0.6-dev (= ${binary:Version}), libatlas-cpp-doc (>= ${source:Version}) +Breaks: libatlas-cpp-0.6-dev (<< 0.6.3) +Replaces: libatlas-cpp-0.6-dev (<< 0.6.3) Description: World Forge wire protocol library - tools This library implements the Atlas protocol, for use in client-server game applications. It can be used in either clients or servers. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/atlas-cpp.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

