diff options
| author | Michael Biebl <biebl@debian.org> | 2009-04-08 04:31:08 +0000 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2009-04-08 04:31:08 +0000 |
| commit | 53c2354058f8bf4cc1db672bad0e36ad0e26abeb (patch) | |
| tree | fac846fb734d9cf02d8def5fd586444631396f7b | |
| parent | 26b28e491ae69bd4e0727b28cbd84e7efa98f328 (diff) | |
* debian/control
- Bump Standards-Version to 3.8.1. See the changes above wrt the /var/run
directory.
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@3038 ceb527fc-18e6-0310-9fe2-813c157c29e7
| -rw-r--r-- | debian/changelog | 3 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 45478743..2ef7c1c5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,9 @@ network-manager (0.7.0.100-1) UNRELEASED; urgency=low - Do no longer install the /var/run/NetworkManager directory. * debian/network-manager.init - Store the NetworkManager pid file directly in /var/run. + * debian/control + - Bump Standards-Version to 3.8.1. See the changes above wrt the /var/run + directory. -- Michael Biebl <biebl@debian.org> Mon, 06 Apr 2009 10:13:04 +0200 diff --git a/debian/control b/debian/control index 2cc6c329..55854afa 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Build-Depends: debhelper (>= 7), libpolkit-dbus-dev, libgnutls-dev, uuid-dev -Standards-Version: 3.8.0 +Standards-Version: 3.8.1 Vcs-Svn: svn://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager Vcs-Browser: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/networkmanager Homepage: http://www.gnome.org/projects/NetworkManager/ |