# Many thanks to June Tate and Cyril Brulebois. # # 08/17/2005 - apt-get install all build dependencies # 01/27/2006 - mutt-1.5.11, and create Debian-specific patch # 02/26/2006 - mutt source package has completely changed # 03/04/2006 - mutt-1.5.11+cvs20060126-3 # 04/04/2006 - mutt-1.5.11+cvs20060330-2 # 04/05/2006 - mutt-1.5.11+cvs20060405-2 # as root apt-get install \ automake1.9 \ devscripts \ docbook-xsl \ gawk \ groff \ libdb4.4-dev \ libgnutls-dev \ libidn11-dev \ libncursesw5-dev \ libsasl2-dev \ links \ linuxdoc-tools-text \ quilt # as yourself apt-get source mutt cd ./mutt-1.5.12/ # get the latest patch and include it in series wget -q -P debian/patches/features https://thomer.com/mutt/patch-1.5.11+cvs20060126.sidebar-20060225.txt echo features/patch-1.5.11+cvs20060126.sidebar-20060225.txt >> debian/patches/series # update changelog wget -q -O debian/changelog https://thomer.com/mutt/changelog-1.5.11+cvs20060330-2 # build! dpkg-buildpackage -rfakeroot