Re: local deb and apt-get versioning

2001-06-26 Thread Colin Watson
andy <[EMAIL PROTECTED]> wrote: >i'm running into the following situation with a local debian package... > >i wanted to use mutt w/ssl, so i ran >apt-get source mutt >and edited the mutt-1.2.5/debian/rules file to enable ssl. > >apt-get source --compile mutt ; dpkg -i mutt_1.2.5-4_sparc.deb >worked

local deb and apt-get versioning

2001-06-26 Thread andy
i'm running into the following situation with a local debian package... i wanted to use mutt w/ssl, so i ran apt-get source mutt and edited the mutt-1.2.5/debian/rules file to enable ssl. apt-get source --compile mutt ; dpkg -i mutt_1.2.5-4_sparc.deb worked and the deb installed; everything is ha