Package: release.debian.org Severity: normal Tags: stretch User: [email protected] Usertags: pu
Hi, python-mode fails to install along xemacs21. This is a rebuild of the fix that was applied in sid: skip xemacs21 in emacsen.install The package is already uploaded. Andreas
diff -Nru python-mode-6.2.3/debian/changelog python-mode-6.2.3/debian/changelog --- python-mode-6.2.3/debian/changelog 2017-01-17 22:33:55.000000000 +0100 +++ python-mode-6.2.3/debian/changelog 2019-03-11 00:42:53.000000000 +0100 @@ -1,3 +1,17 @@ +python-mode (1:6.2.3-1.1~deb9u1) stretch; urgency=medium + + * Non-maintainer upload + * Rebuild for stretch. + + -- Andreas Beckmann <[email protected]> Mon, 11 Mar 2019 00:42:53 +0100 + +python-mode (1:6.2.3-1.1) unstable; urgency=medium + + * Non-maintainer upload + * Drop xemacs21 support (Closes: #909383, #680578, #837991) + + -- Hilko Bengen <[email protected]> Sat, 09 Feb 2019 16:56:13 +0100 + python-mode (1:6.2.3-1) unstable; urgency=medium * New upstream release. diff -Nru python-mode-6.2.3/debian/emacsen-install python-mode-6.2.3/debian/emacsen-install --- python-mode-6.2.3/debian/emacsen-install 2017-01-17 22:33:55.000000000 +0100 +++ python-mode-6.2.3/debian/emacsen-install 2019-02-09 16:52:02.000000000 +0100 @@ -20,6 +20,11 @@ exit 0 fi +if [ ${FLAVOR} = xemacs21 ]; then + echo "$PACKAGE requires string-to-syntax, rx.el, which is not available in xemacs21" + exit 0 +fi + echo install/${PACKAGE}: Handling install for emacsen flavor ${FLAVOR} FLAVORTEST=`echo $FLAVOR | cut -c-6`

