diff options
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 1 | ||||
-rwxr-xr-x | debian/rules | 1 |
3 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index bf47970..b0e05cb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libdbusmenu (0.2.6-0ubuntu1~ppa2~gir5) UNRELEASED; urgency=low + + * debian/rules: Setting up to run autogen.sh + * debian/control: Adding dep on gnome-common + + -- Ted Gould <ted@ubuntu.com> Mon, 01 Mar 2010 14:04:01 -0600 + libdbusmenu (0.2.6-0ubuntu1~ppa2~gir4) lucid; urgency=low * Upstream Merge diff --git a/debian/control b/debian/control index 869b3e8..6c925e5 100644 --- a/debian/control +++ b/debian/control @@ -11,6 +11,7 @@ Build-Depends: debhelper (>= 5.0), intltool, libxml2-dev, libjson-glib-dev, + gnome-common, libgirepository1.0-dev, gir1.0-glib-2.0, gir1.0-gtk-2.0, diff --git a/debian/rules b/debian/rules index 90e7af5..3b6e341 100755 --- a/debian/rules +++ b/debian/rules @@ -3,6 +3,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/gnome.mk +DEB_CONFIGURE_SCRIPT=$(CURDIR)/$(DEB_SRCDIR)/autogen.sh DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper LDFLAGS += -Wl,-z,defs -Wl,--as-needed |