diff options
author | Ted Gould <ted@gould.cx> | 2010-05-21 13:38:07 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-05-21 13:38:07 -0500 |
commit | 1d974701eb928d60f9afd2cde9edfe9b83cfeb2d (patch) | |
tree | 41a1f1e96a468523c1706d0a2278e88f3985cd8f | |
parent | 904f0e1c6456ffaf05f45564caf0c6bf031636bf (diff) | |
parent | a02759840b6bd595a0f6871539acf68233b39a13 (diff) | |
download | libdbusmenu-1d974701eb928d60f9afd2cde9edfe9b83cfeb2d.tar.gz libdbusmenu-1d974701eb928d60f9afd2cde9edfe9b83cfeb2d.tar.bz2 libdbusmenu-1d974701eb928d60f9afd2cde9edfe9b83cfeb2d.zip |
* Upstream Merge
* Fixing the version string in the GIR file
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | libdbusmenu-glib/Makefile.am | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index e49612a..1984e2c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libdbusmenu (0.3.0~dev-0ubuntu1~ppa3) lucid; urgency=low + + * Upstream Merge + * Fixing the version string in the GIR file + + -- Ted Gould <ted@ubuntu.com> Fri, 21 May 2010 13:37:47 -0500 + libdbusmenu (0.3.0~dev-0ubuntu1~ppa2) lucid; urgency=low * Upstream Merge diff --git a/libdbusmenu-glib/Makefile.am b/libdbusmenu-glib/Makefile.am index 87a8cb0..3df1513 100644 --- a/libdbusmenu-glib/Makefile.am +++ b/libdbusmenu-glib/Makefile.am @@ -115,6 +115,7 @@ Dbusmenu_Glib_0_2_gir_CFLAGS = $(DBUSMENUGLIB_CFLAGS) Dbusmenu_Glib_0_2_gir_LIBS = libdbusmenu-glib.la Dbusmenu_Glib_0_2_gir_FILES = $(addprefix $(srcdir)/, $(introspection_sources)) Dbusmenu_Glib_0_2_gir_NAMESPACE = Dbusmenu +Dbusmenu_Glib_0_2_gir_VERSION = Glib-0.2 INTROSPECTION_GIRS += Dbusmenu-Glib-0.2.gir |