diff options
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index b22b0387..afff982d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ network-manager (0.9.5.96-1) UNRELEASED; urgency=low * New upstream release (0.9.6 rc2). + * Bump Build-Depends on libdbus-glib-1-dev to (>= 0.94). -- Michael Biebl <biebl@debian.org> Tue, 07 Aug 2012 14:24:25 +0200 diff --git a/debian/control b/debian/control index 4216880e..d5bb8952 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends: autotools-dev, pkg-config, intltool, - libdbus-glib-1-dev (>= 0.75), + libdbus-glib-1-dev (>= 0.94), libdbus-1-dev (>= 1.1), libiw-dev(>= 27+28pre9), libglib2.0-dev (>= 2.22), |