summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-07-15releasedebian/1.5.4-3Simon McVittie1-2/+2
2011-07-15Merge branch 'master' into experimentalSimon McVittie9-3/+76
Conflicts: debian/changelog debian/control debian/rules
2011-07-15releasedebian/1.4.12-5Simon McVittie1-2/+2
2011-07-15Work around #453755 by just reopening stdin from /dev/null instead, until ↵Simon McVittie2-0/+16
fd.o #39197 gets fixed
2011-07-15Revert "Run dbus-launch for X sessions in a way that doesn't consume ↵Simon McVittie2-5/+17
characters from startx's stdin, or the stdin of certain display managers' init scripts (known to affect slim, but not xdm or gdm) (Closes: #453755)" This reverts commit 83799f5a28ca70077e6fb4b06736740ec763fd00.
2011-07-01Check all Description fields for correct use of dbus (package name) vs. ↵debian/1.4.12-4Simon McVittie6-0/+13
D-Bus (project name), and override lintian false-positives
2011-07-01Override missing-pre-dependency-on-multiarch-support for the -dev package, ↵Simon McVittie2-0/+10
ftp-master doesn't have lintian 2.5.1 yet
2011-06-30releasedebian/1.4.12-3Simon McVittie1-2/+2
2011-06-30Remove the .la file for the debug build, not just the normal buildSimon McVittie2-0/+2
2011-06-30Run dbus-launch for X sessions in a way that doesn't consume characters from ↵Simon McVittie2-9/+8
startx's stdin, or the stdin of certain display managers' init scripts (known to affect slim, but not xdm or gdm) (Closes: #453755)
2011-06-30Remove bonus pre-dependency, which was a workaround for #629648Simon McVittie2-4/+1
2011-06-29Move libraries into multiarch locationsSimon McVittie6-12/+27
2011-06-29Only condition the check for dbus status on whether the init script existsSimon McVittie1-4/+5
We can try ReloadConfig on any upgrade, regardless of whether there's an init script.
2011-06-29Improve comments in postinst explaining why it behaves as it doesSimon McVittie2-5/+10
2011-06-29call ReloadConfig with dbus-send in the postinst, since that'll work ↵Simon McVittie2-9/+13
regardless of whether dbus was started with sysvinit or Upstart; just call it unconditionally, and ignore any failures we might see (in chroots or if dbus-daemon wasn't running)
2011-06-29run dbus-uuidgen --ensure in postinstSimon McVittie2-0/+5
2011-06-16Mention CVE-2011-2200 in the changelog for 1.4.12-1 now it has a CVE IDSimon McVittie1-1/+7
2011-06-11releasedebian/1.5.4-2Simon McVittie1-2/+2
2011-06-11Merge branch 'master' into experimentalSimon McVittie3-4/+19
Conflicts: debian/changelog debian/control
2011-06-11release, hopefully this one will work on more buildds...debian/1.4.12-2Simon McVittie1-2/+2
2011-06-11Don't run tests during build (again), it appears they time out on most of of ↵Simon McVittie2-3/+4
the buildds
2011-06-11Explicitly build-depend on automake 1.10, so buildds won't try and fail with ↵Simon McVittie2-1/+9
automake1.9 like kfreebsd-i386 did
2011-06-10releasedebian/1.5.4-1Simon McVittie1-2/+2
2011-06-10fix wildcard for library packageSimon McVittie1-1/+1
2011-06-10New(er) upstream version fixing local DoS (Closes: #629938)Simon McVittie1-1/+2
2011-06-10Merge commit 'upstream/1.5.4' into experimentalSimon McVittie29-301/+2587
2011-06-10Imported Upstream version 1.5.4upstream/1.5.4Simon McVittie29-301/+2587
2011-06-10Merge from unstableSimon McVittie4-1/+24
2011-06-10releasedebian/1.4.12-1Simon McVittie1-2/+2
2011-06-10Build-depend on libglib2.0-dev, libdbus-glib-1-dev for better regression ↵Simon McVittie4-1/+16
test coverage (dbus-glib is a circular dependency, but both of these dependencies can be dropped if bootstrapping new architectures)
2011-06-10Don't delete jquery.js, no longer installed by recent DoxygenSimon McVittie2-2/+1
2011-06-10New upstream release fixes local DoS (Closes: #629938, no CVE number yet)Simon McVittie1-0/+6
2011-06-10Merge commit 'upstream/1.4.12'Simon McVittie30-301/+2590
2011-06-10Imported Upstream version 1.4.12upstream/1.4.12Simon McVittie30-301/+2590
2011-06-10Reinstate installation of library to a multiarch pathSimon McVittie2-2/+5
2011-06-10Go back to usr/lib in postinst, tooSimon McVittie1-1/+1
2011-06-10close bugs resulting from use of /Simon McVittie1-0/+2
2011-06-09Only condition the check for dbus status on whether the init script existsSimon McVittie1-4/+5
We can try ReloadConfig on any upgrade, regardless of whether there's an init script.
2011-06-09Improve comments in postinst explaining why it behaves as it doesSimon McVittie2-5/+9
2011-06-09Move everything except the library back into /usrSimon McVittie8-25/+22
2011-06-09There's no need to create/chown messagebus' home directory, the sysvinit ↵Simon McVittie2-2/+8
script and the Upstart job both do that on-demand
2011-06-09releasedebian/1.5.2-2Simon McVittie1-2/+2
2011-06-08Adjust /|/usr split furtherSimon McVittie1-1/+2
2011-06-08libdbus-1-dev: explicitly pre-depend on multiarch-support to work around ↵Simon McVittie2-1/+5
debhelper and lintian disagreeing whether it's necessary
2011-06-08Adjust libdir so it doesn't end up as //lib/ARCH-OSSimon McVittie1-2/+2
//lib/ARCH-OS isn't a default linker path (whereas /lib/ARCH-OS is), so using that leads to unwanted RPATHs.
2011-06-08move dbus-daemon and its helpers from /usr to /, and libraries into ↵Simon McVittie10-19/+34
multiarch locations
2011-06-08Don't delete jquery.js, no longer installed by recent DoxygenSimon McVittie2-2/+1
2011-06-08call ReloadConfig with dbus-send in the postinst, since that'll work ↵Simon McVittie2-9/+13
regardless of whether dbus was started with sysvinit or Upstart; just call it unconditionally, and ignore any failures we might see (in chroots or if dbus-daemon wasn't running)
2011-06-08run dbus-uuidgen --ensure in postinstSimon McVittie2-0/+4
2011-06-08create, chown messagebus' home directory in postinstSimon McVittie2-0/+4