diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2012-02-15 13:09:01 +0100 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2012-02-15 13:09:01 +0100 |
commit | a6436f6558c3603bfbe35543e436ec6e51d499e0 (patch) | |
tree | a406b7b38a1ebaebbd2ad51fc49570de306fce44 | |
parent | 461dbdcceefd43aaa1369fa92da2481743809656 (diff) | |
download | libayatana-indicator-a6436f6558c3603bfbe35543e436ec6e51d499e0.tar.gz libayatana-indicator-a6436f6558c3603bfbe35543e436ec6e51d499e0.tar.bz2 libayatana-indicator-a6436f6558c3603bfbe35543e436ec6e51d499e0.zip |
Restore revision dropped by error, not sure what happened with the vcs
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | debian/changelog | 6 |
2 files changed, 8 insertions, 0 deletions
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 <seb128@ubuntu.com> Wed, 15 Feb 2012 13:08:41 +0100 + libindicator (0.4.91-0ubuntu2) precise; urgency=low * Upstream Merge |