Re: Updating to Ubuntu Gutsy no longer shows message counts
On Mon, Oct 22, 2007 at 12:21:15PM -0700, Bill Moseley wrote:
> I then grabbed the Debian source form a machine I'm running and it
> looks like all debian patches are applies:
>
> $ apt-get source mutt
<snip>
> dpkg-source: extracting mutt in mutt-1.5.16
> dpkg-source: unpacking mutt_1.5.16.orig.tar.gz
> dpkg-source: applying ./mutt_1.5.16-3.diff.gz
>
> and then built with:
>
> ./configure --enable-imap --with-ssl --prefix=$HOME/mutt
> make install
The debian mutt packages use quilt to apply patches. If you run
“debuild -uc -us” to build the package you’ll see it apply the patches
bit by bit. Running configure then make doesn’t run quilt.
—Justin