Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-06-30 | releasedebian/1.4.12-3 | Simon McVittie | 1 | -2/+2 | |
2011-06-30 | Remove the .la file for the debug build, not just the normal build | Simon McVittie | 2 | -0/+2 | |
2011-06-30 | Run dbus-launch for X sessions in a way that doesn't consume characters from ↵ | Simon McVittie | 2 | -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-30 | Remove bonus pre-dependency, which was a workaround for #629648 | Simon McVittie | 2 | -4/+1 | |
2011-06-29 | Move libraries into multiarch locations | Simon McVittie | 6 | -12/+27 | |
2011-06-29 | Only condition the check for dbus status on whether the init script exists | Simon McVittie | 1 | -4/+5 | |
We can try ReloadConfig on any upgrade, regardless of whether there's an init script. | |||||
2011-06-29 | Improve comments in postinst explaining why it behaves as it does | Simon McVittie | 2 | -5/+10 | |
2011-06-29 | call ReloadConfig with dbus-send in the postinst, since that'll work ↵ | Simon McVittie | 2 | -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-29 | run dbus-uuidgen --ensure in postinst | Simon McVittie | 2 | -0/+5 | |
2011-06-16 | Mention CVE-2011-2200 in the changelog for 1.4.12-1 now it has a CVE ID | Simon McVittie | 1 | -1/+7 | |
2011-06-11 | release, hopefully this one will work on more buildds...debian/1.4.12-2 | Simon McVittie | 1 | -2/+2 | |
2011-06-11 | Don't run tests during build (again), it appears they time out on most of of ↵ | Simon McVittie | 2 | -3/+4 | |
the buildds | |||||
2011-06-11 | Explicitly build-depend on automake 1.10, so buildds won't try and fail with ↵ | Simon McVittie | 2 | -1/+9 | |
automake1.9 like kfreebsd-i386 did | |||||
2011-06-10 | releasedebian/1.4.12-1 | Simon McVittie | 1 | -2/+2 | |
2011-06-10 | Build-depend on libglib2.0-dev, libdbus-glib-1-dev for better regression ↵ | Simon McVittie | 4 | -1/+16 | |
test coverage (dbus-glib is a circular dependency, but both of these dependencies can be dropped if bootstrapping new architectures) | |||||
2011-06-10 | Don't delete jquery.js, no longer installed by recent Doxygen | Simon McVittie | 2 | -2/+1 | |
2011-06-10 | New upstream release fixes local DoS (Closes: #629938, no CVE number yet) | Simon McVittie | 1 | -0/+6 | |
2011-06-10 | Merge commit 'upstream/1.4.12' | Simon McVittie | 30 | -301/+2590 | |
2011-06-10 | Imported Upstream version 1.4.12upstream/1.4.12 | Simon McVittie | 30 | -301/+2590 | |
2011-06-02 | releasedebian/1.4.10-2 | Simon McVittie | 1 | -2/+2 | |
2011-06-02 | Disable the build-time tests for now, they need more upstream work before ↵ | Simon McVittie | 3 | -5/+4 | |
they'll pass in a minimal build chroot | |||||
2011-06-02 | Disable -Wl,--gc-sections and related flags: the size decrease is ↵ | Simon McVittie | 2 | -0/+4 | |
negligible, and these options currently segfault ld on armel and mips* (Closes: #628834) | |||||
2011-06-01 | Update Vcs-Git, Vcs-Browser to the form preferred by the Alioth admins | Simon McVittie | 2 | -2/+3 | |
2011-06-01 | Disable silent rules so we can have useful buildd logs | Simon McVittie | 2 | -0/+7 | |
2011-06-01 | releasedebian/1.4.10-1 | Simon McVittie | 1 | -2/+2 | |
2011-06-01 | fix build-twice-in-a-row | Simon McVittie | 1 | -2/+4 | |
2011-06-01 | build-depend on xvfb and run the tests under xvfb-run, since one needs a ↵ | Simon McVittie | 3 | -3/+7 | |
$DISPLAY | |||||
2011-06-01 | Don't overwrite INSTALL - D-Bus has its own version | Simon McVittie | 1 | -0/+8 | |
2011-06-01 | run the debug build's regression tests during build, but don't make failures ↵ | Simon McVittie | 2 | -0/+6 | |
fatal yet | |||||
2011-06-01 | New upstream version | Simon McVittie | 1 | -1/+2 | |
2011-06-01 | Merge commit 'upstream/1.4.10' | Simon McVittie | 49 | -5122/+7895 | |
2011-06-01 | Imported Upstream version 1.4.10upstream/1.4.10 | Simon McVittie | 49 | -5122/+7895 | |
2011-06-01 | increase dependencies of dbus-1-dbg | Simon McVittie | 2 | -3/+6 | |
2011-06-01 | Don't install dcop-howto.txt - this isn't DCOP | Simon McVittie | 2 | -1/+1 | |
2011-06-01 | fix installation for out-of-treeness | Simon McVittie | 1 | -1/+1 | |
2011-06-01 | Use hardening-includes to get PIE and stuff | Simon McVittie | 2 | -2/+9 | |
2011-06-01 | Run autoreconf during build, and allow parallel building | Simon McVittie | 3 | -1/+3 | |
2011-06-01 | Do a second build with tests, verbosity etc. enabled, and install it in ↵ | Simon McVittie | 5 | -5/+45 | |
/usr/lib/$DEB_HOST_MULTIARCH/dbus-1.0/debug-build (Closes: #498185) | |||||
2011-06-01 | Don't pass a version to dh_makeshlibs -V | Simon McVittie | 2 | -1/+4 | |
The symbols file gives us exact dependencies, so the legacy shlibs mechanism is just a guard against old systems now, and everyone forgets to update it | |||||
2011-06-01 | Use a separate build directory | Simon McVittie | 2 | -10/+19 | |
* Use a separate build directory * Explicitly set compiler flags * Don't complain about not installing libdbus-1.la | |||||
2011-06-01 | Sort Build-Depends | Simon McVittie | 1 | -6/+6 | |
2011-04-27 | releasedebian/1.4.8-3 | Simon McVittie | 1 | -2/+2 | |
2011-04-27 | Add DEP-3 metadata to 01_no-fatal-warnings.patch | Simon McVittie | 2 | -0/+12 | |
2011-04-27 | De-duplicate short descriptions | Simon McVittie | 2 | -2/+3 | |
2011-04-27 | Policy 3.9.2 (no changes required) | Simon McVittie | 2 | -1/+2 | |
2011-04-27 | libdbus-1-3 Breaks versions of kdebase-workspace-bin and kde-window-manager ↵ | Simon McVittie | 2 | -0/+10 | |
that suffer from #623492, so partial upgrades don't make KDE unusable (Closes: #624333) | |||||
2011-04-19 | Re-upload with non-broken .changes filedebian/1.4.8-2 | Simon McVittie | 1 | -2/+3 | |
2011-04-11 | Remove jquery.js at the right location | Simon McVittie | 2 | -1/+7 | |
2011-04-11 | releasedebian/1.4.8-1 | Simon McVittie | 1 | -2/+2 | |
2011-04-11 | symlink API docs too | Simon McVittie | 1 | -0/+1 | |