summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schauer <josch@debian.org>2015-11-01 09:31:04 +0100
committerJohannes Schauer <josch@debian.org>2015-11-01 09:31:04 +0100
commitbe2a71bd7dfb6e54c0606f80e8af7bdfe2fa5070 (patch)
treef34bc27a5a3413d7d78fc9faee1c01b207723419
parentf327338654a7266c92961e075ad60b173d3d5861 (diff)
let libfuzzylite5.1v5 replace libfuzzylite5.1
-rw-r--r--debian/changelog6
-rw-r--r--debian/control3
2 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 0120b57..3b00a5b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+fuzzylite (5.1+dfsg-3) UNRELEASED; urgency=medium
+
+ * let libfuzzylite5.1v5 replace libfuzzylite5.1 (Closes: #803357)
+
+ -- Johannes Schauer <josch@debian.org> Sun, 01 Nov 2015 09:30:02 +0100
+
fuzzylite (5.1+dfsg-2) unstable; urgency=medium
* start using dgit git repositories and change Vcs-Browser and Vcs-Git
diff --git a/debian/control b/debian/control
index 4807661..e74eac2 100644
--- a/debian/control
+++ b/debian/control
@@ -32,6 +32,9 @@ Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
+Replaces: libfuzzylite5.1
+Breaks: libfuzzylite5.1
+Conflicts: libfuzzylite5.1
Description: fuzzy logic control shared library
fuzzylite is a fuzzy logic control library which allows one to easily
create fuzzy logic controllers in a few steps utilizing object-oriented