diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-02-23 08:50:33 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-02-23 08:50:33 -0500 |
commit | 58dbd1d4fe540ddd5bce899a6debbf2bc7270846 (patch) | |
tree | 89b1b9d810afd05a23eba9fb42ea93101b6572c2 | |
parent | 04397e71cdbe75221629716b9d1d415a82f0be11 (diff) | |
download | libayatana-indicator-0.3.19-0ubuntu2.tar.gz libayatana-indicator-0.3.19-0ubuntu2.tar.bz2 libayatana-indicator-0.3.19-0ubuntu2.zip |
releasing version 0.3.19-0ubuntu20.3.19-0ubuntu2
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 1ad8a55..2a4cd6f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libindicator (0.3.19-0ubuntu2) natty; urgency=low + + * debian/control: + - Use new build-depends for libgtk-3-dev + + -- Ken VanDine <ken.vandine@canonical.com> Wed, 23 Feb 2011 08:49:50 -0500 + libindicator (0.3.19-0ubuntu1) natty; urgency=low * debian/rules diff --git a/debian/control b/debian/control index 03085a2..7e47913 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 5.0), cdbs (>= 0.4.41), libglib2.0-dev (>= 2.22), libgtk2.0-dev (>= 2.18), - libgtk3.0-dev (>= 2.91.3), + libgtk-3-dev (>= 2.91.3), libtool, intltool, gtk-doc-tools, |