Your message dated Sat, 07 Jul 2007 21:17:05 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#432105: fixed in vm 7.19-14
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: vm
Version: 7.19-13
Severity: wishlist
Tags: patch

Currently vm does not support emacs22 as an alternative.  Since vm is
already known to work with emacs-snapshot (I've been using it myself
for a few months), it should add emacs22 as a supported flavor.

The following patch achieves this:

diff -ru vm-7.19.old/debian/changelog vm-7.19/debian/changelog
--- vm-7.19.old/debian/changelog        2007-07-07 17:16:04.000000000 +0200
+++ vm-7.19/debian/changelog    2007-07-07 17:26:06.000000000 +0200
@@ -1,3 +1,9 @@
+vm (7.19-14~sven1) unstable; urgency=low
+
+  * Support for emacs22.
+
+ -- Sven Joachim <[EMAIL PROTECTED]>  Sat, 07 Jul 2007 17:24:13 +0200
+
 vm (7.19-13) unstable; urgency=low
 
   * Added XS-VCS-Arch and XS-VCS-Browse to debian/control
diff -ru vm-7.19.old/debian/control vm-7.19/debian/control
--- vm-7.19.old/debian/control  2007-07-07 17:16:04.000000000 +0200
+++ vm-7.19/debian/control      2007-07-07 17:18:50.000000000 +0200
@@ -11,7 +11,7 @@
 Architecture: all
 Priority: optional
 Section: mail
-Depends: ucf (>= 0.08), emacs21 | emacs-snapshot
+Depends: ucf (>= 0.08), emacs22 | emacs21 | emacs-snapshot
 Recommends: make
 Suggests: exim4 | sendmail | mail-transport-agent,  stunnel
 Provides: mail-reader
diff -ru vm-7.19.old/debian/emacsen.install vm-7.19/debian/emacsen.install
--- vm-7.19.old/debian/emacsen.install  2007-07-07 17:16:04.000000000 +0200
+++ vm-7.19/debian/emacsen.install      2007-07-07 17:20:03.000000000 +0200
@@ -53,7 +53,7 @@
 STAMPFILE=vm-autoload.elc
 
 case "$FLAVOUR" in
-    emacs20|emacs21|emacs-snapshot|xemacs21)
+    emacs20|emacs21|emacs22|emacs-snapshot|xemacs21)
        echo -n "install/$PACKAGE: Byte-compiling for $FLAVOUR..."
        if [ -d $ELCDIR ]; then
             if [ -e "${ELCDIR}/${STAMPFILE}" ]; then
diff -ru vm-7.19.old/debian/emacsen.remove vm-7.19/debian/emacsen.remove
--- vm-7.19.old/debian/emacsen.remove   2007-07-07 17:16:04.000000000 +0200
+++ vm-7.19/debian/emacsen.remove       2007-07-07 17:21:16.000000000 +0200
@@ -46,7 +46,7 @@
 
 
 case $FLAVOUR in
-    emacs20|emacs21|emacs-snapshot|xemacs21)
+    emacs20|emacs21|emacs22|emacs-snapshot|xemacs21)
         echo -n "remove/$PACKAGE: Removing for $FLAVOUR..."
         rm -f $ELCDIR/*.elc
        # These next two are created on the fly
diff -ru vm-7.19.old/debian/postinst vm-7.19/debian/postinst
--- vm-7.19.old/debian/postinst 2007-07-07 17:16:04.000000000 +0200
+++ vm-7.19/debian/postinst     2007-07-07 17:26:16.000000000 +0200
@@ -184,7 +184,7 @@
     fi
 
     if which ucfr >/dev/null; then
-        for flavour in emacs20 emacs21 emacs-snapshot xemacs21; do
+        for flavour in emacs20 emacs21 emacs22 emacs-snapshot xemacs21; do
            STARTDIR=/etc/$flavour/site-start.d;
            STARTFILE="${package_name}-init.el";
             if [ -e "$STARTDIR/50$STARTFILE" ]; then
diff -ru vm-7.19.old/debian/postrm vm-7.19/debian/postrm
--- vm-7.19.old/debian/postrm   2007-07-07 17:16:04.000000000 +0200
+++ vm-7.19/debian/postrm       2007-07-07 17:23:10.000000000 +0200
@@ -107,7 +107,7 @@
         rm -f -f $ELDIR/vm.elc
     fi
     
-    for flavour in emacs20 emacs21 emacs-snapshot xemacs21; do
+    for flavour in emacs20 emacs21 emacs22 emacs-snapshot xemacs21; do
         ELCDIR=/usr/share/$flavour/site-lisp/$package_name/
         if [ -f /etc/$flavour/site-start.d/50vm-init.el ]; then
             rm -f /etc/$flavour/site-start.d/50vm-init.el
@@ -126,7 +126,7 @@
 
     # This package has previously been removed and is now having
     # its configuration purged from the system. 
-    for flavour in emacs20 emacs21 emacs-snapshot xemacs21; do
+    for flavour in emacs20 emacs21 emacs22 emacs-snapshot xemacs21; do
        STARTDIR=/etc/$flavour/site-start.d;
        STARTFILE="${package_name}-init.el";
         if which ucf >/dev/null; then


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.21.5
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages vm depends on:
ii  emacs-snapshot              1:20070701-1 The GNU Emacs editor (development 
ii  emacs-snapshot-gtk [emacs-s 1:20070701-1 The GNU Emacs editor (with GTK+ 2.
ii  emacs21                     21.4a+1-5    The GNU Emacs editor
ii  ucf                         3.001        Update Configuration File: preserv

Versions of packages vm recommends:
ii  make                          3.81-3     The GNU version of the "make" util

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: vm
Source-Version: 7.19-14

We believe that the bug you reported is fixed in the latest version of
vm, which is due to be installed in the Debian FTP archive:

vm_7.19-14.diff.gz
  to pool/main/v/vm/vm_7.19-14.diff.gz
vm_7.19-14.dsc
  to pool/main/v/vm/vm_7.19-14.dsc
vm_7.19-14_all.deb
  to pool/main/v/vm/vm_7.19-14_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Manoj Srivastava <[EMAIL PROTECTED]> (supplier of updated vm package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sat, 07 Jul 2007 15:11:00 -0500
Source: vm
Binary: vm
Architecture: source all
Version: 7.19-14
Distribution: unstable
Urgency: low
Maintainer: Manoj Srivastava <[EMAIL PROTECTED]>
Changed-By: Manoj Srivastava <[EMAIL PROTECTED]>
Description: 
 vm         - A mail user agent for Emacs.
Closes: 432105
Changes: 
 vm (7.19-14) unstable; urgency=low
 .
   * Bug fix: "vm: Please support emacs22", thanks to Sven Joachim
                                                         (Closes: #432105).
Files: 
 bee26d07194cce642c545489eb5514de 730 mail optional vm_7.19-14.dsc
 9c6e7344f9df121e1eefe5ab29882356 86864 mail optional vm_7.19-14.diff.gz
 b30e3c67b9d7e28a824807db8195ed1b 594830 mail optional vm_7.19-14_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGj/ilIbrau78kQkwRAlGJAJ47TKeKypkeuKWDJWkKfEugOKY+VgCgxSji
nKzCJUDz7g/860x+ZCtx/II=
=MINb
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to