File tree Expand file tree Collapse file tree 1 file changed +19
-4
lines changed
Expand file tree Collapse file tree 1 file changed +19
-4
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,25 @@ Packaging by the LinuxCNC CI system is not covered in this document, see
1313for a brief description on that.
1414
1515This document describes the official packaging for debian.org.
16- Packaging of LinuxCNC for debian.org is split between linuxcnc.git
17- (in <https://github.com/LinuxCNC/linuxcnc.git>) and linuxcnc-gbp.git
18- (in <https://github.com/LinuxCNC/linuxcnc-gbp.git>).
19-
16+ Packaging of LinuxCNC for debian.org is split between:
17+
18+ linuxcnc.git (in <https://github.com/LinuxCNC/linuxcnc.git>)::
19+ This is the regular LinuxCNC repository. This already provides instructions
20+ to build a Debian package in the subdirectory "debian/".
21+ Branches for this repository reflect the ongoing developments for LinuxCNC.
22+ linuxcnc-gbp.git (in <https://github.com/LinuxCNC/linuxcnc-gbp.git>)::
23+ This repository has the same content as the release version, just that
24+ branches now describe the release of Debian that the package shall be
25+ used for. In particular, the script debian/configure was already executed.
26+ Default uploads go to Debian unstable, aka "sid", which needs
27+ to be stated in the file debian/changelog. Also the version number of the
28+ uploads to Debian are sligtly different, so that multiple revisions of the
29+ Debian package is possible for the same release of LinuxCNC.
30+ ```
31+ moeller@x230:~/Github/linuxcnc-gbp$ git branch
32+ * debian/unstable
33+ upstream
34+ ```
2035
2136## debian/copyright
2237
You can’t perform that action at this time.
0 commit comments