summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/PROGRAMMING4
-rw-r--r--doc/TODO1
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).
diff --git a/doc/TODO b/doc/TODO
index 3092736b..ec379968 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -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