summaryrefslogtreecommitdiffstats
path: root/debian/patches/README.patches
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 14:54:38 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 14:54:38 +0000
commit6cfae0f7454977a2a1171b25e82cef512c14e156 (patch)
tree67cc236679251beaf5e95d9bc5a6a69b745202d0 /debian/patches/README.patches
parentAdding upstream version 1:4.13+dfsg1. (diff)
downloadshadow-6cfae0f7454977a2a1171b25e82cef512c14e156.tar.xz
shadow-6cfae0f7454977a2a1171b25e82cef512c14e156.zip
Adding debian version 1:4.13+dfsg1-1.debian/1%4.13+dfsg1-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/README.patches')
-rw-r--r--debian/patches/README.patches22
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/patches/README.patches b/debian/patches/README.patches
new file mode 100644
index 0000000..a804fe3
--- /dev/null
+++ b/debian/patches/README.patches
@@ -0,0 +1,22 @@
+Small intro to the system for numbering the patches here...
+
+-The 00xx-... patches are forwarded to upstream's git repository
+
+-The 0xx_... series of patches are patches isolated from the latest
+ version of the shadow Debian package not using quilt in order to
+ separate upstream from Debian-specific stuff.
+
+ NO MORE PATCHES SHOULD BE ADDED IN THESE SERIES
+
+-The 4xx series are patches which have been applied to Debian's shadow
+ and have NOT been accepted and/or applied upstream. These patches MUST be kept
+ even after resynced with upstream
+
+-The 5xx series are patches which are applied to Debian's shadow
+ and will never be proposed upstream because they're too specific
+ This list SHOULD BE AS SHORT AS POSSIBLE
+
+In short, while we are working towards synchronisation with upstream,
+our goal is to make 0xx patches disappear by moving them either to 3xx
+series (things already implemented upstream) or to 4xx series
+(Debian-specific patches).