aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-09-21 16:45:36 -0500
committerTed Gould <ted@gould.cx>2010-09-21 16:45:36 -0500
commit1b019ddfbd7e08a5074f4eb4cb64b9b430a0f2b7 (patch)
tree7d9e30da0aea58228bfe7c68d036151d80f1d34e /debian
parente4fe9d088f9afabcc150361855209cf363b5c12c (diff)
parent46c6657c665a6b2771d14fecd62936e0a1ec33aa (diff)
downloadlibdbusmenu-1b019ddfbd7e08a5074f4eb4cb64b9b430a0f2b7.tar.gz
libdbusmenu-1b019ddfbd7e08a5074f4eb4cb64b9b430a0f2b7.tar.bz2
libdbusmenu-1b019ddfbd7e08a5074f4eb4cb64b9b430a0f2b7.zip
Sync to Ubuntu Desktop
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules2
3 files changed, 3 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index b240caf..9fc7649 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libdbusmenu (0.3.14-0ubuntu1~ppa1) maverick; urgency=low
+libdbusmenu (0.3.14-0ubuntu1) maverick; urgency=low
* New upstream release.
* Fixing a memory leak by unref'ing a hashtable
diff --git a/debian/control b/debian/control
index 1039d9e..7c17933 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 1578fbf..830c8f5 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)'