Mercurial > noffle
changeset 394:3d3a0dab6011 noffle
[svn] small update
author | godisch |
---|---|
date | Sat, 24 May 2003 19:48:30 +0100 |
parents | e113df4af08b |
children | 056d5fcb7f4b |
files | debian/rules |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/debian/rules Sat May 24 07:30:38 2003 +0100 +++ b/debian/rules Sat May 24 19:48:30 2003 +0100 @@ -1,5 +1,5 @@ #!/usr/bin/make -f -# $Id: rules 519 2003-04-10 15:18:29Z godisch $ +# $Id: rules 536 2003-05-24 18:48:30Z godisch $ BUILDDIR = debian/noffle DEBDIR = $(BUILDDIR)/DEBIAN @@ -42,7 +42,7 @@ rm -f configure-stamp build-stamp debian/files debian/substvars -$(MAKE) -i distclean rm -rf debian/noffle - -cat `ls -r debian/patches/*.diff` /dev/null | patch -RNtp1 -r debian/rejected --no-backup-if-mismatch + -cat `ls -r debian/patches/*.diff` /dev/null | patch -RENtp1 -r debian/rejected --no-backup-if-mismatch rm -f debian/rejected configure-stamp: configure @@ -97,7 +97,7 @@ chown root:root $(MANDIR)/man1/noffle.1 $(MANDIR)/man5/noffle.conf.5 chmod 0644 $(MANDIR)/man1/noffle.1 $(MANDIR)/man5/noffle.conf.5 install -o root -g root -m 0644 debian/noffle-cronfetch.8 $(MANDIR)/man8 - find $(MANDIR) -type f -print0 | xargs -0 gzip -9 + find $(MANDIR) -type f -print0 | xargs -0 gzip -9n # installing documentation install -D -o root -g root -m 0644 ChangeLog $(DOCDIR)/changelog @@ -105,7 +105,7 @@ 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 install -D -o root -g root -m 0644 debian/xinetd $(DOCDIR)/examples/xinetd.conf - find $(DOCDIR) -type f \( -size +8 -o -name 'changelog*' \) -print0 | xargs -0 gzip -9 + find $(DOCDIR) -type f \( -size +8 -o -name 'changelog*' \) -print0 | xargs -0 gzip -9n # installing config files install -d -o root -g root -m 0755 $(BUILDDIR)/etc/news $(BUILDDIR)/etc/default