Debian Patches

Status for editorconfig-core/0.12.6-0.1

Patch Description Author Forwarded Bugs Origin Last update
1001_fix_manpages.patch Fix errors in manpage generation document Man page generating document was using unescaped hyphen which was
fixed by this patch. There was also a spelling mistake which is fixed
by this patch.
Vasudev Kamath <kamathvasudev@gmail.com> no 2016-03-25
1002_reproducible_builds.patch Disable timestamp generation in doxygen
If Doxyfile contains HTML_TIMESTAMP = YES, Doxygen will
add a timestamp to its generated documentation. To allow
reproducible builds this should be disabled.
Vasudev Kamath <kamathvasudev@gmail.com> no 2015-02-15
1003-fix-doc-build.patch This fixes the doc build somehow Jeremy Bicha <jeremy.bicha@canonical.com> no 2023-01-26
2001_fix_static_libname.patch Use the same name for static and shared library Upstream uses libeditorconfig_static.a for static library but
d-shlibmove expects both library to have same name. This patch
fixes it.
Vasudev Kamath <kamathvasudev@gmail.com> not-needed 2016-03-25
2002_fix_docs_directory.patch Fix the directory name where docs are installed Upstream installs docs to usr/share/doc/editorconfig but in Debian
we ship these docs as part of editorconfig-doc package. This patch
changes the directory name from editorconfig to editorconfig-doc.
Vasudev Kamath <kamathvasudev@gmail.com> not-needed 2016-03-25
0005-Also-test-that-shouldn-t-match.patch Also test that "?" shouldn't match "/". Hong Xu <hong@topbug.net> no 2019-06-16
0006-Rename-two-tests-property-value.patch Rename two tests (property --> value) Hong Xu <hong@topbug.net> no 2019-06-16
0007-Remove-escaped_octothorpe_in_value-per-editorconfig-.patch Remove escaped_octothorpe_in_value per editorconfig/editorconfig-vote#5 Hong Xu <hong@topbug.net> no 2019-06-29
0008-Remove-escaped_semicolon_in_property-per-votes-5-and.patch Remove escaped_semicolon_in_property per votes #5 and #6 =?utf-8?q?Jo=C3=A3o_Valverde?= <joao.valverde@tecnico.ulisboa.pt> no 2019-10-09
0009-Fix-multiline-result-tests-escape-backslashes.patch Fix multiline-result tests; escape backslashes
Fixes:
- editorconfig/editorconfig-core-test#28
- The warning at https://ci.appveyor.com/project/xuhdev/editorconfig-core-c/builds/28235086/job/u9ebs7f3b9u3gowk#L1660

Major changes:
- Always use add_test(NAME ... COMMAND ...):
This is for consistency - add_test(NAME ... COMMAND ...)
escapes differently than add_test(<name> <command>...).
- Fix backslash escaping:
Now that we are using the add_test(NAME ... COMMAND ...) form,
backslash escaping works differently. In my tests, backslashes
are not collapsed in that form.
- Specify `-C Debug` on the `ctest` command line:
This permits the Visual Studio generator to run tests.
Chris White <cxwembedded@gmail.com> no 2019-10-20
0010-Fix-typos.patch Fix typos
Typos found with codespell.
Damien Cassou <damien@cassou.me> no 2019-11-26
0011-Remove-unsupported-tests.patch Remove unsupported tests Jed Mao <jedmao@outlook.com> no 2019-11-30
0012-Remove-colon-separator-fixtures.patch Remove colon separator fixtures
Forgot to remove these in #33
Jed Mao <jedmao@users.noreply.github.com> no 2019-11-30
0013-Make-sure-that-parsers-accept-empty-.editorconfig-fi.patch Make sure that parsers accept empty .editorconfig files and files containing only comments and newlines (#42)

Close editorconfig/editorconfig#433
Peter Palaga <ppalaga@redhat.com> no 2020-06-19
0014-Test-adjacent-nested-braces-44.patch Test adjacent nested braces (#44)
Nested braces should work correctly when they are adjacent at the start,
end, or both. However, this was not handled correctly in
editorconfig-core-py. Add tests to cover.

I have confirmed that these tests all pass for editorconfig-core-c and
1, 3, 4, and 5 fail for editorconfig-core-py without
editorconfig/editorconfig-core-py#33 and pass once applied.
Kevin Locke <kevin@kevinlocke.name> no 2020-11-29
0015-editorconfig-editorconfig-429-Remove-section-name-ke.patch editorconfig/editorconfig#429 Remove section name, key and value length limits (#41)

- Remove the upper limit for section name, key and value length.
- Permit implementations to define their own upper limits.
- Add minimum supported lengths each implementation must support.
Jen <goodhoko@gmail.com> no 2020-12-28
0016-Add-update-tests-of-in-values-49.patch Add/update tests of `#`, `;`, `\#`, `\;` in values (#49)
This implements the specification changes made by
<https://github.com/editorconfig/specification/pull/31>.

- A hash or semicolon in a value is part of the value, not the beginning
of a comment.
- Backslashes before hashes or semicolons are part of the value as well,
not an escaping mechanism.
- This supersedes the change made in #33.
Chris White <cxwembedded@gmail.com> no 2022-10-30

All known versions for source package 'editorconfig-core'

Links