Package: dpkg-dev-el
Version: 26.10-1
Severity: normal
Tags: patch

822-date is deprecated and prints out a warning to that effect, which
means debian-changelog-mode now generates wrong changelog entries.
The following patch fixes that:

--- /usr/share/emacs21/site-lisp/dpkg-dev-el/debian-changelog-mode.el~  
2007-05-10 10:00:49.000000000 +0200
+++ /usr/share/emacs21/site-lisp/dpkg-dev-el/debian-changelog-mode.el   
2007-05-10 10:01:11.000000000 +0200
@@ -1115,9 +1115,9 @@
 
 (defun debian-changelog-date-string ()
   "Return RFC-822 format date string."
-  (let* ((dp "822-date")
+  (let* ((dp "date")
         (cp (point))
-        (ret (call-process "822-date" nil t))
+        (ret (call-process "date" nil t nil "-R"))
         (np (point))
         (out nil))
     (cond ((not (or (eq ret nil) (eq ret 0)))

Roland.

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

Kernel: Linux 2.6.18-4-xen-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages dpkg-dev-el depends on:
ii  debian-el                   26.10-1      Emacs helpers specific to Debian u
ii  emacs [emacsen]             21.4a+1-5    The GNU Emacs editor (metapackage)
ii  emacs-snapshot-gtk [emacsen 1:20070302-1 The GNU Emacs editor (with GTK+ 2.
ii  emacs21 [emacsen]           21.4a+1-5    The GNU Emacs editor

Versions of packages dpkg-dev-el recommends:
ii  wget                          1.10.2-2   retrieves files from the web

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to