summaryrefslogtreecommitdiff
path: root/doc/from-debstd
diff options
context:
space:
mode:
authorjoey <joey>1999-11-23 23:51:29 +0000
committerjoey <joey>1999-11-23 23:51:29 +0000
commitb94647e38f768cb0f5eff426fffc96ac7d70fd4a (patch)
treef43e1e921970948c7dacf465ff1e683932bbf6df /doc/from-debstd
parentb0ebd80067950b5ef61fd4344a88a8bf53ee31ef (diff)
r309: removed 'master'
Diffstat (limited to 'doc/from-debstd')
-rw-r--r--doc/from-debstd12
1 files changed, 6 insertions, 6 deletions
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>