diff options
| author | Michael Biebl <biebl@debian.org> | 2011-04-09 06:07:28 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2011-04-09 06:24:48 +0200 |
| commit | 2923beb478e3349801bc5a60f1f3adbdd2de046a (patch) | |
| tree | 9090966b7cac05c98a42bcba2753b4ca00133c96 /debian | |
| parent | 5043daac46dedf858fb6d6efcdb42104d53eab6d (diff) | |
Update Build-Depends
* debian/control - Bump Build-Depends on libglib2.0-dev to (>= 2.22). - Bump Build-Depends on libudev-dev to (>= 147).
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 3 | ||||
| -rw-r--r-- | debian/control | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 3095988e..05df1279 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,9 @@ network-manager (0.8.998-1) UNRELEASED; urgency=low passwords). - Support for WiMaX (currently disabled as the WiMaX SDK is not packaged yet). + * debian/control + - Bump Build-Depends on libglib2.0-dev to (>= 2.22). + - Bump Build-Depends on libudev-dev to (>= 147). -- Michael Biebl <biebl@debian.org> Sat, 09 Apr 2011 05:49:11 +0200 diff --git a/debian/control b/debian/control index 4966ae94..07014da6 100644 --- a/debian/control +++ b/debian/control @@ -11,13 +11,13 @@ Build-Depends: libdbus-glib-1-dev (>= 0.75), libdbus-1-dev (>= 1.1), libiw-dev(>= 27+28pre9), - libglib2.0-dev (>= 2.18), + libglib2.0-dev (>= 2.26), libnl-dev (>= 1.0~pre8), ppp-dev (>= 2.4.5), libpolkit-gobject-1-dev, libgnutls-dev, uuid-dev, - libudev-dev, + libudev-dev (>= 147), libgudev-1.0-dev, gtk-doc-tools Standards-Version: 3.9.1 |