diff options
author | Ted Gould <ted@gould.cx> | 2012-02-10 15:11:02 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-02-10 15:11:02 -0600 |
commit | c822265c083ac4fb74e5be160c674a34decf3f32 (patch) | |
tree | 0d6bf389cb8d6fb3da103397295f3497d6b84203 | |
parent | 081237a24c34a9462c47a2d62720ba14f18cad0e (diff) | |
parent | 95f3958867d101d7e2820569d4efc3aba2efbb4c (diff) | |
download | ayatana-indicator-messages-c822265c083ac4fb74e5be160c674a34decf3f32.tar.gz ayatana-indicator-messages-c822265c083ac4fb74e5be160c674a34decf3f32.tar.bz2 ayatana-indicator-messages-c822265c083ac4fb74e5be160c674a34decf3f32.zip |
Update to U. Desktop
-rw-r--r-- | debian/changelog | 9 | ||||
-rwxr-xr-x | debian/rules | 1 |
2 files changed, 7 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index a34fb9b..1aeb67a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ -indicator-messages (0.5.90-0ubuntu1~ppa1) precise; urgency=low +indicator-messages (0.5.90-0ubuntu1) precise; urgency=low + [ Ted Gould ] * New upstream release. * Adding code coverage targets * Match libindicate 0.6.90 @@ -11,7 +12,11 @@ indicator-messages (0.5.90-0ubuntu1~ppa1) precise; urgency=low * Adding a name hint * debian/control: Requiring libindicate 0.6.90 and dbusmenu 0.5.90 - -- Ted Gould <ted@ubuntu.com> Thu, 09 Feb 2012 22:39:42 -0600 + [ Ken VanDine ] + * debian/rules + - drop no-error=deprecated-declarations from CFLAGS + + -- Ken VanDine <ken.vandine@canonical.com> Fri, 10 Feb 2012 14:29:59 -0500 indicator-messages (0.5.0-1ubuntu1) precise; urgency=low diff --git a/debian/rules b/debian/rules index 4eae6c7..a2f4065 100755 --- a/debian/rules +++ b/debian/rules @@ -12,7 +12,6 @@ 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) |