aboutsummaryrefslogtreecommitdiffstats
path: root/minidinstall/ChangeFile.py
Commit message (Collapse)AuthorAge
* Various improvements in coding style.LibravatarKrytarik Raido2018-04-03
|
* Port to Python 3LibravatarUnit 1932018-03-14
|
* plural vs singularLibravatarChristoph Goehre2008-11-17
|
* [PATCH] print path to changes file on missing md5sumsLibravatarGuido Guenther2008-09-20
| | | | | | Closes: #496229 Signed-off-by: Christoph Goehre <christoph.goehre@gmx.de>
* expand tabs and remove tailing whitespacesLibravatarChristoph Goehre2008-09-20
|
* check new Checksums-* fields in .dsc and .changesLibravatarChristoph Goehre2008-06-28
| | | | | | With dpkg 1.14.18 from April 2008 the .dsc and .changes-files has additional fields for SHA1 and SHA256. mini-dinstall will check this fields if exists.
* merge hash generation for Release filesLibravatarChristoph Goehre2008-02-02
| | | | | | _get_file_sum() in mini-dinstall and _get_file_md5sum() in ChangeFile.py are really the same code. So I strip it together into get_file_sum() in misc.py.
* Minor changes for package buildingLibravatarChristoph Goehre2007-09-30
* I'm the new Maintainer (Closes: #414621) * build package with cdbs * add XS-Vcs tags to git archive * move python-dev and python-support to B-Depends (instead of B-D-I) to clam lintian