diff options
-rw-r--r-- | debian/changelog | 10 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 6ff35f8..fca85af 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +libdbusmenu (12.10.3+15.04.20150409.1-0ubuntu1) vivid; urgency=medium + + [ Iain Lane ] + * Use the configure-generated libtool script instead of + /usr/bin/libtool, which might not match what we have. Also use gi's + typelibdir pkgconfig variable and install into this directory, now + that gi supports multiarch. + + -- CI Train Bot <ci-train-bot@canonical.com> Thu, 09 Apr 2015 17:36:00 +0000 + libdbusmenu (12.10.3+14.10.20140610-0ubuntu1) utopic; urgency=low [ Marco Trevisan (TreviƱo) ] diff --git a/debian/rules b/debian/rules index 1f63427..5534dfa 100755 --- a/debian/rules +++ b/debian/rules @@ -12,7 +12,7 @@ INSTALL_COMMON_FLAGS = --fail-missing LDFLAGS += -Wl,-z,defs -Wl,--as-needed %: - dh $@ --with autoreconf + dh $@ --with autoreconf,gir override_dh_autoreconf: NOCONFIGURE=1 dh_autoreconf ./autogen.sh |