diff options
author | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-15 12:05:00 -0500 |
---|---|---|
committer | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-15 12:05:00 -0500 |
commit | 43db0f08ea0eceb7e1ae6593acd38eae370ed72b (patch) | |
tree | 12fad2a7e001c950cc6d49eca6af607b784d4e7c /debian | |
parent | 78fa11f9da94c63e181306ee58657b3c0afb761b (diff) | |
download | ayatana-indicator-power-43db0f08ea0eceb7e1ae6593acd38eae370ed72b.tar.gz ayatana-indicator-power-43db0f08ea0eceb7e1ae6593acd38eae370ed72b.tar.bz2 ayatana-indicator-power-43db0f08ea0eceb7e1ae6593acd38eae370ed72b.zip |
Add libxorg-gtest-dev to Build-Depends for unit tests.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 5119541..07ba2eb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ indicator-power (12.10.6-0ubuntu1) UNRELEASED; urgency=low - Bump Build-Depends on debhelper to (>= 9). - Reorganize Build-Depends for clarity; build system b-deps first. - Add autopoint to Build-Depends. + - Add libxorg-gtest-dev to Build-Depends for unit tests. - Use trailing commas for dep lists, as per other indicator packages. - Update Vcs-Bzr and Vcs-Browser fields, add notice to uploaders. * debian/compat: bump to compat level 9. diff --git a/debian/control b/debian/control index 97bee5c..b08c6d0 100644 --- a/debian/control +++ b/debian/control @@ -6,6 +6,7 @@ Build-Depends: debhelper (>= 9), dh-autoreconf, autopoint, intltool, + libxorg-gtest-dev, libgtk-3-dev, libglib2.0-dev (>= 2.33), libindicator3-dev (>= 0.3.90), |