From 8e3f1f3d482a49af3f5461d8084c91e103d2984f Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Thu, 11 Aug 2011 14:22:27 -0400 Subject: * debian/control - Bumped build depends for libindicate to >= 0.5.90 * debian/rules - Fixed configure arg for gtk version --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 0105586..609e1a4 100755 --- a/debian/rules +++ b/debian/rules @@ -9,8 +9,8 @@ include /usr/share/cdbs/1/class/gnome.mk DEB_MAKE_DESTDIRSKEL = $(CURDIR)/debian/tmp/@FLAVOR@ DEB_DESTDIR = $(CURDIR)/debian/tmp/$(cdbs_make_curflavor)/ -DEB_CONFIGURE_FLAGS_gtk2 = --with-indicator-gtk=2 -DEB_CONFIGURE_FLAGS_gtk3 = --with-indicator-gtk=3 +DEB_CONFIGURE_FLAGS_gtk2 = --with-gtk=2 +DEB_CONFIGURE_FLAGS_gtk3 = --with-gtk=3 LDFLAGS += -Wl,-z,defs -Wl,--as-needed -- cgit v1.2.3 From b4db559848359e10a5bda56c3dc8e8d24555a534 Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Fri, 12 Aug 2011 10:23:13 -0400 Subject: releasing version 0.4.93-0ubuntu2 --- debian/changelog | 7 +++++++ debian/rules | 1 + 2 files changed, 8 insertions(+) (limited to 'debian/rules') diff --git a/debian/changelog b/debian/changelog index dca58cd..b677ff0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +indicator-messages (0.4.93-0ubuntu2) oneiric; urgency=low + + * debian/rules + - run intltool-update to update the translations template + + -- Ken VanDine Fri, 12 Aug 2011 10:05:01 -0400 + indicator-messages (0.4.93-0ubuntu1) oneiric; urgency=low [ Ted Gould ] diff --git a/debian/rules b/debian/rules index 609e1a4..a2f4065 100755 --- a/debian/rules +++ b/debian/rules @@ -19,3 +19,4 @@ debian/stamp-autotools/gtk3: cdbs_configure_flags += $(DEB_CONFIGURE_FLAGS_gtk3) common-install-arch:: find debian/tmp -name \*.la -delete + cd po; intltool-update --pot --verbose -- cgit v1.2.3