diff options
author | David Bremner <bremner@debian.org> | 2013-01-07 22:22:06 -0400 |
---|---|---|
committer | David Bremner <bremner@debian.org> | 2013-01-14 21:01:39 -0400 |
commit | d8c26875c5d66f502369b5ca9335275115106f59 (patch) | |
tree | 5af09601fa4072ffd2cf075c9097dbc20c379f1d | |
parent | 061152dfca6d679c80c22c0c291bdebf6f7b05db (diff) |
debian: remove Dm-Upload-Allowed field.
If we have some DMs we want to upload, we have to enable it with a
signed command file to dak.
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 2fa2cf6e..f4925a13 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ notmuch (0.15~rc1-1) experimental; urgency=low * New upstream release candidate. * Change priority to optional (Closes: #687217). + * Remove Dm-Upload-Allowed field, as this is no longer used by + Debian. -- David Bremner <bremner@debian.org> Mon, 07 Jan 2013 21:40:52 -0400 diff --git a/debian/control b/debian/control index ed026b09..d434c53d 100644 --- a/debian/control +++ b/debian/control @@ -22,7 +22,6 @@ Standards-Version: 3.9.3 Homepage: http://notmuchmail.org/ Vcs-Git: git://notmuchmail.org/git/notmuch Vcs-Browser: http://git.notmuchmail.org/git/notmuch -Dm-Upload-Allowed: yes Package: notmuch Architecture: any |