diff options
-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) |