summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/v312
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/v3 b/doc/v3
index 0dc17944..c1833dca 100644
--- a/doc/v3
+++ b/doc/v3
@@ -27,10 +27,10 @@ them.
+ Every file in etc/ is automatically flagged as a conffile by dh_installdeb.
-* Debhelper config files will support globbing via * and ?, when
- appropriate. To turn this off and use those characters raw, just quote
- them.
-
-+ dh_makeshlibs will generate autoscript fragments for ldconfig. This will
- require you call it before dh_installdeb.
++ Debhelper config files support globbing via * and ?, when
+ appropriate. To turn this off and use those characters raw, just prefix
+ with a backspash.
++ dh_makeshlibs generates autoscript fragments for ldconfig. This will
+ require you call it before dh_installdeb. (Many old debian/rules scripts
+ call it after.)