user debian-rele...@lists.debian.org                                            
usertag 909383 + bsp-2019-02-de-berlin
usertag 680578 + bsp-2019-02-de-berlin
usertag 837991 + bsp-2019-02-de-berlin
thank you

Dear maintainer,

Greetings from the BSP at the DCSO office in Berlin.

I have NMU'd python-mode/6.2.3-1.1 which removes XEmacs21 support and
fixes three bugs to DELAYED/2. Please feel free to reschedule or cancel
my upload as you see fit. Patches based on 6.2.3-1 are attached.

Cheers,
-Hilko
>From 191d5f737c5b59b93777633d1363b753d1a622d7 Mon Sep 17 00:00:00 2001
From: Hilko Bengen <ben...@debian.org>
Date: Sat, 9 Feb 2019 16:50:20 +0100
Subject: [PATCH 1/2] Drop xemacs21 support (Closes: #909383, #680578, #837991)

---
 debian/emacsen-install | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/debian/emacsen-install b/debian/emacsen-install
index e2a2ed9..90d5814 100755
--- a/debian/emacsen-install
+++ b/debian/emacsen-install
@@ -20,6 +20,11 @@ if [ ${FLAVOR} = emacs21 ]; then
     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`
-- 
2.19.1

>From 8095cbde8d09f96e4f1c6591fd5247f3900d01ec Mon Sep 17 00:00:00 2001
From: Hilko Bengen <ben...@debian.org>
Date: Sat, 9 Feb 2019 16:58:38 +0100
Subject: [PATCH 2/2] Debian release 1:6.2.3-1.1

---
 debian/changelog | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index f0c1b24..b0df38d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-mode (1:6.2.3-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload
+  * Drop xemacs21 support (Closes: #909383, #680578, #837991)
+
+ -- Hilko Bengen <ben...@debian.org>  Sat, 09 Feb 2019 16:56:13 +0100
+
 python-mode (1:6.2.3-1) unstable; urgency=medium
 
   * New upstream release.
-- 
2.19.1

Reply via email to