diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 1b5dd4f4..9084d89d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -24,6 +24,8 @@ dbus (1.3.2~git20100715.821f99c-1) experimental; urgency=low * Refresh patches to apply cleanly. * debian/libdbus-1-3.symbols - Update for API additions (Unix FD passing). + * debian/rules + - Bump shlibs to 1.3.1. -- Michael Biebl <biebl@debian.org> Sun, 18 Jul 2010 13:41:43 +0200 diff --git a/debian/rules b/debian/rules index 04c46a31..f7a2d8f7 100755 --- a/debian/rules +++ b/debian/rules @@ -9,7 +9,7 @@ include /usr/share/cdbs/1/class/autotools.mk libdbusN := $(shell sed -rn 's/Package:[[:space:]]*(libdbus-[0-9-]+)[[:space:]]*$$/\1/p' debian/control | head -n 1) -DEB_DH_MAKESHLIBS_ARGS_ALL = -V '$(libdbusN) (>= 1.2.16)' +DEB_DH_MAKESHLIBS_ARGS_ALL = -V '$(libdbusN) (>= 1.3.1)' LDFLAGS += -Wl,--as-needed |