Mercurial > noffle
changeset 323:67ce1ddf7313 noffle
[svn] cleanup
author | godisch |
---|---|
date | Sat, 22 Feb 2003 21:09:23 +0000 |
parents | 26fc118999aa |
children | 5ec39beae9c5 |
files | debian/rules |
diffstat | 1 files changed, 6 insertions(+), 13 deletions(-) [+] |
line wrap: on
line diff
--- a/debian/rules Sat Feb 22 21:04:03 2003 +0000 +++ b/debian/rules Sat Feb 22 21:09:23 2003 +0000 @@ -1,5 +1,5 @@ #!/usr/bin/make -f -# $Id: rules 442 2003-02-17 17:40:04Z godisch $ +# $Id: rules 458 2003-02-22 21:09:23Z godisch $ #export MAINT_BUILD=1 @@ -117,12 +117,9 @@ find $(MANDIR) -type f -print0 | xargs -0 gzip -9 # installing documentation - install -d -o root -g root -m 0755 $(DOCDIR) - install -o root -g root -m 0644 AUTHORS NEWS TODO docs/FAQ docs/INTERNALS docs/NOTES $(DOCDIR) - install -D -o root -g root -m 0644 debian/changelog $(DOCDIR)/changelog.Debian - install -D -o root -g root -m 0644 ChangeLog $(DOCDIR)/changelog - install -o root -g root -m 0644 debian/copyright $(DOCDIR) - install -o root -g root -m 0644 debian/README.Debian $(DOCDIR) + install -D -o root -g root -m 0644 ChangeLog $(DOCDIR)/changelog + install -D -o root -g root -m 0644 debian/changelog $(DOCDIR)/changelog.Debian + install -o root -g root -m 0644 debian/copyright debian/README.Debian AUTHORS NEWS TODO docs/FAQ docs/INTERNALS docs/NOTES $(DOCDIR) ln -s ../../noffle $(DOCDIR)/examples find $(DOCDIR) -type f \( -size +8 -o -name 'changelog*' \) -print0 | xargs -0 gzip -9 @@ -139,12 +136,8 @@ # installing packaging information install -d -o root -g root -m 0755 $(DEBDIR) - install -o root -g root -m 0755 debian/config $(DEBDIR) - install -o root -g root -m 0644 debian/control $(DEBDIR) - install -o root -g root -m 0755 debian/postinst $(DEBDIR) - install -o root -g root -m 0755 debian/postrm $(DEBDIR) - install -o root -g root -m 0755 debian/preinst $(DEBDIR) - install -o root -g root -m 0755 debian/prerm $(DEBDIR) + install -o root -g root -m 0644 debian/control $(DEBDIR) + install -o root -g root -m 0755 debian/config debian/preinst debian/postinst debian/prerm debian/postrm $(DEBDIR) cd $(BUILDDIR) && find usr -type f -print0 | xargs -0 md5sum | tee DEBIAN/md5sums cd $(BUILDDIR) && find ./etc -type f | cut -c 2- | tee DEBIAN/conffiles debconf-mergetemplate debian/templates.?? debian/templates > $(DEBDIR)/templates