summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpsg <>2009-11-12 21:33:35 +0000
committerpsg <>2009-11-12 21:33:35 +0000
commitbaf3024351055be4d463985552f1c592d5786b32 (patch)
treec952590dcd5cb28d4a1a31abe1bd7308b25123c3
parent1f6e0a2bc08981046694b966ec144b55735c1a2a (diff)
Misc. catchup
-rw-r--r--deb-view.el7
1 files changed, 6 insertions, 1 deletions
diff --git a/deb-view.el b/deb-view.el
index 15a06bd..7f5fa04 100644
--- a/deb-view.el
+++ b/deb-view.el
@@ -5,7 +5,7 @@
;; Author: Rick Macdonald <rickmacd@shaw.ca>
;; Maintainer: Peter S. Galbraith <psg@debian.org>
-;; Version: 1.14
+;; Version: 1.15
;; This file is not part of GNU Emacs.
@@ -226,6 +226,10 @@
;; 1.14 2009-10-25 Peter S. Galbraith <psg@debian.org>
;; Added support for data.tar.bz2 deb files (Closes: #457094).
+
+;; 1.15 2009-11-02 Peter S. Galbraith <psg@debian.org>
+;; Fixed stupid bug "deb-view.el fails on own debian-el_30.9-1_all.deb",
+;; thanks to Kevin Ryde (Closes: #554039).
;;; Code:
@@ -414,6 +418,7 @@ at the prompt."
(cond
(new-archive-format
(call-process "ar" nil '(t t) nil "-t" debfile)
+ (goto-char 1)
(cond
((re-search-forward "data.tar.gz" nil t)
(erase-buffer)