Author: branden Date: 2003-07-23 11:49:28 -0500 (Wed, 23 Jul 2003) New Revision: 300
Modified: branches/4.3.0/sid/debian/rules Log: debian/rules: use POSIXly-correct diff syntax Modified: branches/4.3.0/sid/debian/rules ============================================================================== --- branches/4.3.0/sid/debian/rules 2003-07-21 11:30:35 UTC (rev 299) +++ branches/4.3.0/sid/debian/rules 2003-07-23 16:49:28 UTC (rev 300) @@ -344,7 +344,7 @@ # confirm that the installed file list has not changed if [ -e debian/MANIFEST.$(ARCH) ]; then \ if ! cmp -s debian/MANIFEST.$(ARCH) debian/MANIFEST.$(ARCH).new; then \ - diff -u -0 debian/MANIFEST.$(ARCH) debian/MANIFEST.$(ARCH).new; \ + diff -U 0 debian/MANIFEST.$(ARCH) debian/MANIFEST.$(ARCH).new; \ if [ -n "$$IGNORE_MANIFEST_CHANGES" ]; then \ echo 'MANIFEST check failed; ignoring problem because \$$IGNORE_MANIFEST_CHANGES set' >&2; \ echo 'Please ensure that the package maintainer has an up-to-date version of the' >&2; \ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]