diff options
| -rw-r--r-- | debian/changelog | 3 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 58dce154..c231ef71 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,12 +12,13 @@ network-manager (0.9.4.0-1) UNRELEASED; urgency=low * Refresh patches. * Rewrite and update debian/copyright using the machine-readable copyright format 1.0. (Closes: #652882) + * Bump Standards-Version to 3.9.3. * Clean up seen-bssids and timestamps state file on purge. * Update symbols files for libnm-glib and libnm-util. * Install new nm-*-enum-types.h header files. * Add Build-Depends on libnl-genl-3-dev. - -- Michael Biebl <biebl@debian.org> Sat, 24 Mar 2012 14:05:56 +0100 + -- Michael Biebl <biebl@debian.org> Sat, 24 Mar 2012 14:06:41 +0100 network-manager (0.9.2.0-2) unstable; urgency=low diff --git a/debian/control b/debian/control index 62300d60..514c930c 100644 --- a/debian/control +++ b/debian/control @@ -28,7 +28,7 @@ Build-Depends: gir1.2-freedesktop, gtk-doc-tools, libglib2.0-doc -Standards-Version: 3.9.2 +Standards-Version: 3.9.3 Vcs-Git: git://git.debian.org/git/pkg-utopia/network-manager.git Vcs-Browser: http://git.debian.org/?p=pkg-utopia/network-manager.git;a=summary Homepage: http://www.gnome.org/projects/NetworkManager/ |