diff --git a/debian/changelog b/debian/changelog index 71d1ce5..89190be 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +command-not-found (0.3ubuntu11) trusty; urgency=low + + * python-commandnotfound needs to breaks/conflicts/replaces with + command-not-found from precise. (LP: #1296072) + + -- Rolf Leggewie Sat, 22 Mar 2014 23:25:21 +0800 + command-not-found (0.3ubuntu10) trusty; urgency=medium [ Anthony Wong ] diff --git a/debian/control b/debian/control index 65a7824..d3b9546 100644 --- a/debian/control +++ b/debian/control @@ -57,5 +57,8 @@ Depends: command-not-found-data, python-gdbm, ${misc:Depends}, ${python:Depends} +Conflicts: command-not-found (<< 0.3ubuntu7) +Breaks: command-not-found (<< 0.3ubuntu7) +Replaces: command-not-found (<< 0.3ubuntu7) Description: Python 2 bindings for command-not-found. This package will install Python 2 library for command_not_found tool.