diff options
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 f303796..5119541 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ indicator-power (12.10.6-0ubuntu1) UNRELEASED; urgency=low * debian/control: - Bump Build-Depends on debhelper to (>= 9). - Reorganize Build-Depends for clarity; build system b-deps first. + - Add autopoint to Build-Depends. - 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 195d2e2..97bee5c 100644 --- a/debian/control +++ b/debian/control @@ -4,6 +4,7 @@ Priority: optional Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com> Build-Depends: debhelper (>= 9), dh-autoreconf, + autopoint, intltool, libgtk-3-dev, libglib2.0-dev (>= 2.33), |