diff options
author | Matthias Klose <doko@ubuntu.com> | 2013-12-19 08:37:54 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2013-12-19 08:37:54 -0600 |
commit | a703b19e43e0ed39b2ef2e76953199ed66ebbf35 (patch) | |
tree | 0f9a39c9eed1e42c89ce86a90e583edacca84a5d /debian | |
parent | 65bc7f80becdd2f2e01be4e14a7d2d960615cdb9 (diff) | |
download | libayatana-appindicator-a703b19e43e0ed39b2ef2e76953199ed66ebbf35.tar.gz libayatana-appindicator-a703b19e43e0ed39b2ef2e76953199ed66ebbf35.tar.bz2 libayatana-appindicator-a703b19e43e0ed39b2ef2e76953199ed66ebbf35.zip |
* Build with -Wno-error=deprecated-declarations.
* Don't build the mono bindings on ppc64el, not available.
* Disable building the example, vala build error.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 10 | ||||
-rwxr-xr-x | debian/rules | 2 |
3 files changed, 14 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog index 1061624..63c650e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +libappindicator (12.10.1+13.10.20130920-0ubuntu3) trusty; urgency=medium + + * Build with -Wno-error=deprecated-declarations. + * Don't build the mono bindings on ppc64el, not available. + * Disable building the example, vala build error. + + -- Matthias Klose <doko@ubuntu.com> Thu, 19 Dec 2013 13:50:03 +0100 + libappindicator (12.10.1+13.10.20130920-0ubuntu2) saucy; urgency=low * Don't build the mono bindings on AArch64, not available. diff --git a/debian/control b/debian/control index 1d9b829..30c1b62 100644 --- a/debian/control +++ b/debian/control @@ -7,22 +7,22 @@ Build-Depends: debhelper (>= 9), dh-autoreconf, python-all-dev, at-spi2-core, - cli-common-dev (>= 0.5.7) [!arm64], + cli-common-dev (>= 0.5.7) [!arm64 !ppc64el], gobject-introspection, intltool, gtk-doc-tools, libxml2-utils, - libnunit-cil-dev [!arm64], + libnunit-cil-dev [!arm64 !ppc64el], dbus-test-runner, xvfb, valac, - mono-devel (>= 2.4.3) [!arm64], + mono-devel (>= 2.4.3) [!arm64 !ppc64el], libglib2.0-dev (>= 2.35.4), libgtk-3-dev (>= 2.91.3), libgtk2.0-dev (>= 2.12.0), python-gtk2-dev, - gtk-sharp2-gapi [!arm64], - libgtk2.0-cil-dev [!arm64], + gtk-sharp2-gapi [!arm64 !ppc64el], + libgtk2.0-cil-dev [!arm64 !ppc64el], libdbus-glib-1-dev (>= 0.82), libindicator-dev (>= 0.3.90), libindicator3-dev (>= 0.3.90), diff --git a/debian/rules b/debian/rules index 9df0c58..4fe4e6b 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ API_VERSION = 0.1 DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH) CONFIGURE_COMMON_FLAGS = --disable-scrollkeeper --enable-introspection -ifneq (,$(filter $(DEB_HOST_ARCH),arm64)) +ifneq (,$(filter $(DEB_HOST_ARCH),arm64 ppc64el)) CONFIGURE_COMMON_FLAGS += --disable-mono-test else dh_extra_args = ,cli |