diff options
| author | Michael Biebl <biebl@debian.org> | 2010-07-27 00:14:40 +0000 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2010-07-27 00:14:40 +0000 |
| commit | fd6666a324e879666c272d77a6771f4fcaf00788 (patch) | |
| tree | e0bfd357976ab6170d964f97b613d15efeaeb157 | |
| parent | 58f8c4a32886be19efcec9e00c52014bd63c0d5d (diff) | |
* debian/control
- Bump Standards-Version to 3.9.1. No further changes. git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@3682 ceb527fc-18e6-0310-9fe2-813c157c29e7
| -rw-r--r-- | debian/changelog | 2 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index c05ffd58..4426dd0b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,8 @@ network-manager (0.8.1-1) UNRELEASED; urgency=low - Drop --with-pppd-plugin-dir configure option and use upstream default. * debian/network-manager.postrm - Clean up /var/lib/NetworkManager on purge. (Closes: #584854) + * debian/control + - Bump Standards-Version to 3.9.1. No further changes. -- Michael Biebl <biebl@debian.org> Thu, 22 Jul 2010 01:50:20 +0200 diff --git a/debian/control b/debian/control index f126f87c..3fa8744b 100644 --- a/debian/control +++ b/debian/control @@ -20,7 +20,7 @@ Build-Depends: uuid-dev, libudev-dev, libgudev-1.0-dev -Standards-Version: 3.9.0 +Standards-Version: 3.9.1 Vcs-Svn: svn://svn.debian.org/pkg-utopia/packages/unstable/networkmanager/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/networkmanager/ Homepage: http://www.gnome.org/projects/NetworkManager/ |