]> git.decadent.org.uk Git - dak.git/commit
daklib/regexes.py: updates to support new source files
authorRaphael Hertzog <hertzog@debian.org>
Sat, 28 Feb 2009 16:39:31 +0000 (17:39 +0100)
committerRaphaël Hertzog <hertzog@debian.org>
Mon, 26 Oct 2009 22:41:30 +0000 (23:41 +0100)
commitc1a20d66f13f41952f742d7cc555b2a7d9004cd4
tree58e5e113475d85a7263cfc63dac45ea328340668
parent7f657044d34e2e5daf301c346ef5d83a47ce00fa
daklib/regexes.py: updates to support new source files

The regex re_issource is modified to recognize the new compression scheme
supported by the 3.0 source package formats. Also add the
the debian.tar file used by 3.0 (quilt) and 2.0 and the
.orig-component.tar for additional upstream tarballs.

Add a new regex re_is_orig_source to know if a file correspond
to some upstream source tarballs (where the version should not have a
debian revision).

Add new regexes re_source_ext and re_orig_source_ext to match only the
extension of source files. And reuse those in the definition of
re_is_orig_source and re_issource to avoid duplication.

Signed-off-by: Raphael Hertzog <hertzog@debian.org>
daklib/regexes.py