diff options
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 1a1dc4a..3134406 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,9 @@ indicator-applet (0.2.0~bzr298-0ubuntu1) UNRELEASED; urgency=low * Upstream snapshot - * debian/control: Add in package libindicator-dev + * debian/control: + * Add in package libindicator-dev + * Add build depends on libxml2-dev for upstream dep * debian/libindicate-dev.install: Add greater specificity on what gets installed to not get confused with files from libindicator * debian/libindicator-dev.install: Specify which files should be diff --git a/debian/control b/debian/control index 9a734c5..9595fc5 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,8 @@ Build-Depends: debhelper (>= 5.0), gnome-doc-utils, libgnomeui-dev, libtool, - intltool + intltool, + libxml2-dev Standards-Version: 3.8.0 Homepage: https://launchpad.net/indicator-applet Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/indicator-applet/ubuntu |