diff options
author | joey <joey> | 2003-02-19 19:03:09 +0000 |
---|---|---|
committer | joey <joey> | 2003-02-19 19:03:09 +0000 |
commit | 91f8bb5fbc5a8cd9d9d64da716f11fcd2831c358 (patch) | |
tree | 1483aa217ef05a522a09d3107b0601e3e9f2f81e /dh_md5sums | |
parent | 2da6ed90ff536121b387c93385e1cf652f7bd3aa (diff) | |
download | debhelper-91f8bb5fbc5a8cd9d9d64da716f11fcd2831c358.tar.gz |
r573: * dh_md5sums: note that it's used by debsums. Closes: #181521
* Make addsubstvars() escape the value of the variable before passing it to
the shell. Closes: #178524
* Fixed escape_shell()'s escaping of a few things.
Diffstat (limited to 'dh_md5sums')
-rwxr-xr-x | dh_md5sums | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ B<dh_md5sums> [S<I<debhelper options>>] [B<-x>] [B<-X>I<item>] [B<--include-conf dh_md5sums is a debhelper program that is responsible for generating a DEBIAN/md5sums file, which lists the md5sums of each file in the package. +These files are used by the debsums package. All files in DEBIAN/ are omitted from the md5sums file, as are all conffiles (unless you use the --include-conffiles switch). |