Package: bumprace Severity: normal Tags: patch
Without `-N', patch(1) will ask to ignore the reversed patch when cleaning for the first time. --- debian/rules.orig 2005-07-20 21:52:45.454389178 -0700 +++ debian/rules 2005-07-20 21:52:50.676682721 -0700 @@ -57,7 +57,7 @@ rm -f build-stamp configure-stamp # Add here commands to clean up after the build process. - -patch -R -p0 < debian/patches/002_buffer-overflow.patch + -patch -N -R -p0 < debian/patches/002_buffer-overflow.patch -$(MAKE) distclean dh_clean -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.11-perfctr-2.6.13-bmc Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]