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

debian-changelog-mode is now inserting a warning on C-c C-f:

    822-date: warning: This program is deprecated. Please use 'date -R' instead.
    Thu, 10 May 2007 09:06:49 +0200

--- emacs-goodies-el-26.10~/elisp/dpkg-dev-el/debian-changelog-mode.el
+++ emacs-goodies-el-26.10/elisp/dpkg-dev-el/debian-changelog-mode.el
@@ -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)))

Thanks,

Matej


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

Reply via email to