-----BEGIN PGP SIGNED MESSAGE----- On 10 Oct 1999, David Coe wrote:
> See also bug #47054, which suggests a one-line additon to the > kernel-package script that's probably a better fix to this problem > (though I haven't tested it). I got it to work by changing line 759 to the following: stamp-image: debian configure build kernel-image-deb Looking at it now, i think adding both this and the patch in the bug report would be the best solution. A combined patch is below. - --- rules Sun Oct 10 14:18:02 1999 +++ rules Sun Oct 10 14:13:57 1999 @@ -756,7 +756,7 @@ touch stamp-doc kernel-image kernel_image: stamp-image - -stamp-image: configure build kernel-image-deb +stamp-image: debian configure build kernel-image-deb # % make config # % make-kpkg build # % sudo make -f debian/rules kernel-image-deb @@ -767,6 +767,7 @@ rm -f -r ./debian/tmp-image ./debian/tmp-image.deb test -f stamp-configure || $(deb_rule) configure test -f stamp-build || $(deb_rule) build + test -f stamp-debian || $(deb_rule) debian $(make_directory) debian/tmp-image/DEBIAN $(make_directory) debian/tmp-image/boot $(make_directory) debian/tmp-image/usr/share/doc/$(i_package) -----BEGIN PGP SIGNATURE----- Version: 2.6.3ia Charset: noconv iQCVAwUBOADmxb7M/9WKZLW5AQEn8gP/Vd+oirQ/J18lXRdHpoIqF7vtS+WNCbzz AAD+pGbNErlwtaM07Jiu0JUUTwvm98wBLaWVLdQvQPKR1XFxY0EDEOrBT+7Trnin +BihKj5505//LRxfSQgRIYaQljmaRg3Y9DGnRh6iYlP5T33pUh7wteUKISePmzzO SI4pzFkxQwM= =8JrE -----END PGP SIGNATURE-----