summaryrefslogtreecommitdiffstats
path: root/README.newscripts
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-06 00:39:23 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-06 00:39:23 +0000
commite3b16b3856bdd5c1645f4609d61bf5a16c026930 (patch)
treed9def3b6f6f46b166fc6f516775350fedeefbef6 /README.newscripts
parentInitial commit. (diff)
downloaddevscripts-e3b16b3856bdd5c1645f4609d61bf5a16c026930.tar.xz
devscripts-e3b16b3856bdd5c1645f4609d61bf5a16c026930.zip
Adding upstream version 2.19.5+deb10u1.upstream/2.19.5+deb10u1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--README.newscripts16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.newscripts b/README.newscripts
new file mode 100644
index 0000000..e2863e7
--- /dev/null
+++ b/README.newscripts
@@ -0,0 +1,16 @@
+List of things to do when adding a new script to devscripts package:
+
+1. Add the script under scripts/
+ - the script should have .sh or .pl extension, otherwise have a look at
+ scripts/Makefile and patch it
+ - if the script is perl and uses embedded POD for documentation, add an
+ entry to the GEN_MAN1S variable in Makefile
+2. Add an entry in README
+3. Add an entry in debian/control
+4. Add an entry in po4a/devscripts-po4a.conf
+5. Add any necessary entries to the Suggests: and Recommends: lines in
+ debian/control
+6. Modify conf.default.in and debian/postinst if necessary
+7. Modify debian/copyright if necessary
+8. Add entries in .gitignore
+9. Add a changelog entry