diff options
| author | Sjoerd Simons <sjoerd@debian.org> | 2008-10-02 22:17:18 +0000 |
|---|---|---|
| committer | Sjoerd Simons <sjoerd@debian.org> | 2008-10-02 22:17:18 +0000 |
| commit | 84c285f2ba5d341d2328d6f2964d870d37ff9f77 (patch) | |
| tree | b4d0967d1d2c987e5e90a5de1c3ef91ff85cb946 /debian | |
| parent | fac5793026f98c0bcccbab994db40d65fd6bcbfa (diff) | |
Update to svn version 4142
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/experimental/networkmanager@2428 ceb527fc-18e6-0310-9fe2-813c157c29e7
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 6 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 185658f9..8ef9707e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -network-manager (0.7.0~svn4004-1) UNRELEASED; urgency=low +network-manager (0.7.0~svn4142-1) UNRELEASED; urgency=low * SVN snapshot of the upcoming 0.7 release. @@ -27,7 +27,10 @@ network-manager (0.7.0~svn4004-1) UNRELEASED; urgency=low * debian/*.install: Updated * debian/*.symbols: Added - -- Michael Biebl <biebl@debian.org> Fri, 22 Aug 2008 21:53:54 +0200 + [ Sjoerd Simons ] + * debian/control: Add build-depend on uuid-dev + + -- Sjoerd Simons <sjoerd@debian.org> Thu, 02 Oct 2008 23:14:10 +0100 network-manager (0.6.6-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 56d3a84c..7c0878ed 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Riccardo Setti <giskard@debian.org>, Michael Biebl <biebl@debian.org> Build-Depends: debhelper (>= 5.0.0), cdbs, autotools-dev, pkg-config, intltool, quilt, libdbus-glib-1-dev (>= 0.75), libiw-dev(>= 27+28pre9), libglib2.0-dev, libhal-dev (>= 0.5.0), libnl-dev (>= 1.0~pre8), ppp-dev, - libpolkit-dbus-dev, libgnutls-dev + libpolkit-dbus-dev, libgnutls-dev, uuid-dev Standards-Version: 3.8.0 Vcs-Svn: svn://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager Vcs-Browser: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/networkmanager |