diff options
author | Clint Adams <clint@debian.org> | 2011-05-17 23:46:08 -0400 |
---|---|---|
committer | Clint Adams <clint@debian.org> | 2011-05-17 23:46:08 -0400 |
commit | e8fae4623f2fc84c5d0c31315d54bc3a7f7fdf63 (patch) | |
tree | aa8b344ab896cd52362e0dcf343f02287a5f2f50 /debian | |
parent | ce4e2546cbe707af930b307a80be537b4b867bf2 (diff) | |
download | debianutils-e8fae4623f2fc84c5d0c31315d54bc3a7f7fdf63.tar.gz |
run dpkg-shlibdeps on the installed versions
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 3af38f1..dd44f41 100755 --- a/debian/rules +++ b/debian/rules @@ -91,7 +91,7 @@ endif cd debian/tmp && find * -type f ! -regex '^DEBIAN/.*' -print0 | xargs -r0 md5sum > DEBIAN/md5sums - dpkg-shlibdeps run-parts tempfile + dpkg-shlibdeps debian/tmp/bin/run-parts debian/tmp/bin/tempfile dpkg-gencontrol -isp dpkg --build debian/tmp .. |