summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpsg <>2014-01-30 13:06:13 +0000
committerpsg <>2014-01-30 13:06:13 +0000
commit6ff5818fc7df5c51a87b3c90c5f57d7f6ca92c4d (patch)
treed19ae01243031a19aa8b7182fdf3d89853f88fc5
parent2c44e7c6436fff16a5ce3ad7e21b2f3c059313ff (diff)
35.10
-rw-r--r--debian-bug.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/debian-bug.el b/debian-bug.el
index 66ca826..451d61b 100644
--- a/debian-bug.el
+++ b/debian-bug.el
@@ -338,6 +338,8 @@
;; Patch debian-bug-prefill-report to use them
;; V1.75 13Mar2010 Peter S Galbraith <psg@debian.org>
;; Updated `debian-bug-pseudo-packages'.
+;; V1.76 30Jan2014 Peter S Galbraith <psg@debian.org>
+;; Finally applied patch from Sven Joachim to fix Bug #679390. Sorry!
;;----------------------------------------------------------------------------
;;; Todo (Peter's list):
@@ -781,7 +783,7 @@ Reportbug may have sent an empty report!")))
"Return non-nil if FILE is executable. Otherwise nil is returned."
(and
(file-regular-p file)
- (string-match "-..x..x..x" (nth 8 (file-attributes file)))))
+ (file-executable-p file)))
(defun debian-bug-find-bug-script (package)
"Return the full path name of the bug script of PACKAGE.