[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: RFC: DEP-14: Recommended layout for Git packaging repositories



* Ron <ron@debian.org> [141119 07:21]:
> I believe Bernhard explained earlier that git-dpm allows the replacement
> character to be configurable (but also offers just a single character
> for all replacements).

git-dpm doesn't have a replacement-character configurable, but different
control sequences for the variable parts of tags supporting different
version schemata, so one can configure "debian%e-%v" for the old style
1:2:3~4 generating tag name "debian1-2_3_4". And "debian/%E%V" would
give "debian/1.2.3.4" and "foobar-%e%v" would give "doobar-1.2_3_4".
The current sid version has some combinations (for the different parts
of the version needed for the different older schemata there are currently
%v %u %e %f %V %U %E) but yet none which replaces anything in versions
with "%", which will make it interesting to create code for it.

	Bernhard R. Link
-- 
F8AC 04D5 0B9B 064B 3383  C3DA AFFC 96D1 151D FFDC


Reply to: