diff options
author | Ted Gould <ted@gould.cx> | 2010-10-12 12:47:35 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-10-12 12:47:35 -0500 |
commit | 46a59a2613d8fc1cab048c3b8af579f7867f9b8a (patch) | |
tree | a355b210b83acc375260218037a83a78f56cc704 | |
parent | 20744aaef8e99b0db58071e684a5d830074b2ec1 (diff) | |
parent | b353628b2659d06ad6e356cfbf017aa96cb4697e (diff) | |
download | libdbusmenu-46a59a2613d8fc1cab048c3b8af579f7867f9b8a.tar.gz libdbusmenu-46a59a2613d8fc1cab048c3b8af579f7867f9b8a.tar.bz2 libdbusmenu-46a59a2613d8fc1cab048c3b8af579f7867f9b8a.zip |
Updating to Ubuntu Desktop
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/rules | 2 |
3 files changed, 3 insertions, 10 deletions
diff --git a/debian/changelog b/debian/changelog index a86d848..633319f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -libdbusmenu (0.3.16-0ubuntu1~ppa1) maverick; urgency=low +libdbusmenu (0.3.16-0ubuntu1) maverick; urgency=low * New upstream release: * Don't use a typedef in the signal handler in the class to @@ -13,13 +13,6 @@ libdbusmenu (0.3.15-0ubuntu1) UNRELEASED; urgency=low -- Didier Roche <didrocks@ubuntu.com> Wed, 22 Sep 2010 14:55:44 +0200 -libdbusmenu (0.3.14-0ubuntu2~ppa1) maverick; urgency=low - - * Upstream Merge - * Passing up About-to-show as an activate signal (LP: #637692) - - -- Ted Gould <ted@ubuntu.com> Tue, 21 Sep 2010 16:52:17 -0500 - libdbusmenu (0.3.14-0ubuntu1) maverick; urgency=low * New upstream release. diff --git a/debian/control b/debian/control index 7c17933..1039d9e 100644 --- a/debian/control +++ b/debian/control @@ -42,7 +42,7 @@ Description: library for passing menus over DBus create a menu simply without worrying about how it is displayed on the other side of the bus. . - This package contains shared libraries to be used by applications. + This package contains shared libraries to be used by applications. Package: libdbusmenu-glib-dev Section: libdevel diff --git a/debian/rules b/debian/rules index 830c8f5..1578fbf 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/gnome.mk DEB_MAKE_CHECK_TARGET := check -DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper --enable-gtk-doc +DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper --enable-gtk-doc LDFLAGS += -Wl,-z,defs -Wl,--as-needed DEB_DH_MAKESHLIBS_ARGS_libdbusmenu-gtk1 += -V 'libdbusmenu-gtk1 (>= 0.3.12)' |