diff options
author | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2011-06-06 17:54:33 +0100 |
---|---|---|
committer | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2011-06-06 17:54:33 +0100 |
commit | c13a9b0416ad2cb9731641082214ae5e67d33a21 (patch) | |
tree | 4a91e7fff6c093850d851d9cdb0eca7ad754fd5f | |
parent | 446bca123e9128f8471bbfce18453eae76d67d56 (diff) | |
download | empathy-c13a9b0416ad2cb9731641082214ae5e67d33a21.tar.gz |
Bump minimum webkit versiondebian/2.34.0+git.20110606.77d952-0ubuntu0+easton1
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 69208588b..c8940f39a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ empathy (2.34.0+git.20110606.77d952-0ubuntu0+easton1) natty; urgency=low * New upstream snapshot. + * Bump minimum webkit version. -- Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> Mon, 06 Jun 2011 17:51:41 +0100 diff --git a/debian/control b/debian/control index ed0721727..1cf8d986b 100644 --- a/debian/control +++ b/debian/control @@ -39,7 +39,7 @@ Build-Depends: cdbs, libnm-glib-dev (>= 0.7) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libnm-util-dev (>= 0.7) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libgudev-1.0-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], - libwebkitgtk-dev, + libwebkitgtk-dev (>= 1.3.13), libgnome-keyring-dev (>= 2.26.0), libgcr-dev (>= 2.26.0), libunique-dev (>= 1.1.2), |