From 95f3958867d101d7e2820569d4efc3aba2efbb4c Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Fri, 10 Feb 2012 14:30:40 -0500 Subject: releasing version 0.5.90-0ubuntu1 --- debian/changelog | 9 +++++++-- debian/rules | 1 - 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'debian') 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 Thu, 09 Feb 2012 22:39:42 -0600 + [ Ken VanDine ] + * debian/rules + - drop no-error=deprecated-declarations from CFLAGS + + -- Ken VanDine 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) -- cgit v1.2.3