[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Phasing out emacs23 support



And just for closure:  we had actually done exactly that already for emacs21
and emacs22, so the relevant change really was just this line:

diff --git a/debian/emacsen-install b/debian/emacsen-install
index d157833..b9a3926 100644
--- a/debian/emacsen-install
+++ b/debian/emacsen-install
@@ -14,6 +14,8 @@ if [ ${FLAVOR} = xemacs21 ]; then exit 0; fi
 
 if [ ${FLAVOR} = emacs22 ]; then exit 0; fi
 
+if [ ${FLAVOR} = emacs23 ]; then exit 0; fi
+
 echo install/${PACKAGE}: Handling install for emacsen flavor ${FLAVOR}
 
 FLAVORTEST=$(echo $FLAVOR | cut -c-6)


Thanks again -- much appreciated the mental assistance, and of course
everybody's work to keep our favourite 'os' working well on our favourite
distribution. :)

Dirk

-- 
http://dirk.eddelbuettel.com | @eddelbuettel | edd@debian.org


Reply to: