Package: kernel-patch-suspend2
Version: 2.1.8.2-7
Severity: normal
When trying to apply suspend2 patch I get the following error, and I am
not sure where the problem can be (perhaps apply script?)
[EMAIL PROTECTED]:/usr/src/kernel-source-2.6.11$ LANGUAGE=C sudo make-kpkg
--added-patches suspend2 --config menuconfig kernel-image
# work around idiocy in recent kernel versions
test ! -e scripts/package/builddeb || \
mv -f scripts/package/builddeb scripts/package/builddeb.dist
test ! -e scripts/package/Makefile || \
(mv -f scripts/package/Makefile
scripts/package/Makefile.dist && \
test ! -f stamp-debian && test ! -f debian/official && \
rm -rf ./debian && mkdir ./debian
test -f applied_patches && rm -f applied_patches
make: [stamp-debian] Error 1 (ignored)
for patch in /usr/src/kernel-patches/all/2.6.11/apply/suspend2 ; do
\
if test -x $patch; then \
if $patch; then \
echo "Patch $patch processed fine"; \
echo "$patch" >> applied_patches; \
else \
echo "Patch $patch failed."; \
echo "Hit return to Continue"; \
read ans; \
fi; \
fi; \
done
E: no applicable suspend2 patch found for this kernel.
Patch /usr/src/kernel-patches/all/2.6.11/apply/suspend2 failed.
Hit return to Continue
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable'), (101, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10swsusp2
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]