summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAge
...
* Remove Build-Depends and test Depends on python-giSimon McVittie2020-04-24
| | | | | | This means the Python 2 PyGObject integration won't be tested, but also means we're no longer standing in the way of python-gi being removed.
* Release to unstableLaurent Bigonville2020-04-11
|
* debian/rules: Do not run the tests in parallel to fix FTBFS on kfreebsd, see ↵Laurent Bigonville2020-04-11
| | | | #956438
* Standards-Version: 4.5.0 (no changes required)Simon McVittie2020-02-18
|
* Release to unstabledebian/1.2.16-1Simon McVittie2020-01-14
|
* New upstream releaseSimon McVittie2020-01-14
| | | | | Drop dependency on python-tap by tolerating less comprehensive test output. (Unblocks: #938625)
* d/upstream/metadata: Distinguish between Bug-Database and Bug-SubmitSimon McVittie2020-01-10
| | | | Gbp-Dch: ignore
* d/upstream/metadata: AddSimon McVittie2020-01-10
|
* Use secure URI in Homepage field.Simon McVittie2020-01-10
| | | | | Fixes: lintian: homepage-field-uses-insecure-uri See-also: https://lintian.debian.org/tags/homepage-field-uses-insecure-uri.html
* Only use sphinxdoc debhelper sequence when building Architecture: all packagesSimon McVittie2020-01-10
| | | | | Thanks: Helmut Grohne Closes: #946212
* python-dbus-dbg: Depend on python2-dbg instead of python-dbgSimon McVittie2020-01-10
| | | | Thanks: Matthias Klose
* Remove ancient Breaks, Conflicts, ReplacesSimon McVittie2020-01-10
| | | | These were already satisfied in Debian 8 'jessie'.
* Update changelogSimon McVittie2020-01-05
|
* d/control: Canonicalize (wrap-and-sort -abst)Simon McVittie2020-01-05
|
* Install tests to /usr/libexec/installed-testsSimon McVittie2020-01-05
|
* Enable dh_dwzSimon McVittie2020-01-05
|
* Switch to debhelper-compat 12Simon McVittie2020-01-05
| | | | | | | | Temporarily disable dh_dwz to make diffoscope more useful. Temporarily force ${libexecdir} to /usr/lib/MULTIARCH (its default in compat level 11) so that we don't have to change the .install files around.
* Start new changelog entrySimon McVittie2020-01-05
|
* 1.2.14-1debian/1.2.14-1Simon McVittie2019-11-25
|
* New upstream releaseSimon McVittie2019-11-25
|
* Build for unstabledebian/1.2.12-2Simon McVittie2019-11-18
|
* Rename dbus_py_test.so to dbus_py_test.*.so and install in dist-packagesSimon McVittie2019-11-18
| | | | | | | This works around dh-python having different handling for public and private library directories (see #942720). Closes: #943630
* d/tests/build2, d/tests/python2: Use python2, not pythonSimon McVittie2019-11-04
|
* Standards-Version: 4.4.1 (no changes required)Simon McVittie2019-10-01
|
* Release to unstabledebian/1.2.12-1Simon McVittie2019-09-12
|
* New upstream releaseSimon McVittie2019-09-12
| | | | | | | Fixes a build regression in libsecret by restoring the ability to raise SystemExit from a dbus-python method. Closes: #940087
* Release to unstabledebian/1.2.10-1Simon McVittie2019-09-02
|
* Install the egg-info metadataSimon McVittie2019-09-02
| | | | Closes: #910881
* Standards-Version: 4.4.0 (no further changes)Simon McVittie2019-09-02
|
* d/tests/control: Mark python2 tests as skip-not-installableSimon McVittie2019-09-02
| | | | Eventually, we want Python 2 to disappear.
* Drop patches, applied upstreamSimon McVittie2019-09-02
|
* New upstream releaseSimon McVittie2019-09-02
|
* d/copyright: UpdateSimon McVittie2019-09-02
|
* Annotate python[3]-tap build-dependencies as <!nocheck>Simon McVittie2019-08-31
| | | | | Thanks: Helmut Grohne Closes: #930623
* Add a build-profile to disable Python 2 packagesSimon McVittie2019-08-31
| | | | | We can't remove them yet (see the blocking bugs of #936371) but at least we can start to clear a path to doing so.
* Build-depend on python2-dbg and python2-dev instead of -all- equivalentsSimon McVittie2019-08-31
| | | | | | Only build for the default version of Python 2, not for all versions of Python 2 (in practice this has meant the same thing since 2.6 was de-supported in 2013).
* Use python3-sphinx to build documentationSimon McVittie2019-08-31
| | | | This means UTF8String, which is Python-2-only API, will not be documented.
* d/salsa-ci.yml: Request standard CI on salsa.debian.orgSimon McVittie2019-06-23
|
* Release to unstableSimon McVittie2019-01-29
|
* Standards-Version: 4.3.0 (no further changes)Simon McVittie2019-01-29
|
* Don't install the detailed ChangeLog (upstream git history)Simon McVittie2019-01-29
| | | | Only install the user-facing summary in NEWS (Policy 4.2.0 §12.7).
* Rename d/tests/control.autodep8 to d/tests/controlSimon McVittie2019-01-29
| | | | This name is supported since autodep8 0.16 and autopkgtest 5.7.
* d/changelog: Remove trailing whitespacesOndřej Nový2018-10-01
|
* d/tests: Use AUTOPKGTEST_TMP instead of ADTTMPOndřej Nový2018-10-01
|
* d/tests: Use AUTOPKGTEST_ARTIFACTS instead of ADT_ARTIFACTSOndřej Nový2018-10-01
|
* 1.2.8-2Simon McVittie2018-05-09
|
* Run tests with LC_ALL=C.UTF-8, to avoid trying to print localized messages ↵Simon McVittie2018-05-09
| | | | in a LC_CTYPE that might not support them
* Remove X-Python{,3}-Version annotationsSimon McVittie2018-05-09
| | | | | The required versions are the oldest supported in oldstable, so the annotations are unnecessary.
* Fix a long-standing race condition in the automated testsSimon McVittie2018-05-09
| | | | | | This caused FTBFS on armhf around 6% of the time. Closes: #898158
* 1.2.8-1Simon McVittie2018-05-04
| | | | Signed-off-by: Simon McVittie <smcv@debian.org>