Package: haskell-mode Severity: normal
Since no fix to make this package work with xemacs21 seems to be forthcoming, I have uploaded the following NMU to DELAYED/10-day. At least with this change, haskell-mode and xemacs21 are co-installable. Hope this helps David diff -u haskell-mode-2.7.0/debian/changelog haskell-mode-2.7.0/debian/changelog --- haskell-mode-2.7.0/debian/changelog +++ haskell-mode-2.7.0/debian/changelog @@ -1,3 +1,10 @@ +haskell-mode (2.7.0-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Ignore xemacs in emacsen-install (Closes: #568579) + + -- David Bremner <[email protected]> Sat, 26 Mar 2011 13:03:15 -0300 + haskell-mode (2.7.0-2) unstable; urgency=low * Remove a blunder in debian/watch. diff -u haskell-mode-2.7.0/debian/emacsen-install haskell-mode-2.7.0/debian/emacsen-install --- haskell-mode-2.7.0/debian/emacsen-install +++ haskell-mode-2.7.0/debian/emacsen-install @@ -8,9 +8,16 @@ FLAVOR=$1 PACKAGE=haskell-mode -if [ ${FLAVOR} = emacs ]; then exit 0; fi +case ${FLAVOR} in + emacs2[2-9]*) + echo install/${PACKAGE}: Handling install for emacsen flavor ${FLAVOR} + ;; + *) + echo install/${PACKAGE}: Ignoring emacsen flavor ${FLAVOR} -echo install/${PACKAGE}: Handling install for emacsen flavor ${FLAVOR} + exit 0 + ;; +esac #FLAVORTEST=`echo $FLAVOR | cut -c-6` #if [ ${FLAVORTEST} = xemacs ] ; then -- System Information: Debian Release: 6.0 APT prefers stable APT policy: (900, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/8 CPU cores) Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages haskell-mode depends on: ii emacs23 [emacsen] 23.2+1-7 The GNU Emacs editor (with GTK+ us ii xemacs21-mule [emacsen] 21.4.22-3.1 highly customizable text editor -- Versions of packages haskell-mode recommends: ii ghc6 6.12.1-13 GHC - the Glasgow Haskell Compilat ii hugs 98.200609.21-5.2 A Haskell 98 interpreter haskell-mode suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

