aboutsummaryrefslogtreecommitdiffstats
path: root/debian/lib/python/debian_linux
Commit message (Expand)AuthorAgeFilesLines
* Fix pycodestyle errorNoah Meyerhans2020-04-011-1/+2
* Cope with change to Module.symvers file structureNoah Meyerhans2020-03-281-2/+2
* debian/lib/python/debian_linux/abi.py: strip whitespace characters in lineSalvatore Bonaccorso2019-12-301-1/+1
* debian/lib/python/debian_linux/abi.py: Add one missing string replacementSalvatore Bonaccorso2019-12-301-1/+1
* debian/lib/python/debian_linux/abi.py: Add support for namespacesBen Hutchings2019-11-191-6/+8
* Copy template file permissions to output filesBen Hutchings2019-10-231-0/+3
* debian/lib/python/debian_linux/utils.py: Store file mode for templatesBen Hutchings2019-10-231-7/+18
* debian/lib/python/debian_linux/utils.py: Use 'with' to manage file handlesBen Hutchings2019-10-231-6/+6
* Add maint scripts to meta-packages to convert doc directories to symlinksBen Hutchings2019-10-231-1/+1
* gencontrol: Generalise substitution of debhelper config templateBen Hutchings2019-10-231-0/+16
* gencontrol: Introduce and use arch/featureset/flavour iterator functionsBen Hutchings2019-03-051-12/+26
* Fix pycodestyle "line break after binary operator" warningsBen Hutchings2018-12-281-3/+3
* debian/lib/python/debian_linux/debian.py: Fix deprecated import of MutableSetBen Hutchings2018-12-281-1/+2
* debian/lib/python/debian_linux/config.py: Fix undefined exception typeBen Hutchings2018-10-011-5/+2
* debian/lib/python/debian_linux/gencontrol.py: Delete broken methodsBen Hutchings2018-10-011-9/+0
* debian/bin, debian/lib/python: Delete write-only vars reported by pyflakesBen Hutchings2018-10-013-16/+11
* debian/bin, debian/lib/python: Clean up imports based on pyflakes reportBen Hutchings2018-10-012-3/+3
* debian/bin, debian/lib/python: Fix most errors reported by pycodestyleBen Hutchings2018-10-017-55/+103
* Add support for specifying build-dependencies in binary package templatesBen Hutchings2018-09-111-0/+29
* debian/lib/python: Use raw strings for all regexesBen Hutchings2018-09-112-6/+6
* Remove our private patch system, which is no longer neededBen Hutchings2018-08-111-180/+0
* debian/lib/python/debian_linux/debian.py: Let superclass split version stringBen Hutchings2018-07-011-13/+15
* debian/lib/python/debian_linux/debian.py: Accept arbitrary revision suffixesBen Hutchings2018-07-011-1/+1
* debian/lib/python/debian_linux/debian.py: More test cases for VersionLinuxBen Hutchings2018-07-011-0/+21
* debian/lib/python/debian_linux/debian.py: Fix VersionLinux self-test failuresBen Hutchings2018-07-011-1/+1
* debian/lib/python/debian_linux/debian.py: Add unit tests for VersionLinux classBen Hutchings2018-07-011-0/+90
* debian/lib/python/debian_linux/debian.py: Fix Version self-test failuresBen Hutchings2018-07-011-25/+21
* debian/lib/python/debian_linux/debian.py: Add unit tests for Version classBen Hutchings2018-07-011-0/+78
* debian/lib/python/debian_linux/debian.py: Fix binNMU revision parsingBen Hutchings2018-04-241-1/+2
* debian/lib/python/debian_linux/debian.py: Fix binNMU changelog parsingBen Hutchings2018-04-241-1/+1
* debian/lib/python/debian_linux/debian.py: Parse bottom lines of changelog ent...Ben Hutchings2018-04-081-23/+51
* debian/lib/python/debian_linux/gencontrol.py: Don't override source nameBen Hutchings2018-04-081-1/+2
* debian/lib/python/debian_linux/debian.py: Allow parsing any file as changelogBen Hutchings2018-04-081-18/+24
* debian/lib/python/debian_linux/debian.py: Close changelog after parsingBen Hutchings2018-04-081-17/+17
* debian/lib/python/debian_linux/gencontrol.py: Allow overriding output filenamesBen Hutchings2018-04-081-4/+4
* debian/control: Move many build dependencies to Build-Depends-Arch fieldBen Hutchings2017-09-301-0/+1
* Make the pickled config (config.defines.dump) reproducibleBen Hutchings2017-01-071-1/+3
* debian_linux.config: Drop import fallback for Python 2 compatibilityBen Hutchings2017-01-071-4/+1
* debian_linux.gencontrol: Add support for arch-indep per-featureset packagesBen Hutchings2016-12-011-0/+35
* debian/lib/python/debian_linux/debian.py: Handle packages with only short des...Ben Hutchings2016-07-141-4/+5
* Move merge_packages function from debian/bin/gencontrol.py to gencontrol moduleBen Hutchings2016-06-081-0/+19
* debian_linux.utils._read_rfc822: Parse and ignore commentsBen Hutchings2016-05-141-0/+3
* debian_linux.debian: Add urgency attribute to Changelog.Entry objectsBen Hutchings2016-05-061-5/+11
* debian_linux.gencontrol: Allow variable substitutions in control.source.inBen Hutchings2016-04-041-1/+2
* debian.py: Really implement stable order of fields not in the predefined orderBen Hutchings2016-01-081-1/+1
* debian.py: Implement stable order of fields in debian/tests/controlBen Hutchings2016-01-081-43/+36
* debian/lib/python: Add support for package relation restrictionsBen Hutchings2015-11-101-3/+9
* debian/lib/python: Never merge package relations with a different version ope...Ben Hutchings2015-11-101-1/+5
* debian_linux.{debian,utils}: Support templates for debian/tests/controlBen Hutchings2015-10-312-0/+27
* debian_linux.utils: Support templates for RFC822 files other than debian/controlBen Hutchings2015-10-311-1/+3