aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>2012-11-20 10:26:51 -0500
committerMathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>2012-11-20 10:26:51 -0500
commit53e2890d0a4083ea8eea31a72b64bb5035b775c0 (patch)
treed3fb06db7326e0a449b455107a1bbd89b5275b7b
parent925eff86c241f040e971572d85e948544d3bf797 (diff)
downloadayatana-indicator-printers-53e2890d0a4083ea8eea31a72b64bb5035b775c0.tar.gz
ayatana-indicator-printers-53e2890d0a4083ea8eea31a72b64bb5035b775c0.tar.bz2
ayatana-indicator-printers-53e2890d0a4083ea8eea31a72b64bb5035b775c0.zip
Add python to Build-Depends for gdbus-codegen.
-rw-r--r--debian/changelog1
-rw-r--r--debian/control1
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 562f9ef..fda3612 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ indicator-printers (0.1.7-0ubuntu1) UNRELEASED; urgency=low
- Drop Build-Depends on cdbs.
- Add a Build-Depends on gnome-common.
- Update Vcs-Bzr, Vcs-Browser and add a notice to uploaders.
+ - Add python to Build-Depends for gdbus-codegen.
* debian/rules:
- Migrate from cdbs to using the dh sequencer.
- Override dh_autoreconf to call autogen.sh.
diff --git a/debian/control b/debian/control
index fbb3719..6ae01eb 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Build-Depends: debhelper (>= 9),
autotools-dev,
dh-autoreconf,
gnome-common,
+ python,
libglib2.0-dev (>= 2.22.3),
libgtk-3-dev,
libdbusmenu-glib-dev (>= 0.5.90),