diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-09-01 13:40:52 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-09-01 13:45:53 -0400 |
commit | 71e10953d25187a6528623dbd49901a89463426c (patch) | |
tree | 961d17313aefe50842c1df40837d81b488630d8a /doc | |
parent | a432550b565cd01d4a67b8cb929f90fa29d299f7 (diff) | |
download | debhelper-71e10953d25187a6528623dbd49901a89463426c.tar.gz |
-a == -s
The -a flag now does the same thing as the -s flag, so debhelper users do
not need to worry about using the -s flag when building a package that only
builds for some architectures, and dh will also work in that situation.
Closes: #540794
Diffstat (limited to 'doc')
-rw-r--r-- | doc/PROGRAMMING | 4 | ||||
-rw-r--r-- | doc/TODO | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/PROGRAMMING b/doc/PROGRAMMING index 5f236ebd..0fca4722 100644 --- a/doc/PROGRAMMING +++ b/doc/PROGRAMMING @@ -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). @@ -31,3 +31,4 @@ Deprecated: Need to wait a while (from Oct 2008) to ensure that most rules files that pass unknown options to commands are fixed. * dh_desktop, dh_scrollkeeper. Remove eventually.. +* -s flag, not formally deprecated yet; remove eventually |