diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 64b8e55..55a29ee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +indicator-datetime (0.3.1-0ubuntu4) UNRELEASED; urgency=low + + * Migrate from libpolkit-gtk-1-dev to libpolkit-gobject-1-dev. + + -- Andreas Moog <amoog@ubuntu.com> Sat, 24 Dec 2011 21:07:57 +0100 + indicator-datetime (0.3.1-0ubuntu3) precise; urgency=low * Rebuild for the new e-d-s libraries. diff --git a/debian/control b/debian/control index a53c10a..3167f9e 100644 --- a/debian/control +++ b/debian/control @@ -21,7 +21,7 @@ Build-Depends: cdbs, libgtk-3-dev (>= 3.1.4), libcairo2-dev (>= 1.10), libjson-glib-dev, - libpolkit-gtk-1-dev, + libpolkit-gobject-1-dev, libedataserver1.2-dev (>= 2.30), libedataserverui-3.0-dev, libgconf2-dev (>= 2.31), |