diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2012-02-07 21:00:00 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-02-07 21:00:00 -0600 |
commit | d2c2e90d83806c6c4e5f4520e4883fc62b13e7ff (patch) | |
tree | d414bcab1485845ecb11d563415308cf5a561b6d /debian | |
parent | a4cd5f6e1d8db40b1d9277bb6a6d1edf8125327b (diff) | |
download | ayatana-indicator-session-d2c2e90d83806c6c4e5f4520e4883fc62b13e7ff.tar.gz ayatana-indicator-session-d2c2e90d83806c6c4e5f4520e4883fc62b13e7ff.tar.bz2 ayatana-indicator-session-d2c2e90d83806c6c4e5f4520e4883fc62b13e7ff.zip |
* rebuild for libindicator7
* debian/rules
- build with no-error=deprecated-declarations
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/rules | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index e7f652c..2b1eb64 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,12 @@ indicator-session (0.3.7.1-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:55:06 -0500 + -- Ken VanDine <ken.vandine@canonical.com> Tue, 24 Jan 2012 12:58:33 -0500 indicator-session (0.3.7.1-1) experimental; urgency=low diff --git a/debian/rules b/debian/rules index a393364..43ffda2 100644 --- a/debian/rules +++ b/debian/rules @@ -13,6 +13,7 @@ DEB_CONFIGURE_FLAGS_gtk2 = --with-gtk=2 DEB_CONFIGURE_FLAGS_gtk3 = --with-gtk=3 DEB_CONFIGURE_EXTRA_FLAGS = --disable-static +CFLAGS += -Wno-error=deprecated-declarations LDFLAGS += -Wl,-z,defs -Wl,--as-needed debian/stamp-autotools/gtk2: cdbs_configure_flags += $(DEB_CONFIGURE_FLAGS_gtk2) |