summaryrefslogtreecommitdiff
path: root/debian-control-mode.el
diff options
context:
space:
mode:
authorkibi-guest <>2008-01-16 23:48:40 +0000
committerkibi-guest <>2008-01-16 23:48:40 +0000
commit0c7e5b5f5b7c2cafeff1e584002f7b0616c315f2 (patch)
treeddbb658e7e8b68b1b8803f618730cacc836421b4 /debian-control-mode.el
parent335f2f6e2144a62d622dd4710cfb199841304dd9 (diff)
Add Dm-Upload-Allowed to the list of supported source fields
Diffstat (limited to 'debian-control-mode.el')
-rw-r--r--debian-control-mode.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/debian-control-mode.el b/debian-control-mode.el
index 0b7a57a..cb8e7ef 100644
--- a/debian-control-mode.el
+++ b/debian-control-mode.el
@@ -32,6 +32,9 @@
;;; Change Log:
+;; V1.2 (2008-01-17) Cyril Brulebois <cyril.brulebois@enst-bretagne.fr>
+;; - Add "Dm-Upload-Allowed" field to source fields.
+
;; V1.1 (2007-10-18) Cyril Brulebois <cyril.brulebois@enst-bretagne.fr>
;; - Renamed "XS-Vcs-*" fields into "Vcs-*", officially supported since
;; dpkg/1.14.7.
@@ -168,7 +171,7 @@
(append
'("Section" "Priority" "Maintainer" "Build-Depends" "Build-Depends-Indep"
"Build-Conflicts" "Build-Conflicts-Indep" "Standards-Version" "Uploaders"
- "Homepage" "Vcs-Browser")
+ "Dm-Upload-Allowed" "Homepage" "Vcs-Browser")
(mapcar (lambda (elt) (concat "Vcs-" elt))
debian-control-vcs-names))
"Valid source package field names, collected from several policy sections.")