diff options
| author | Michael Biebl <biebl@debian.org> | 2008-12-05 23:53:36 +0000 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2008-12-05 23:53:36 +0000 |
| commit | 3af857bd8faf37dc81955eb03026eb4f4a86bc95 (patch) | |
| tree | c101a40d4f618d83f6e5cb26d91b4d3ee46ed7e9 /debian/control | |
| parent | c85a8b8af284df81fd9d27392db4cb17a5129ab6 (diff) | |
* debian/patches/04-ltversioning.patch
- Bump soname of libnm-util due to an ABI break between 0.6.6 and 0.7.
(Closes: #503682)
* Update control, install and symbols file for the new libnm-util library
name.
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/experimental/networkmanager@2538 ceb527fc-18e6-0310-9fe2-813c157c29e7
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 3d599a50..a2a0759f 100644 --- a/debian/control +++ b/debian/control @@ -96,7 +96,7 @@ Description: network management framework (GLib interface) This package provides the shared library that applications can use for creating VPN connections via NetworkManager. -Package: libnm-util0 +Package: libnm-util1 Section: libs Architecture: any Depends: ${shlibs:Depends} @@ -114,7 +114,7 @@ Description: network management framework (shared library) Package: libnm-util-dev Section: libdevel Architecture: any -Depends: libnm-util0 (= ${binary:Version}), libglib2.0-dev, libdbus-glib-1-dev (>= 0.60) +Depends: libnm-util1 (= ${binary:Version}), libglib2.0-dev, libdbus-glib-1-dev (>= 0.60) Description: network management framework (development files) NetworkManager attempts to keep an active network connection available at all times. It is intended only for the desktop use-case, and is not intended for |