Index: trunk/debs/wikimedia-base/debian/postinst |
— | — | @@ -88,6 +88,11 @@ |
89 | 89 | db_set ssmtp/mailhub "$MAILHUB" |
90 | 90 | dpkg-reconfigure ssmtp |
91 | 91 | fi |
| 92 | + |
| 93 | + # Default editor joe? wtf!? |
| 94 | + update-alternatives --install /usr/bin/editor editor /usr/bin/vim 75 \ |
| 95 | + --slave /usr/share/man/man1/editor.1.gz editor.1.gz \ |
| 96 | + /usr/share/man/man1/vim.1.gz |
92 | 97 | ;; |
93 | 98 | |
94 | 99 | abort-upgrade|abort-remove|abort-deconfigure) |
Index: trunk/debs/wikimedia-base/debian/changelog |
— | — | @@ -1,3 +1,10 @@ |
| 2 | +wikimedia-base (0.06) dapper; urgency=low |
| 3 | + |
| 4 | + * Force the default editor to be vim, regardless of whether we |
| 5 | + pull in joe or not. We want Brion happy, but not *that* happy... |
| 6 | + |
| 7 | + -- Mark Bergsma <mark@wikimedia.org> Sat, 14 Oct 2006 21:35:20 +0000 |
| 8 | + |
2 | 9 | wikimedia-base (0.05) dapper; urgency=low |
3 | 10 | |
4 | 11 | * Depend on ssmtp | mail-transport-agent to get a (minimal) MTA |