# HG changeset patch # User godisch # Date 1056358858 -3600 # Node ID 7a5ec3f900e1523a921d9e90fd96a17c30c9d031 # Parent cef9370fad9084572582c59694aee6b786a07706 [svn] update diff -r cef9370fad90 -r 7a5ec3f900e1 debian/rules --- a/debian/rules Mon Jun 23 09:54:11 2003 +0100 +++ b/debian/rules Mon Jun 23 10:00:58 2003 +0100 @@ -1,5 +1,5 @@ #!/usr/bin/make -f -# $Id: rules 536 2003-05-24 18:48:30Z godisch $ +# $Id: rules 575 2003-06-23 09:00:58Z godisch $ BUILDDIR = debian/noffle DEBDIR = $(BUILDDIR)/DEBIAN @@ -122,8 +122,8 @@ install -d -o root -g root -m 0755 $(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 + cd $(BUILDDIR) && find usr -type f -print0 | xargs -0 md5sum > DEBIAN/md5sums + cd $(BUILDDIR) && find ./etc -type f | cut -c 2- > DEBIAN/conffiles po2debconf debian/templates > $(DEBDIR)/templates chown root:root $(DEBDIR)/md5sums $(DEBDIR)/conffiles $(DEBDIR)/templates chmod 0644 $(DEBDIR)/md5sums $(DEBDIR)/conffiles $(DEBDIR)/templates