From 6ff5818fc7df5c51a87b3c90c5f57d7f6ca92c4d Mon Sep 17 00:00:00 2001 From: psg <> Date: Thu, 30 Jan 2014 13:06:13 +0000 Subject: 35.10 --- debian-bug.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'debian-bug.el') 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 ;; Updated `debian-bug-pseudo-packages'. +;; V1.76 30Jan2014 Peter S Galbraith +;; 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. -- cgit v1.2.3