diff options
author | joey <joey> | 1999-11-23 23:51:29 +0000 |
---|---|---|
committer | joey <joey> | 1999-11-23 23:51:29 +0000 |
commit | b94647e38f768cb0f5eff426fffc96ac7d70fd4a (patch) | |
tree | f43e1e921970948c7dacf465ff1e683932bbf6df /doc | |
parent | b0ebd80067950b5ef61fd4344a88a8bf53ee31ef (diff) | |
download | debhelper-b94647e38f768cb0f5eff426fffc96ac7d70fd4a.tar.gz |
r309: removed 'master'
Diffstat (limited to 'doc')
-rw-r--r-- | doc/PROGRAMMING | 2 | ||||
-rw-r--r-- | doc/README | 2 | ||||
-rw-r--r-- | doc/from-debstd | 12 |
3 files changed, 8 insertions, 8 deletions
diff --git a/doc/PROGRAMMING b/doc/PROGRAMMING index bf73cc57..f4d14bd0 100644 --- a/doc/PROGRAMMING +++ b/doc/PROGRAMMING @@ -205,4 +205,4 @@ autoscript() This command automatically adds shell script snippets to a debian maintainer script (like the postinst or prerm). --- Joey Hess <joeyh@master.debian.org> +-- Joey Hess <joeyh@debian.org> @@ -71,4 +71,4 @@ Other notes: * Debhelper's home page is at http://kitenet.net/programs/debhelper/ --- Joey Hess <joeyh@master.debian.org> +-- Joey Hess <joeyh@debian.org> diff --git a/doc/from-debstd b/doc/from-debstd index 31fd0cdd..6219e892 100644 --- a/doc/from-debstd +++ b/doc/from-debstd @@ -20,10 +20,10 @@ your package you are converting, run: dh_debstd CHANGES TODO README --verbose --no-act -Notice the parallel to the debstd command above, I just added "--verbose --act" -to the end. This will make dh_debstd output a list of commands that it thinks -will emulate what debstd would have done, without actually doing anything to -your package. The list will look similar to this: +Notice the parallel to the debstd command above, I just added +"--verbose --noact" to the end. This will make dh_debstd output a list of +commands that it thinks will emulate what debstd would have done, without +actually doing anything to your package. The list will look similar to this: dh_installdirs dh_installdocs TODO README @@ -45,7 +45,7 @@ your package. The list will look similar to this: dh_builddeb Now copy that output into debian/rules, replacing the debstd command, as -well as any dpkg-gencontol and dpkg --build commands. +well as any dpkg-gencontrol and dpkg --build commands. Finally, debstd automatically modified postinst, postrm, etc scripts. Some of the debhelper apps do that too, but they do it differently. Debstd just @@ -60,4 +60,4 @@ debstd-generated package very closely. Pay special attention to the postinst, postrm, etc scripts, and make sure that the new package contains all the same files as the old, with the same permissions. --- Joey Hess <joeyh@master.debian.org> +-- Joey Hess <joeyh@debian.org> |