summaryrefslogtreecommitdiff
path: root/dbus-python.pc.in
Commit message (Collapse)AuthorAgeFilesLines
* Require dbus 1.0.Simon McVittie2008-07-231-1/+1
| | | | It's been out for ages, and we can finally drop DBUS_API_SUBJECT_TO_CHANGE if we do.
* dbus-python.pc.in: Use -I${includedir} to allow libdbus and dbus-python to ↵Simon McVittie2007-06-041-0/+1
| | | | | | be in different ${prefix}es Patch from Phil Thompson at Riverbank Computing Ltd.
* Switch to autotools and test with Python 2.5 as well as 2.4.Simon McVittie2006-12-181-0/+11
In the process: HACKING.txt: update include/dbus-python.h: add some typedefs to make it saner bus.c, conn.c, conn-methods.c: further alter docstrings to keep epydoc happy exceptions.c: create exceptions in a more longwinded way for Python 2.5 compatibility message-get-args.c, bus/__init__.py: tweak docstrings dbus/introspect_parser.py: make docstring valid reStructuredText run-test.sh: simplify, since configure now does some of the work test/*.py: use paths from run-test.sh, cope with out-of-tree builds test-standalone.py: carry out additional sanity checks