]> git.llucax.com Git - software/mutt-debian.git/commitdiff
adding descriptions to the patches missing it
authorAntonio Radici <antonio@dyne.org>
Sun, 24 May 2009 17:17:35 +0000 (18:17 +0100)
committerAntonio Radici <antonio@dyne.org>
Sun, 24 May 2009 17:17:35 +0000 (18:17 +0100)
16 files changed:
debian/changelog
debian/patches/debian-specific/Md.etc_mailname_gethostbyname.diff
debian/patches/debian-specific/build_doc_adjustments.diff
debian/patches/debian-specific/correct_docdir_in_man_page.diff
debian/patches/debian-specific/document_debian_defaults
debian/patches/debian-specific/dont_document_not_present_features.diff
debian/patches/debian-specific/sort-patchlist
debian/patches/debian-specific/use_usr_bin_editor.diff
debian/patches/features-old/patch-1.5.4.vk.pgp_verbose_mime
debian/patches/features/compressed-folders.debian
debian/patches/misc/am-maintainer-mode
debian/patches/misc/define-pgp_getkeys_command.diff
debian/patches/misc/gpg.rc-paths
debian/patches/misc/smime.rc
debian/patches/mutt-patched/sidebar
debian/patches/mutt.org

index 6d03cc68a316fbfc7db936aba4f76c6bde319466..8deb7f7e0ca1e248b9901b7a855f5e11b970f460 100644 (file)
@@ -6,13 +6,15 @@ mutt (1.5.19-3) unstable; urgency=low
     + Section: debug for mutt-dbg
     + debhelper dependency updated to support dh_lintian
     + Standards-Version bumped to 3.8.1
-  * debian/patches, the following patches were refreshed against upstream/1.5.19:
-    + features/{ifdef,maildir-mtime,xtitles,trash-folder,purge-message}
-    + features-old/patch-1.5.4.vk.pgp_verbose_mime
-    + debian-specific/{Md.etc_mailname_gethostbyname.diff,correct_docdir_in_manpage.diff,
-      assumed_charset-compat}
-    + mutt-patched/*
-  * debian/patches/mutt-patched/sidebar: added the new sidebar patch for 1.5.19
+  * debian/patches
+    + added a small description to all patches missing it
+    + the following patches were refreshed against upstream/1.5.19:
+      * features/{ifdef,maildir-mtime,xtitles,trash-folder,purge-message}
+      * features-old/patch-1.5.4.vk.pgp_verbose_mime
+      * debian-specific/{Md.etc_mailname_gethostbyname.diff,correct_docdir_in_manpage.diff,
+        assumed_charset-compat}
+      * mutt-patched/*
+    + mutt-patched/sidebar: added the new sidebar patch for 1.5.19
   * debian/rules: re-enabled building of mutt-patched for 1.5.19
 
  -- Antonio Radici <antonio@dyne.org>  Sun, 24 May 2009 17:24:18 +0100
index 6220c0f1cfddbe018ac69506250a373e2f83cc5c..0e8dcf855e5227197f57d972b955eb831e2849a9 100644 (file)
@@ -1,3 +1,6 @@
+If /etc/mailname is present, the hostname inside the file will be
+used, rather than calling gethostbyname() on the actual hostname
+
 --- a/init.c
 +++ b/init.c
 @@ -47,6 +47,7 @@
index 6a5159fd63c3963bceff2498b251b7cff3f25bf5..eab7b4c7ab0c7b40e0135118cd4c1bc8d3f0aaa2 100644 (file)
@@ -1,3 +1,5 @@
+Use links(1) to generate the HTML manual page
+
 --- a/doc/Makefile.am
 +++ b/doc/Makefile.am
 @@ -98,7 +98,8 @@ uninstall-local:
index a6e5f1699c0fafcd4d508100f98c07bac288a139..0021a8d5d735578e81496337883a4f8251e1bfe7 100644 (file)
@@ -1,3 +1,5 @@
+Fix the link so it points to the correct docdir and gzipped manuall
+
 --- a/doc/mutt.man
 +++ b/doc/mutt.man
 @@ -185,7 +185,7 @@
index a2efe86993cfdf6149c45b9e615f2def1bc78710..523c9284effd6b9fdfd4715cd3f05947e0d0509d 100644 (file)
@@ -1,3 +1,6 @@
+Some customization of the option which are straying from the default
+only on Debian systems
+
 --- a/init.h
 +++ b/init.h
 @@ -304,6 +304,9 @@ struct option_t MuttVars[] = {
index 59844ee269fb38ccbdbf467b19bc29e331f1bb1d..a453ec3cf36cf553d4014de7168acf0a8fca0a1d 100644 (file)
@@ -1,3 +1,6 @@
+As the patch says, this will add an include so only documented options
+for Debian will be used
+
 --- a/init.h
 +++ b/init.h
 @@ -19,7 +19,7 @@
index a2fd47f7dd83c1f98e4eaadbc1bab95ce0f7d947..3aedea5d3273e231eaa4397a9d9e9c1f922d108c 100644 (file)
@@ -1,3 +1,5 @@
+This patch will allow mutt -v to return a sorted list of patches
+
 Index: trunk/patchlist.sh
 ===================================================================
 --- trunk.orig/patchlist.sh    2007-03-15 15:50:14.000000000 +0100
index 13baea5395c9596fdc07131d79416ea9fa2b5152..c5a475b36ef3b1ee8cf013fe704eeef36d62e0b0 100644 (file)
@@ -1,3 +1,6 @@
+Even if EDITOR is not set, mutt will always use /usr/bin/editor (which 
+is set by update-alternatives), rather than falling back to vi
+
 --- a/init.c
 +++ b/init.c
 @@ -3114,7 +3114,7 @@ void mutt_init (int skip_sys_rc, LIST *c
index a953b6028a8962c068bf252efd018d3ee47cdd03..de5a7acd8ad9fd9fc2631d1759b8023019492b9e 100644 (file)
@@ -1,3 +1,5 @@
+Enable pgp_mime_signature_filename and pgp_mime_signature_description
+
 --- a/globals.h
 +++ b/globals.h
 @@ -241,6 +241,8 @@
index c0776977461932f9794a3d79145196ead8c65293..91ce92938bde1093923714dde0d3efb0619e03a8 100644 (file)
@@ -1,3 +1,5 @@
+to enable the use of compressed folders
+
 --- a/config-debian.h
 +++ b/config-debian.h
 @@ -0,0 +1,4 @@
index 19b9d83b5710536b0eaaf37e310e415109f29cd2..7a6024d7d146b01a9e8b741f55851a3f118eb745 100644 (file)
@@ -1,3 +1,6 @@
+Adds AM_MAINTAINER_MODE to configure.ac so the timestamp of the
+automake files won't be updated
+
 Index: debian-mutt-sidebar/configure.ac
 ===================================================================
 --- debian-mutt-sidebar.orig/configure.ac      2007-08-11 16:42:36.000000000 +0200
index b26727b23871773df06f3c2d4f09e49ecd8729af..17f503cc060df6007d55b49fd6b9422038eb8206 100644 (file)
@@ -1,3 +1,5 @@
+disabling pgp_getkeys_command until upstream fixes it
+
 --- a/contrib/gpg.rc
 +++ b/contrib/gpg.rc
 @@ -72,6 +72,8 @@ set pgp_list_secring_command="gpg --no-v
index a0950857c7ff51f670c6ac736254e1972a7ff8e4..b27b7a6cadec423d9879f6eb3f5bb727b06542fb 100644 (file)
@@ -1,3 +1,5 @@
+use the correct path of pgpewrap
+
 Index: debian-mutt/contrib/gpg.rc
 ===================================================================
 --- debian-mutt.orig/contrib/gpg.rc    2007-03-20 22:20:31.000000000 +0100
index d7ac791c2e11429215a9c510d76ff5b24096c357..f22c87272ad7b70fbebce79b6873190bf351c57f 100644 (file)
@@ -1,3 +1,6 @@
+add CA's provided by ca-certificates to the ones distributed by
+the default installation of mutt
+
 --- a/contrib/smime.rc
 +++ b/contrib/smime.rc
 @@ -4,33 +4,34 @@
index e14267085d32f77427acd05d1c5b0549a008c96d..be531bccce028ca17a72858b4b947de1b1819782 100644 (file)
@@ -1,3 +1,34 @@
+This is the sidebar patch.
+
+When enabled, mutt will show a list of mailboxes with (new) message counts in a
+separate column on the left side of the screen.
+
+As this feature is still considered to be unstable, this patch is only applied
+in the "mutt-patched" package.
+
+* Configuration variables:
+
+  sidebar_delim (string, default "|")
+
+    This specifies the delimiter between the sidebar (if visible) and 
+    other screens.
+
+  sidebar_visible (boolean, default no)
+
+    This specifies whether or not to show sidebar (left-side list of folders).
+
+  sidebar_width (integer, default 0)
+-
+    The width of the sidebar.
+
+* Patch source:
+  - http://www.lunar-linux.org/index.php?page=mutt-sidebar
+  - http://lunar-linux.org/~tchan/mutt/patch-1.5.19.sidebar.20090522.txt
+
+* Changes made:
+  - 2008-08-02 myon: Refreshed patch using quilt push -f to remove hunks we do
+    not need (Makefile.in).
+
 --- a/buffy.c
 +++ b/buffy.c
 @@ -261,7 +261,7 @@
index ee3856351aa90ec82652252958e6e67597377708..571f303e70af999c79496a9bd47dd2549d402c7e 100644 (file)
@@ -1,3 +1,5 @@
+Dummy patch to serve as marker separating patches for mutt-patched
+
 --- /dev/null
 +++ b/.mutt.org
 @@ -0,0 +1 @@