From: Jérôme Benoit Date: Mon, 1 Dec 2014 20:10:07 +0000 (+0100) Subject: Fix upgrade path. X-Git-Tag: debian/1.9.6-1ubuntu2~1 X-Git-Url: https://git.piment-noir.org/?p=deb_libnfs.git;a=commitdiff_plain;h=b0acecff7848570c71c90d64c250a74bf227793f Fix upgrade path. Signed-off-by: Jérôme Benoit --- 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. .