From b2cc1a00b2cc87b28ff4d9601545cbb06529d847 Mon Sep 17 00:00:00 2001 From: Antonio Radici Date: Mon, 2 May 2011 22:49:04 +0100 Subject: [PATCH] debian/patches/upstream/611412-bts-regexp.patch: fixes a regexp for BTS in the mutt manual (Closes: 611412) --- debian/changelog | 3 +++ debian/patches/series | 1 + debian/patches/upstream/611412-bts-regexp.patch | 14 ++++++++++++++ 3 files changed, 18 insertions(+) create mode 100644 debian/patches/upstream/611412-bts-regexp.patch diff --git a/debian/changelog b/debian/changelog index 5656a6d..14c7e28 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,9 @@ mutt (1.5.21-5) unstable; urgency=low * debian/patches/debian-specific: + Muttrc: remove a hook for application/octet-stream, already upstream (Closes: 611405) + * debian/patches/upstream: + + 611412-bts-regexp.patch: fixes a regexp for BTS in the mutt manual + (Closes: 611412) * debian/extra/samples/sidebar.muttrc: documented the options that the sidebar-{sorted,dotted} patches are introducing; documentation submitted by Julien Valroff (Closes: 603186) diff --git a/debian/patches/series b/debian/patches/series index 1346bab..e4f53c0 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -47,6 +47,7 @@ upstream/537061-dont-recode-saved-attachments.patch upstream/608706-fix-spelling-errors.patch upstream/620854-pop3-segfault.patch +upstream/611412-bts-regexp.patch upstream/path_max mutt.org diff --git a/debian/patches/upstream/611412-bts-regexp.patch b/debian/patches/upstream/611412-bts-regexp.patch new file mode 100644 index 0000000..5ac3f84 --- /dev/null +++ b/debian/patches/upstream/611412-bts-regexp.patch @@ -0,0 +1,14 @@ +This is a minor fixes for the suggested BTS regexp in the manual +Upstream bug: http://bugs.mutt.org/3514 + +--- a/doc/manual.xml.head ++++ b/doc/manual.xml.head +@@ -3121,7 +3121,7 @@ + + + +-subscribe [0-9]*.*@bugs.debian.org ++subscribe [0-9]+.*@bugs.debian.org + + + as it's often sufficient to just give a portion of the list's e-mail -- 2.43.0