summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-05-23 19:26:41 -0400
committerJoey Hess <joey@kitenet.net>2010-05-23 19:27:44 -0400
commit78279dbcdd52d16b14f2de5eb6958948f9dc3dcf (patch)
treedb124439bdb2780bbe49b3137e6ac4da48b7cee9 /doc
parent00ed6d0cc8f74caf4a591152a97027194304383c (diff)
In v8 mode, dh_makeshlibs will run dpkg-gensymbols on all shared libraries it generates shlibs files for. This means that -X can be used to exclude libraries from processing by dpkg-gensymbols. It also means that libraries in unusual locations, where dpkg-gensymbols does not itself normally look will be passed to it, a behavior change which may break some packages. Closes: #557603
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 89de90b8..728e38eb 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -7,11 +7,12 @@ v8:
* make dh_install use hard links for efficiency (maybe?)
* dh_installinit --restart-after-upgrade as default?
* #487006: dh_installman with 3-letter codes
-* apply patch in #557603 (breaks compatibility slightly; see #560120)
* clean up dh's handling of options passed onto commands it calls,
by implementing one of the changes discussed in #570039
(either change #3, change #4, or change #5; change #0 was done, but
was an incomplete workaround)
+ My preference ATM is #3, require dh options come before --,
+ and after, options to be passed on to commands.
* better package arch filtering for -N , -p (#576990)
* Support DEB_BUILD_OPTIONS=debug ; maybe also support passing
-g -O2 by default. See patch (and discussion of why this breaks