From: Christoph Berg Date: Thu, 12 Jun 2008 21:55:18 +0000 (+0200) Subject: Refresh some patches to get rid of -p0 in series file. X-Git-Tag: 1.5.18-2 X-Git-Url: https://git.llucax.com/software/mutt-debian.git/commitdiff_plain/b15fa5257e0bb9ad36f49c525f72a873838f88dc?ds=inline Refresh some patches to get rid of -p0 in series file. --- diff --git a/debian/changelog b/debian/changelog index 1575e33..88fadae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,10 +6,11 @@ mutt (1.5.18-2) unstable; urgency=low * Use dh_lintian (prefix with '-' so we do not need to bump the DH level). * Register mutt as message/rfc822 application in /etc/mailcap. (Closes: #474539) + * Refresh some patches to get rid of -p0 in series file. * Bump Standards-Version; add debian/README.source. * Switch Maintainer and Uploader as suggested by Dato. - -- Christoph Berg Thu, 12 Jun 2008 23:45:33 +0200 + -- Christoph Berg Thu, 12 Jun 2008 23:53:46 +0200 mutt (1.5.18-1) unstable; urgency=low diff --git a/debian/patches/debian-specific/Md.etc_mailname_gethostbyname.diff b/debian/patches/debian-specific/Md.etc_mailname_gethostbyname.diff index e55bdc6..f7a94b0 100644 --- a/debian/patches/debian-specific/Md.etc_mailname_gethostbyname.diff +++ b/debian/patches/debian-specific/Md.etc_mailname_gethostbyname.diff @@ -1,5 +1,5 @@ ---- init.c.orig -+++ init.c +--- a/init.c ++++ b/init.c @@ -46,6 +46,7 @@ #include #include @@ -8,7 +8,7 @@ #include #include -@@ -2770,6 +2771,31 @@ +@@ -2911,6 +2912,31 @@ static int mutt_execute_commands (LIST * return 0; } @@ -40,7 +40,7 @@ void mutt_init (int skip_sys_rc, LIST *commands) { struct passwd *pw; -@@ -2841,10 +2867,25 @@ +@@ -2982,10 +3008,25 @@ void mutt_init (int skip_sys_rc, LIST *c Hostname = mutt_substrdup (utsname.nodename, p); p++; strfcpy (buffer, p, sizeof (buffer)); /* save the domain for below */ diff --git a/debian/patches/debian-specific/correct_docdir_in_man_page.diff b/debian/patches/debian-specific/correct_docdir_in_man_page.diff index 3bff38e..dcfdd4f 100644 --- a/debian/patches/debian-specific/correct_docdir_in_man_page.diff +++ b/debian/patches/debian-specific/correct_docdir_in_man_page.diff @@ -1,6 +1,6 @@ ---- doc/mutt.man.orig -+++ doc/mutt.man -@@ -154,7 +154,7 @@ +--- a/doc/mutt.man ++++ b/doc/mutt.man +@@ -167,7 +167,7 @@ User's personal mapping between MIME typ System mapping between MIME types and file extensions. .IP "@bindir@/mutt_dotlock" The privileged dotlocking program. diff --git a/debian/patches/debian-specific/use_usr_bin_editor.diff b/debian/patches/debian-specific/use_usr_bin_editor.diff index ae5f6b7..f6b6806 100644 --- a/debian/patches/debian-specific/use_usr_bin_editor.diff +++ b/debian/patches/debian-specific/use_usr_bin_editor.diff @@ -1,6 +1,6 @@ ---- init.c.orig -+++ init.c -@@ -2929,7 +2929,7 @@ +--- a/init.c ++++ b/init.c +@@ -3070,7 +3070,7 @@ void mutt_init (int skip_sys_rc, LIST *c { p = getenv ("EDITOR"); if (!p) @@ -9,9 +9,9 @@ } Editor = safe_strdup (p); Visual = safe_strdup (p); ---- init.h.orig -+++ init.h -@@ -551,7 +551,7 @@ +--- a/init.h ++++ b/init.h +@@ -552,7 +552,7 @@ struct option_t MuttVars[] = { ** .pp ** This variable specifies which editor is used by mutt. ** It defaults to the value of the VISUAL, or EDITOR, environment diff --git a/debian/patches/misc/define-pgp_getkeys_command.diff b/debian/patches/misc/define-pgp_getkeys_command.diff index 3dbad75..b26727b 100644 --- a/debian/patches/misc/define-pgp_getkeys_command.diff +++ b/debian/patches/misc/define-pgp_getkeys_command.diff @@ -1,8 +1,6 @@ -Index: contrib/gpg.rc -=================================================================== ---- contrib/gpg.rc.orig 2007-03-01 23:14:09.076973224 +0100 -+++ contrib/gpg.rc 2007-03-01 23:32:04.172533856 +0100 -@@ -72,6 +72,8 @@ set pgp_list_secring_command="/usr/bin/g +--- a/contrib/gpg.rc ++++ b/contrib/gpg.rc +@@ -72,6 +72,8 @@ set pgp_list_secring_command="gpg --no-v # fetch keys # set pgp_getkeys_command="pkspxycwrap %r" diff --git a/debian/patches/series b/debian/patches/series index 0669627..2f10dfc 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -16,13 +16,13 @@ features/compressed-folders.debian # Debian config debian-specific/Muttrc -debian-specific/Md.etc_mailname_gethostbyname.diff -p0 -debian-specific/use_usr_bin_editor.diff -p0 -debian-specific/correct_docdir_in_man_page.diff -p0 +debian-specific/Md.etc_mailname_gethostbyname.diff +debian-specific/use_usr_bin_editor.diff +debian-specific/correct_docdir_in_man_page.diff debian-specific/dont_document_not_present_features.diff debian-specific/document_debian_defaults debian-specific/assumed_charset-compat -misc/define-pgp_getkeys_command.diff -p0 +misc/define-pgp_getkeys_command.diff misc/gpg.rc-paths mutt.org