From b0acecff7848570c71c90d64c250a74bf227793f Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 1 Dec 2014 21:10:07 +0100 Subject: [PATCH] Fix upgrade path. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- debian/changelog | 6 ++++++ debian/control | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 49c615a..b05ea66 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libnfs (1.9.6-1ubuntu2) trusty; urgency=medium + + * Fix upgrade path from libnfs1 + + -- Jérôme Benoit Mon, 01 Dec 2014 20:59:11 +0100 + libnfs (1.9.6-1ubuntu1) trusty; urgency=medium * Add O_TRUNC support for nfs_create diff --git a/debian/control b/debian/control index 7670951..75089c5 100644 --- a/debian/control +++ b/debian/control @@ -30,8 +30,8 @@ Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} -Breaks: libnfs1 ( >= 1.9.3-1 ) -Replaces: libnfs1 ( >= 1.9.3-1 ) +Breaks: libnfs1 ( >= 1.6.0-0 ) +Replaces: libnfs1 ( >= 1.6.0-0 ) Description: NFS client library (shared library) LIBNFS is a client library for accessing NFS shares over a network. . -- 2.34.1