summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpsg <>2010-05-07 22:24:32 +0000
committerpsg <>2010-05-07 22:24:32 +0000
commit63b9ac1bb3c22236e2c24b2e9aa0a7a1d43952db (patch)
treec036227a7d159fb573194d342ea2bfb300496bec
parent1c16438af690299706ab3e331291e1305d1d4e3a (diff)
debian-control-mode.el: Bug fix: "Breaks:" fields in control files is not
recognized", thanks to Hilko Bengen (Closes: #580501).
-rw-r--r--debian-control-mode.el7
1 files changed, 5 insertions, 2 deletions
diff --git a/debian-control-mode.el b/debian-control-mode.el
index e12b501..ba3ff0f 100644
--- a/debian-control-mode.el
+++ b/debian-control-mode.el
@@ -6,7 +6,7 @@
;; Author: Colin Walters <walters@debian.org>
;; Maintainer: Peter S Galbraith <psg@debian.org>
;; Created: 29 Nov 2001
-;; Version: 0.9
+;; Version: 1.3
;; X-RCS: $Id$
;; Keywords: convenience
@@ -32,6 +32,9 @@
;;; Change Log:
+;; V1.3 (2010-05-07) Added "Breaks" to debian-control-binary-fields
+;; (Closes #580501)
+
;; V1.2a (2009-02-23) Applied patch from Morten Kjeldgaard changing
;; Dm-Upload-Allowed to DM-Upload-Allowed (Closes: #508748)
@@ -182,7 +185,7 @@
(defvar debian-control-binary-fields
'("Section" "Priority" "Architecture" "Depends" "Conflicts" "Pre-Depends"
"Essential" "Provides" "Recommends" "Suggests" "Replaces" "Enhances"
- "Description")
+ "Description" "Breaks")
"Valid binary package field names, collected from several policy sections.")
(defvar debian-control-source-fields-regexp