aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/deb/dscfile.py
Commit message (Expand)AuthorAge
* Fix flake8's W605 (invalid escape sequence)Guido Günther2018-10-15
* DscFile: dscfile must be utf-8 encoded as wellGuido Günther2017-11-06
* dscfile: Make sure we match on additional tarballs containing uppercaseGuido Günther2017-10-31
* dscfile: parse out upstream signatures as wellGuido Günther2017-10-31
* dscfile: make sure we match the end of the lineGuido Günther2017-10-31
* dscfile: use @property for read only propertyGuido Günther2017-08-12
* pep8/pyflakes cleanupsGuido Günther2016-09-12
* import-dsc: Don't fail on 1.0 non-native packages without a Debian versionGuido Günther2016-06-30
* dscfile: parse out name of additional tarball dirsGuido Günther2016-04-11
* import_dsc: Fail if a package has additional tarballsGuido Günther2015-11-18
* Fix FSF address - thanks rpmlintEvgeni Golov2015-06-22
* Change UpstreamSource to have PkgPolicyMarkus Lehtonen2014-07-24
* Use open() instead of file()Guido Günther2013-08-28
* Make parse_dsc a classmethod of DscFileGuido Günther2013-04-29
* Move DscFile to separate moduleGuido Günther2013-03-29