diff options
author | Wichert Akkerman <wakkerma@debian.org> | 1999-10-05 02:21:31 +0000 |
---|---|---|
committer | Wichert Akkerman <wakkerma@debian.org> | 1999-10-05 02:21:31 +0000 |
commit | 10dc0308548fe87212becf776ca6520fda91c321 (patch) | |
tree | 4654ed676df67320ae1ab96c0036ffd8ce4d31bb /debian/rules | |
parent | caf8af62acec2cbd1418f13b4cf2cf381197404e (diff) | |
download | dpkg-10dc0308548fe87212becf776ca6520fda91c321.tar.gz |
see ChangeLog
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules index e9c2031d6..eedbef785 100755 --- a/debian/rules +++ b/debian/rules @@ -86,11 +86,11 @@ binary-trees: build install -c debian/50dpkg-dev.el debian/tmp-dev/etc/emacs/site-start.d/. install -d debian/tmp-dev/usr/lib/emacsen-common/packages/{install,remove} install -m 755 debian/emacsen-common-remove \ - debian/tmp-dev/usr/lib/emacsen-common/packages/remove/dpkg-dev + debian/tmp-dev/usr/lib/emacsen-common/packages/remove/dpkg-dev install -m 755 debian/emacsen-common-install \ debian/tmp-dev/usr/lib/emacsen-common/packages/install/dpkg-dev cp scripts/debian-changelog-mode.el \ - debian/tmp-dev/usr/share/emacs/site-lisp/dpkg-dev + debian/tmp-dev/usr/share/emacs/site-lisp/dpkg-dev rm -f debian/tmp-main/usr/share/{x,}emacs/site-lisp/debian-changelog-mode.el* chmod +x $(mcidir)/{postinst,prerm,preinst} find debian/tmp-main/usr/share/man -type f | xargs gzip -9vf @@ -102,8 +102,7 @@ binary-trees: build ln -s ../man7/undocumented.7.gz debian/tmp-main/usr/share/man/man1/dpkg-divert.1.gz gzip -9vf debian/tmp-main/usr/share/doc/dpkg/changelog* cp debian/copyright debian/tmp-main/usr/share/doc/dpkg/copyright - cp debian/copyright debian/tmp-dev/usr/share/doc/dpkg-dev/copyright - cp debian/dev-README debian/tmp-dev/usr/share/doc/dpkg-dev/README + ln -s dpkg debian/tmp-dev/usr/share/doc/dpkg-dev set -e; for f in \ usr/share/doc/dpkg/{internals.html,changelog.manuals.gz} \ usr/bin/dpkg-{source,genchanges,gencontrol,shlibdeps,buildpackage,parsechangelog} \ |