diff options
author | Joey Hess <joey@kitenet.net> | 2012-03-22 17:37:54 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-03-22 17:37:54 -0400 |
commit | bf8aa790612fdce15a68b62356d1c06f2c190e0a (patch) | |
tree | 6afdc3ff9e43ded6b33d0a5a392ad733968aeecd /doc | |
parent | 928b13014c9e0cf3ed8352f87e4a83caba0547f3 (diff) | |
download | debhelper-bf8aa790612fdce15a68b62356d1c06f2c190e0a.tar.gz |
Revert avoid expanding shell metacharacters in sed call in autoscript(). It breaks dh_usrlocal and must be considered part of its interface. Added to interface documentation. Closes: #665263
Diffstat (limited to 'doc')
-rw-r--r-- | doc/PROGRAMMING | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/PROGRAMMING b/doc/PROGRAMMING index b6d3d16e..bcf1c13c 100644 --- a/doc/PROGRAMMING +++ b/doc/PROGRAMMING @@ -197,7 +197,7 @@ autoscript($package, $scriptname, $snippetname, $sedcommands) - script to add to - filename of snippet - sed commands to run on the snippet. Ie, s/#PACKAGE#/$PACKAGE/ - (optional) + (optional) Note: Passed to the shell inside double quotes. This command automatically adds shell script snippets to a debian maintainer script (like the postinst or prerm). Note that in v6 mode and up, the snippets are added in reverse |