diff options
author | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2013-01-22 18:52:19 +0000 |
---|---|---|
committer | Tarmac <Unknown> | 2013-01-22 18:52:19 +0000 |
commit | 57f37cc482e6df5daaa93f550dab7620777d0784 (patch) | |
tree | 712c3a531e31442dce6bbf58a69cfa5b7436f03d /debian | |
parent | a840d1a37fe26d5f05fc330be60b282f72a828c6 (diff) | |
parent | 584694bf02e4ab81fa3459464532baa3a37be9d2 (diff) | |
download | ayatana-indicator-session-57f37cc482e6df5daaa93f550dab7620777d0784.tar.gz ayatana-indicator-session-57f37cc482e6df5daaa93f550dab7620777d0784.tar.bz2 ayatana-indicator-session-57f37cc482e6df5daaa93f550dab7620777d0784.zip |
Misc fixes for build on raring:
- Drop deprecated calls to g_type_init().
- Update paths to gtest source files due to changes in xorg-gtest.
Approved by PS Jenkins bot, Didier Roche.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index eb8acc2..78666c1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,7 @@ indicator-session (12.10.5-0ubuntu1) UNRELEASED; urgency=low from Build-Depends. (LP: #1085100) - Remove packagekit from Recommends - Add XS-Testsuite: autopkgtest. + - Add libxorg-gtest-dev to Build-Depends. * debian/tests: - Add start-service test; verify that the indicator can be started from DBUS. diff --git a/debian/control b/debian/control index 3131969..458ffef 100644 --- a/debian/control +++ b/debian/control @@ -8,10 +8,11 @@ Build-Depends: debhelper (>= 9), intltool, gnome-common, libgtest-dev, + libxorg-gtest-dev, libdbustest1-dev, dbus-test-runner, libgtk-3-dev, - libglib2.0-dev (>= 2.33), + libglib2.0-dev (>= 2.35.4), gnome-doc-utils, libindicator3-dev (>= 0.3.90), libdbusmenu-glib-dev (>= 0.5.90), |