diff options
author | Ted Gould <ted@canonical.com> | 2009-04-21 20:45:05 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-04-21 20:45:05 -0500 |
commit | 74a29536b81b8aa54f418078b8a4c39489d6bf5f (patch) | |
tree | d59c955d97153a45d3bdcbfd70b8ada96b6f1019 /debian | |
parent | 6465b8b734bb4ef825b518cc5f1397b6ba1bcf17 (diff) | |
download | libayatana-indicator-74a29536b81b8aa54f418078b8a4c39489d6bf5f.tar.gz libayatana-indicator-74a29536b81b8aa54f418078b8a4c39489d6bf5f.tar.bz2 libayatana-indicator-74a29536b81b8aa54f418078b8a4c39489d6bf5f.zip |
* debian/control:
* Add in package libindicator-dev
* Add build depends on libxml2-dev for upstream dep
Diffstat (limited to 'debian')
-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 |