severity 434926 normal
tags 434926 + patch
thanks
I'm bumping the severity, because emacs22 is the default Emacs in Lenny,
and your package really ought to allow it as a dependency. Here's a
(trivial) patch:
--8<---------------cut here---------------start------------->8---
diff -ru prime-el-1.5.1.3.old/debian/changelog prime-el-1.5.1.3/debian/changelog
--- prime-el-1.5.1.3.old/debian/changelog 2008-04-18 18:28:00.000000000
+0200
+++ prime-el-1.5.1.3/debian/changelog 2008-04-18 18:26:34.000000000 +0200
@@ -1,3 +1,10 @@
+prime-el (1.5.1.3-2.1) unstable; urgency=low
+
+ * debian/control, debian/emacsen-install.in:
+ Added emacs22 (closes: #434926).
+
+ -- Sven Joachim <[EMAIL PROTECTED]> Fri, 18 Apr 2008 18:25:15 +0200
+
prime-el (1.5.1.3-2) unstable; urgency=low
* debian/control, debian/emacsen-install.in:
diff -ru prime-el-1.5.1.3.old/debian/control prime-el-1.5.1.3/debian/control
--- prime-el-1.5.1.3.old/debian/control 2008-04-18 18:28:00.000000000 +0200
+++ prime-el-1.5.1.3/debian/control 2008-04-18 18:26:34.000000000 +0200
@@ -8,7 +8,7 @@
Package: prime-el
Architecture: all
-Depends: emacs21 | emacs-snapshot | xemacs21-mule | xemacs21-mule-canna-wnn |
xemacs21-mule-canna-wnn | xemacs21-gnome-mule | xemacs21-gnome-mule-canna-wnn ,
apel (>= 10.0-1), prime (>= 0.8.5), suikyo-elisp, mell
+Depends: emacs22 | emacs21 | emacs-snapshot | xemacs21-mule |
xemacs21-mule-canna-wnn | xemacs21-mule-canna-wnn | xemacs21-gnome-mule |
xemacs21-gnome-mule-canna-wnn , apel (>= 10.0-1), prime (>= 0.8.5),
suikyo-elisp, mell
Description: prime client for emacsen
PRIME is Japanese PRedictive Input Method Editor.
PRIME predicts the user's input using knowledge of natural
diff -ru prime-el-1.5.1.3.old/debian/emacsen-install.in
prime-el-1.5.1.3/debian/emacsen-install.in
--- prime-el-1.5.1.3.old/debian/emacsen-install.in 2008-04-18
18:28:00.000000000 +0200
+++ prime-el-1.5.1.3/debian/emacsen-install.in 2008-04-18 18:26:34.000000000
+0200
@@ -22,7 +22,7 @@
LOG=CompilationLog
case "$FLAVOR" in
- emacs20|emacs21|emacs-snapshot)
+ emacs22|emacs21|emacs-snapshot|emacs20)
echo -n "install/${PACKAGE}: Handling install for emacsen flavor
${FLAVOR}..."
if [ -e "${STAMP}" ]; then
if [ "X${VERSION}" = X"$(cat ${STAMP})" ]; then
--8<---------------cut here---------------end--------------->8---
Note that I did not check whether prime-el actually works with emacs22;
I assume it does, because you allowed emacs-snapshot as an alternate
dependency.
Please also consider to skip byte-compilation for emacs20, since that
flavor is obsolete.
Regards,
Sven
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]