diff options
author | Michael Biebl <biebl@debian.org> | 2010-09-14 18:42:54 +0000 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2010-09-14 18:42:54 +0000 |
commit | a76b82f806fca9cb8ce65f8c46c859478e217869 (patch) | |
tree | f381257f05cb18fa324a57367487458525e31836 /debian | |
parent | d1b93cc6b2600e8bac417e7ccde20547e61180e9 (diff) | |
download | dbus-a76b82f806fca9cb8ce65f8c46c859478e217869.tar.gz |
* debian/rules
- Bump shlibs to 1.3.1.
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/experimental/dbus@3732 ceb527fc-18e6-0310-9fe2-813c157c29e7
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 |