summaryrefslogtreecommitdiffstats
path: root/debian/TODO
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 20:46:56 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 20:46:56 +0000
commit2dd01f6cc0c6333b58c3e77f3d8a3dca116a1c8b (patch)
tree96185c3fd8772392c9989835f1b9954b5aadb9d8 /debian/TODO
parentAdding upstream version 1:4.13+dfsg1. (diff)
downloadshadow-2dd01f6cc0c6333b58c3e77f3d8a3dca116a1c8b.tar.xz
shadow-2dd01f6cc0c6333b58c3e77f3d8a3dca116a1c8b.zip
Adding debian version 1:4.13+dfsg1-4.debian/1%4.13+dfsg1-4
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/TODO')
-rw-r--r--debian/TODO19
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/TODO b/debian/TODO
new file mode 100644
index 0000000..4ada3bc
--- /dev/null
+++ b/debian/TODO
@@ -0,0 +1,19 @@
+Things that should be done:
+ * Verify the files left in debian/tmp
+ + e.g. /etc/default/adduser should be installed
+ * Check the build system: rebuilding the package twoce in the same tree
+ doubles the size of the diff.gz file
+
+Other points (not related to the release of a syncronized shadow):
+ * compare the source with the usages and man pages
+ + probably add a sentence to chsh/chfn's manpages about authentication
+ required for ordinary users
+ * do something (a tool) for the variables in login.defs
+ In Debian, some tools are not compiled with the PAM support, so upstream
+ getdef.c won't be OK.
+ It should be nice to see in each man page the set of variables used.
+ The Debian package can now compile (export DEB_BUILD_OPTIONS='nostrip debug')
+ with the debugging informations. This may be used to extract the set of
+ variables used in Debian/for each tools.
+ * verify all the patches around (I've found patches for at least RedHat,
+ OWL, LFS, Mandriva, Gentoo; are they already applied?)