diff options
-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 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), |