diff options
author | Wichert Akkerman <wakkerma@debian.org> | 1999-12-05 17:49:03 +0000 |
---|---|---|
committer | Wichert Akkerman <wakkerma@debian.org> | 1999-12-05 17:49:03 +0000 |
commit | 4e9ec766fba6fb6feac5d2950aac850e4653ca33 (patch) | |
tree | fad73322c6d37bb0dc5ae4876caeb97396001632 /debian/rules | |
parent | 38a202b42b9b942d69dbeaa784658d78fe263157 (diff) | |
download | dpkg-4e9ec766fba6fb6feac5d2950aac850e4653ca33.tar.gz |
Update polish translation, add manpage for cleanup-info, update
dpkg-scansources to handle trailing blanks.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 42e97dd02..f45891436 100755 --- a/debian/rules +++ b/debian/rules @@ -103,6 +103,7 @@ binary-dpkg: stamp-binary install -p -m 644 -o root -g root debian/changelog \ $(TMP_DPKG)/usr/share/doc/dpkg/changelog.Debian + rm -f $(TMP_DPKG)/usr/share/doc/dpkg/copyright gzip -9 $(TMP_DPKG)/usr/share/doc/dpkg/* install -p -m 644 -o root -g root debian/copyright \ $(TMP_DPKG)/usr/share/doc/dpkg/ |