summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-06-28 21:47:52 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-06-28 21:51:12 -0400
commit8a088bc6cbe25d1a1e99edadd02d880d286dcaca (patch)
treebead9f78123295765195805ba0ca16f1e68234be /doc
parentfdf8b4a8b4b4f50c39b6e4266773539bc13d6e56 (diff)
clean up --sourcedir/--sourcedirectory conflict
* Move two move command-specific options to only be accepted by the commands that use them. The options are: --sourcedir, --destdir * If any third-party debhelper commands use either of the above options, they will be broken, and need to be changed to pass options to init(). This was done because of a conflict with the --sourcedirectory options used by dh_auto_*. I originally wanted to make dh_auto_* and dh_install both use --sourcedir, but that didn't work out.
Diffstat (limited to 'doc')
-rw-r--r--doc/PROGRAMMING2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/PROGRAMMING b/doc/PROGRAMMING
index bd79628c..f338b577 100644
--- a/doc/PROGRAMMING
+++ b/doc/PROGRAMMING
@@ -120,8 +120,6 @@ switch variable description
those processed here), will apply to all
binary packages the program acts on, not just
the first
---sourcedir SOURCEDIR will be set to a string
---destdir DESTDIR will be set to a string
--priority PRIORITY will be set to a number
--mainpackage MAINPACKAGE controls which package is treated as the
main package to act on