aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2012-01-24 22:19:25 -0500
committerKen VanDine <ken.vandine@canonical.com>2012-01-24 22:19:25 -0500
commitcde1efd7c330353f1e8d490dd58845eb8e501477 (patch)
tree86b6b13521c5e6c2333e0e6f603880e6859bd527 /debian
parentc5b94a6243538d5cce1b46e8c390d45a6384cae8 (diff)
downloadayatana-indicator-messages-cde1efd7c330353f1e8d490dd58845eb8e501477.tar.gz
ayatana-indicator-messages-cde1efd7c330353f1e8d490dd58845eb8e501477.tar.bz2
ayatana-indicator-messages-cde1efd7c330353f1e8d490dd58845eb8e501477.zip
* rebuild for libindicator7
* debian/rules - build with no-error=deprecated-declarations
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog5
-rwxr-xr-xdebian/rules1
2 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 207d1e7..6ecdef4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,12 @@
indicator-messages (0.5.0-1ubuntu1) UNRELEASED; urgency=low
+ * rebuild for libindicator7
+ * debian/rules
+ - build with no-error=deprecated-declarations
* debian/control
- set ubuntu-desktop VCS and maintainer
- -- Ken VanDine <ken.vandine@canonical.com> Tue, 22 Nov 2011 14:45:44 -0500
+ -- Ken VanDine <ken.vandine@canonical.com> Tue, 24 Jan 2012 12:58:32 -0500
indicator-messages (0.5.0-1) experimental; urgency=low
diff --git a/debian/rules b/debian/rules
index a2f4065..4eae6c7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,6 +12,7 @@ DEB_DESTDIR = $(CURDIR)/debian/tmp/$(cdbs_make_curflavor)/
DEB_CONFIGURE_FLAGS_gtk2 = --with-gtk=2
DEB_CONFIGURE_FLAGS_gtk3 = --with-gtk=3
+CFLAGS += -Wno-error=deprecated-declarations
LDFLAGS += -Wl,-z,defs -Wl,--as-needed
debian/stamp-autotools/gtk2: cdbs_configure_flags += $(DEB_CONFIGURE_FLAGS_gtk2)