]> git.donarmstrong.com Git - debhelper.git/blobdiff - doc/PROGRAMMING
Merge branch 'master' of ssh://git.debian.org/git/debhelper/debhelper
[debhelper.git] / doc / PROGRAMMING
index 211e57eef9570472a0c32fe8705f4d8a19a5c51f..0fca4722019a3efb6c9285ab5686b0f02c2b02e4 100644 (file)
@@ -232,8 +232,8 @@ udeb_filename($package)
        Returns the filename of the udeb package.
 getpackages($type)
        Returns a list of packages in the control file.
-       Must pass "arch" or "indep" or "same" to specify arch-dependent or
-       -independent or same arch packages. If nothing is specified, returns all
+       Pass "arch" or "indep" to specify arch-dependent or
+       -independent. If nothing is specified, returns all
        packages.
        As a side effect, populates %package_arches and %package_types with
        the types of all packages (not only those returned).
@@ -281,8 +281,7 @@ remove_command_options($command)
 
 remove_command_options($command, $opt1, $opt2, ...)
        Remove $opt1, $opt2 etc. from the list of additional options which
-       dh passes when running the specified $command. $optX might be a string
-       or a regular expresion.
+       dh passes when running the specified $command.
 
 Buildsystem Classes:
 -------------------