From a6436f6558c3603bfbe35543e436ec6e51d499e0 Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Wed, 15 Feb 2012 13:09:01 +0100 Subject: Restore revision dropped by error, not sure what happened with the vcs --- configure.ac | 2 ++ debian/changelog | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/configure.ac b/configure.ac index 38dd416..3f33d52 100644 --- a/configure.ac +++ b/configure.ac @@ -52,10 +52,12 @@ AC_ARG_WITH([gtk], [with_gtk=3]) AS_IF([test "x$with_gtk" = x3], [PKG_CHECK_MODULES(LIBINDICATOR, gtk+-3.0 >= $GTK3_REQUIRED_VERSION + gmodule-2.0 gio-unix-2.0 >= $GIO_UNIX_REQUIRED_VERSION) ], [test "x$with_gtk" = x2], [PKG_CHECK_MODULES(LIBINDICATOR, gtk+-2.0 >= $GTK_REQUIRED_VERSION + gmodule-2.0 gio-unix-2.0 >= $GIO_UNIX_REQUIRED_VERSION) ], [AC_MSG_FAILURE([Value for --with-gtk was neither 2 nor 3])] diff --git a/debian/changelog b/debian/changelog index cb4f38a..985e1b4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libindicator (0.4.91-0ubuntu3) UNRELEASED; urgency=low + + * Restore revision dropped by error, not sure what happened with the vcs + + -- Sebastien Bacher Wed, 15 Feb 2012 13:08:41 +0100 + libindicator (0.4.91-0ubuntu2) precise; urgency=low * Upstream Merge -- cgit v1.2.3 From 55ae52666c1c85127ba6d710ad2e02e0205e736c Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Wed, 15 Feb 2012 13:13:03 +0100 Subject: releasing version 0.4.91-0ubuntu3 --- debian/changelog | 6 +++--- debian/source/format | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 985e1b4..2a8ae14 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -libindicator (0.4.91-0ubuntu3) UNRELEASED; urgency=low +libindicator (0.4.91-0ubuntu3) precise; urgency=low - * Restore revision dropped by error, not sure what happened with the vcs + * Restore revision dropped by error, change to format v1 for that - -- Sebastien Bacher Wed, 15 Feb 2012 13:08:41 +0100 + -- Sebastien Bacher Wed, 15 Feb 2012 13:09:05 +0100 libindicator (0.4.91-0ubuntu2) precise; urgency=low diff --git a/debian/source/format b/debian/source/format index 163aaf8..d3827e7 100644 --- a/debian/source/format +++ b/debian/source/format @@ -1 +1 @@ -3.0 (quilt) +1.0 -- cgit v1.2.3