Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
79fcce3e
Commit
79fcce3e
authored
Jun 30, 2017
by
Mike Gabriel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
README.Mesa.patches: Define some rules for patch naming and numbering scheme.
parent
638b334c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
0 deletions
+31
-0
README.Mesa.patches
nx-X11/extras/README.Mesa.patches
+31
-0
No files found.
nx-X11/extras/README.Mesa.patches
0 → 100644
View file @
79fcce3e
Patch naming scheme for Mesa.patches:
-------------------------------------
For patch file names, use characters from this ASCII subset:
[a-zA-Z0-9_-.].
This precaution is esp. important, if you build nx-libs without having
the quilt utility available in the build environment. This is mostly true
for non-Debian-based systems.
Patch numbering scheme:
-----------------------
The patch naming scheme is about ordering patches by names and
categories. All patches shall be prefixed with a number:
0xxx: Mesa upstream backports
1xxx: Patches that might be interesting for Mesa upstream
2xxx: Distro specific patches (not applicable here, probably)
3xxx: Security / CVE fixes for Mesa (probably obtained from upstream)
4xxx: Patches that are needed to make Mesa work/build with/against nx-libs
5xxx: Patches that silence compiler warnings
The "series" file within the Mesa.patches directory defines the order of
patch application.
The patch names in the "series" file do not necessarily need to be in
alpha-numerical order. Patch application order is about code and
functionality, That is, patches in one category are allowed to depend
upon patches in another category, even if the subsequent digits are not
strictly ascending.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment