diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2012-07-11 21:46:25 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2012-07-11 21:46:25 +0200 |
commit | 2e4ec4a2a7b6f23dbe979c67ffe5abf471609f93 (patch) | |
tree | a7e41f73c1b539824cc443641343db00fca347b8 /debian | |
parent | bd7a606363967333bc33e4c0ab7a1c50824e96ef (diff) | |
parent | 4af0bd2bf3acca2dc08656ba0e7105a28e2d0d1b (diff) | |
download | ayatana-indicator-power-2e4ec4a2a7b6f23dbe979c67ffe5abf471609f93.tar.gz ayatana-indicator-power-2e4ec4a2a7b6f23dbe979c67ffe5abf471609f93.tar.bz2 ayatana-indicator-power-2e4ec4a2a7b6f23dbe979c67ffe5abf471609f93.zip |
* New upstream release.
* debian/control: updated glib requirement
Diffstat (limited to 'debian')
-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 5016108..a549ac0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +indicator-power (12.10.0-0ubuntu1) UNRELEASED; urgency=low + + * New upstream release. + * debian/control: updated glib requirement + + -- Sebastien Bacher <seb128@ubuntu.com> Wed, 11 Jul 2012 21:39:52 +0200 + indicator-power (2.0-0ubuntu1) precise; urgency=low * New upstream release. diff --git a/debian/control b/debian/control index d378b1f..cb19f9d 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com> Build-Depends: debhelper (>= 8), libgtk-3-dev, - libglib2.0-dev, + libglib2.0-dev (>= 2.33), libindicator3-dev (>= 0.3.90), libupower-glib-dev (>= 0.9.5), gnome-settings-daemon-dev (>= 3.1.4), |