chiark / gitweb /
Add a README.source
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 12 Nov 2022 18:28:06 +0000 (18:28 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 12 Nov 2022 18:28:06 +0000 (18:28 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
debian/README.source [new file with mode: 0644]

diff --git a/debian/README.source b/debian/README.source
new file mode 100644 (file)
index 0000000..998f5a9
--- /dev/null
@@ -0,0 +1,26 @@
+The source code for this package is maintained in git.
+The primary upstream branch is here:
+  https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git/secnet.git/
+
+Upstream releases are announced here:
+  https://www.chiark.greenend.org.uk/mailman/listinfo/sgo-software-announce
+
+There is no distinction between the upstream and Debian branches
+at this time.  We don't maintain a Debian delta (patches), nor Debian
+revision numbers.
+
+
+Some items are included using git-subtree, notably subdirmk:
+
+This designed to be "git-subtree"'d into one's package.  That
+is the way the upstream package uses it.
+
+It would be possible to make it a separate package and build-depend on
+it, at the cost of some additional work.  The upside would be a very
+small amount of disk space saving, and largely theoretical saving of
+work in case of a need to do a security update for subdirmk (which
+seems unlikely to be critical since it's build system software which
+is designed to execute its input) - and that all only in the case
+where a second package in Debian uses subdirmk.
+
+We are deferring this work until subdirmk becomes more widely used.