diff options
author | Sjoerd Simons <sjoerd@debian.org> | 2007-06-19 12:18:56 +0000 |
---|---|---|
committer | Sjoerd Simons <sjoerd@debian.org> | 2007-06-19 12:18:56 +0000 |
commit | 1b2809aa96e74434a0383fca4404fe923afe2dbf (patch) | |
tree | 749ab09c77a42951131d72477bae02f4e513cbb5 | |
parent | 672c450092dc154b2939212339ab5bd07b4da31c (diff) | |
download | dbus-1b2809aa96e74434a0383fca4404fe923afe2dbf.tar.gz |
* debian/patches/02_dbus_monitor_no_sigint_handler.patch
* New upstream release
* debian/libdbus-1-3.shlibs: Bumped shlibs
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/dbus@1530 ceb527fc-18e6-0310-9fe2-813c157c29e7
-rw-r--r-- | debian/changelog | 11 | ||||
-rw-r--r-- | debian/libdbus-1-3.shlibs | 2 |
2 files changed, 9 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 255058b4..85e1b8bc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,15 @@ -dbus (1.1.0-2) UNRELEASED; urgency=low +dbus (1.1.1-1) unstable; urgency=low - * debian/patches/02_dbus_monitor_no_sigint_handler.patch + [ Michael Biebl ] + * debian/patches/02_dbus_monitor_no_sigint_handler.patch + Remove the sigint_handler in dbus-monitor so the application properly terminates on STRG+C. (Closes: #414139) - -- Michael Biebl <biebl@debian.org> Wed, 13 Jun 2007 00:24:07 +0200 + [ Sjoerd Simons ] + * New upstream release + * debian/libdbus-1-3.shlibs: Bumped shlibs + + -- Sjoerd Simons <sjoerd@debian.org> Tue, 19 Jun 2007 13:18:12 +0100 dbus (1.1.0-1) unstable; urgency=low diff --git a/debian/libdbus-1-3.shlibs b/debian/libdbus-1-3.shlibs index 7e325729..0e5b5669 100644 --- a/debian/libdbus-1-3.shlibs +++ b/debian/libdbus-1-3.shlibs @@ -1 +1 @@ -libdbus-1 3 libdbus-1-3 (>= 1.1.0) +libdbus-1 3 libdbus-1-3 (>= 1.1.1) |