aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Document changes and release 0.0.13-1debian/0.0.13-1debian/masterGuido Günther2022-12-30
|
* Merge tag 'v0.0.13' into debian/masterGuido Günther2022-12-30
|\ | | | | | | v0.0.13
| * Add NEWSHEADv0.0.13masterGuido Günther2022-12-30
| | | | | | | | | | Releases are rare these days, this gives us an idea what they were about.
| * debiandistro: Avoid lsb moduleGuido Günther2022-12-30
| | | | | | | | | | Use /etc/debian_release directly as we don't have the lsb module in Debian anymore.
| * setup.py: Drop lsb checkGuido Günther2022-12-30
| | | | | | | | | | Otherwise we would also skip the check for /etc/debian-release which is more reliable these days.
| * debiandistro: Clarify indentationGuido Günther2022-12-30
| |
| * command: Drop superfluous bracesGuido Günther2022-12-30
| | | | | | | | Make flake8 happy
| * Use raw stringsGuido Günther2022-12-30
| | | | | | | | This avoids escaping issues
| * redhatdistro: Fix doc commentGuido Günther2022-12-30
| |
| * setup.cfg: Ignore line length and line break after operatorGuido Günther2022-12-30
| | | | | | | | Taken verbatim from gbp
| * Add Makefile for easy validationGuido Günther2022-12-30
| |
| * distro: Look at the first line of LSB's outputGuido Günther2022-12-30
| | | | | | | | Debian outputs multiple lines nowadays
| * distro: Discard stderrGuido Günther2022-12-30
| | | | | | | | | | | | Otherwise it can mess up our parsing Closes: #1027317
| * Be more specific about the type of errorGuido Günther2016-12-26
| |
| * Add simple helper to run from working copyGuido Günther2016-12-26
| | | | | | | | since running whatmaps/command.py doesn't work with python3
| * manpage: fix path to READMEGuido Günther2016-12-26
| |
| * travis: Run nosetests as wellGuido Günther2016-12-15
| |
| * flake8 cleanupsGuido Günther2016-12-15
| |
| * Exempt dbus from list of restarted servicesGuido Günther2016-12-15
| | | | | | | | since it aborts gdm sessions
| * Exempt systemd-logind from list of restarted servicesGuido Günther2016-11-25
| | | | | | | | since it aborts user sessions
| * Exempt display managers from the list of restartet servicesGuido Günther2016-11-25
| |
* | Document changes and release 0.0.12-4debian/0.0.12-4Guido Günther2022-10-28
| |
* | d/control: Switch priority to optionalGuido Günther2022-10-28
| | | | | | | | It's prefereed over `extra`
* | d/rules: Use dh_execute_afterGuido Günther2022-10-28
| | | | | | | | This ensures that DEB_BUILD_OPTIONS=nocheck gets honored automatically
* | Drop unused pyversionsGuido Günther2022-10-28
| | | | | | | | Thanks linitian
* | Bump standards version to 4.6.1Guido Günther2022-10-28
| | | | | | | | No changes needed
* | d/control: Drop X-Python3-VersionGuido Günther2022-10-28
| |
* | Bump debhelper compat to 13Guido Günther2022-10-28
| |
* | d/postinst: Don't fail in container without aptGuido Günther2022-10-28
| | | | | | | | Closes: #1020895
* | Document changes and release 0.0.12-3debian/0.0.12-3Guido Günther2018-05-02
| |
* | gbp.conf: set id-lengthGuido Günther2018-05-02
| | | | | | | | to have git commit ids in the changelog
* | Bump standards version to 4.1.4Guido Günther2018-05-02
| |
* | Build-depend on dh-pythonGuido Günther2018-05-02
| | | | | | | | Closes: #896742
* | Fix vcs-git urlGuido Günther2017-08-08
| |
* | Document changes and release 0.0.12-2debian/0.0.12-2Guido Günther2016-10-16
| |
* | Simplify smoke testGuido Günther2016-10-16
| |
* | Document changes and release 0.0.12-1debian/0.0.12-1Guido Günther2016-09-23
| |
* | Bump standards versionGuido Günther2016-09-23
| |
* | Drop now superfluous XS-TestsuiteGuido Günther2016-09-23
| |
* | Fixup nl.po file to make msgfmt happyGuido Günther2016-09-23
| | | | | | | | Gbp-Dch: Ignore
* | Add nl debconf translationGuido Günther2016-09-23
| | | | | | | | | | Thanks: Frans Spiesschaert Closes: #766529
* | Merge tag 'v0.0.12' into debian/masterGuido Günther2016-09-23
|\| | | | | | | whatmaps v0.0.12
| * Filter out user@<uid>.servicev0.0.12Guido Günther2016-09-23
| | | | | | | | | | | | since this aborts user sessions otherwise Closes: #833120
| * Allow to filter service by regular expressionsGuido Günther2016-09-23
| |
| * command: Use a distro instance instead of classGuido Günther2016-09-23
| | | | | | | | so we can invoke non-static and non-class methods
| * Don't abort if we can't parse a single packageGuido Günther2016-09-23
| | | | | | | | | | so far we would abort the whole operation, skip the unreadable packages instead and return with non-zero.
| * Add .travis.ymlGuido Günther2016-09-23
| |
| * tests/test_rpmpkg.py: flake8 cleanGuido Günther2016-09-23
| |
| * setup.py: flake8 cleanGuido Günther2016-09-23
| |
| * tests/test_debiandistro.py: flake8 cleanGuido Günther2016-09-23
| |