summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Release to unstabledebian/1.3.2-5Simon McVittie2023-07-26
|
* Remove constraints unnecessary since bullseye (oldstable)Simon McVittie2023-07-26
| | | | | * Build-Depends: Drop versioned constraint on meson (>= 0.56.2). Changes-By: deb-scrub-obsolete
* d/rules: Set DEB_PYTHON_INSTALL_LAYOUT=debSimon McVittie2023-07-26
| | | | | | This avoids newer Meson versions trying to install into /usr/local. Mitigates: #1041537
* Release to unstabledebian/1.3.2-4Simon McVittie2023-01-18
|
* d/source/lintian-overrides: Silence uses-python-distutils tagSimon McVittie2023-01-18
|
* d/clean: Remove all files that mention distutilsSimon McVittie2023-01-18
| | | | | This helps to verify that we are not relying on it for the Debian package build any more.
* Update changelogSimon McVittie2023-01-18
|
* d/watch: Watch for any version numberSimon McVittie2023-01-18
| | | | dbus-python does not use odd/even versioning, unlike dbus.
* d/rules: Remove workaround for #972269, no longer neededSimon McVittie2023-01-18
|
* Update standards version to 4.6.2, no changes needed.Simon McVittie2023-01-18
| | | | | | Changes-By: lintian-brush Fixes: lintian: out-of-date-standards-version See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html
* Update changelogSimon McVittie2022-11-27
|
* Merge remote-tracking branch 'origin/debian/master' into debian/masterSimon McVittie2022-11-27
|\
| * Merge branch 'multiarch-fixes' into 'debian/master'Jelmer Vernooij2022-11-19
| |\ | | | | | | | | | | | | Apply hints suggested by the multi-arch hinter See merge request debian/dbus-python!3
| | * Apply multi-arch hints.Debian Janitor2022-11-18
| |/ | | | | | | | | | | + python-dbus-doc: Add Multi-Arch: foreign. Changes-By: apply-multiarch-hints
* / Increase an arbitrary test timeoutdebian/1.3.2-3Simon McVittie2022-11-25
|/ | | | | | | | | This should avoid intermittent FTBFS on slower buildds such as alpha, mips64el and riscv64. Meson defaults to allowing 30 seconds per test-case, but test-import-repeatedly takes about 18 seconds on alpha, 29 to 30 seconds on riscv64 and 12 to 30 seconds on mips64el, so this is too short. Closes: #1024210
* Release to unstabledebian/1.3.2-2Simon McVittie2022-11-13
|
* Move dbus_py_test module into public dist-packages directorySimon McVittie2022-11-13
| | | | | This is a workaround for #942720 in dh-python, which was lost in the move from Autotools to Meson.
* Update changelogSimon McVittie2022-11-13
|
* Build/test-depend on dbus-daemon instead of dbusSimon McVittie2022-11-13
| | | | | The dbus component required by this package's tests is dbus-run-session. It doesn't need a fully-featured system bus.
* Drop transition for old debug package migration.Simon McVittie2022-11-13
| | | | | | Changes-By: lintian-brush Fixes: lintian: debug-symbol-migration-possibly-complete See-also: https://lintian.debian.org/tags/debug-symbol-migration-possibly-complete.html
* Set upstream metadata fields: Bug-Database, Bug-Submit.Simon McVittie2022-11-13
| | | | Changes-By: lintian-brush
* Remove constraints unnecessary since buster (oldstable)Debian Janitor2022-10-29
| | | | | | * Build-Depends: Drop versioned constraint on dbus, dpkg-dev, libdbus-1-dev and libglib2.0-dev. * python-dbus-dev: Drop versioned constraint on libdbus-1-dev in Depends. Changes-By: deb-scrub-obsolete
* Release to unstabledebian/1.3.2-1Simon McVittie2022-09-06
|
* d/rules: Don't run autoreconf, no longer neededSimon McVittie2022-09-06
|
* New upstream releaseSimon McVittie2022-09-06
|
* Update upstream source from tag 'upstream/1.3.2'Simon McVittie2022-09-06
|\ | | | | | | Update to upstream version '1.3.2' with Debian dir 0dd9bd608d43d141483e66fc1c2f6517b4871134
| * New upstream version 1.3.2Simon McVittie2022-09-06
| |
* | Release to unstabledebian/1.3.0-1Simon McVittie2022-09-06
| |
* | d/rules, d/clean: Continue to install .egg-info directorySimon McVittie2022-09-06
| |
* | New upstream releaseSimon McVittie2022-09-06
| |
* | Update upstream source from tag 'upstream/1.3.0'Simon McVittie2022-09-06
|\| | | | | | | Update to upstream version '1.3.0' with Debian dir feb067669f6b4e5fe3ac9f9ab7e45657dcc59eff
| * New upstream version 1.3.0Simon McVittie2022-09-06
| |
* | Standards-Version: 4.6.1 (no changes required)Simon McVittie2022-09-05
| |
* | Update Lintian overridesSimon McVittie2022-09-05
| |
* | Build using MesonSimon McVittie2022-09-05
| |
* | New upstream snapshotSimon McVittie2022-09-05
| |
* | Update upstream source from tag 'upstream/1.2.18+git20220905'Simon McVittie2022-09-05
|\| | | | | | | Update to upstream version '1.2.18+git20220905' with Debian dir ca274881cb8059854165dc589f9e20ed6d818314
| * New upstream version 1.2.18+git20220905Simon McVittie2022-09-05
| |\
| | * Update NEWSSimon McVittie2022-09-05
| | | | | | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
| | * CI: Exercise Meson buildSimon McVittie2022-09-05
| | | | | | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
| | * Add a Meson build systemSimon McVittie2022-09-05
| | | | | | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
| | * .gitignore: Ignore more generated filesSimon McVittie2022-09-05
| | | | | | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
| | * Reinstate test coverage for pip install dbus-pythonSimon McVittie2022-09-05
| | | | | | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
| | * setup.py: Remove obsolete Python 2 classifierSimon McVittie2022-09-05
| | | | | | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
| | * Stop testing python3.5-dbgSimon McVittie2022-09-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This version is EOL, and Meson (for which I want to add support) fails on its -dbg variant with: Fatal Python error: a function returned a result with an error set NotImplementedError: chmod: follow_symlinks unavailable on this platform During handling of the above exception, another exception occurred: SystemError: <built-in function chmod> returned a result with an error set Signed-off-by: Simon McVittie <smcv@collabora.com>
| | * CI: Collect build and test logsSimon McVittie2022-09-05
| | | | | | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
| | * Merge dbus-gmain commit '93e8fced640e29bd6fbcc066a6c854a8dd74f8ab'Simon McVittie2022-09-05
| | |\
| | | * Autotools: Allow dbus-gmain to be in $(top_srcdir)/subprojectsSimon McVittie2022-09-05
| | | | | | | | | | | | | | | | This gives it a more Meson-compatible layout.
| | | * build: Add REUSE licenses and Meson build files to Autotools distSimon McVittie2022-09-05
| | | | | | | | | | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
| | | * Add Gitlab-CISimon McVittie2022-09-05
| | | | | | | | | | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>