[mutt] branch experimental updated (60897cb -> 7f55d43)

Faidon Liambotis paravoid at moszumanska.debian.org
Mon Jul 4 15:51:48 UTC 2016


This is an automated email from the git hooks/post-receive script.

paravoid pushed a change to branch experimental
in repository mutt.

      from  60897cb   debian/: UNRELEASED => experimental
       new  96d1f68   Drop debian/MY-TODO, old artifact
       new  011c5b0   Add myself (paravoid) to Uploaders
       new  89bac78   Remove transitional code from too old versions
       new  7174a9e   Fold mutt-patched into mutt
       new  d566820   Remove README.Patches from /usr/share/doc
       new  643f279   Remove quilt.mk and manual quilt invocations
       new  e5e0232   Migrate from our own -dbg package to the automatic -dbgsym package
       new  0961ed4   Use dh_bugfiles instead of manual install invocations
       new  a625bb8   Migrate to dh and dh-autoreconf
       new  3ddd5e8   Update and enable all of neomutt
       new  efc322d   Reorder and refresh all patches
       new  ff9856e   Remove GPGME option from debian/rules
       new  90aa101   Remove mentions of gpg-2comp and ship gpg.rc pristine
       new  bccbe59   Update debian/NEWS with the latest changes
       new  d7f8d7f   Revamp debian/copyright
       new  7f55d43   Reorder debian/changelog in order of importance

The 16 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/MY-TODO                                     |     7 -
 debian/NEWS                                        |    11 +
 debian/README.Debian                               |    14 -
 debian/bug/control                                 |     1 -
 debian/changelog                                   |    39 +
 debian/clean                                       |     1 -
 debian/control                                     |    36 +-
 debian/copyright                                   |   147 +-
 debian/extra/mutt-patched.rc/sidebar.rc            |     5 -
 debian/extra/rc/sidebar.rc                         |     4 +
 debian/header.awk                                  |    23 -
 debian/mutt-dbg.links                              |     1 -
 debian/mutt-patched.install                        |     1 -
 debian/mutt-patched.links                          |     1 -
 debian/mutt-patched.lintian-overrides              |     1 -
 debian/mutt-patched.postinst                       |    21 -
 debian/mutt-patched.prerm                          |    13 -
 debian/mutt.bug-control                            |     1 +
 debian/{bug/script => mutt.bug-script}             |     0
 debian/mutt.docs                                   |    15 +-
 debian/mutt.examples                               |     2 +-
 debian/mutt.install                                |     6 +-
 debian/patches/__separator__mutt.org.patch         |    17 -
 .../patches/debian-specific/467432-write_bcc.patch |    30 +-
 .../566076-build_doc_adjustments.patch             |     6 +-
 .../Md.etc_mailname_gethostbyname.patch            |    10 +-
 debian/patches/debian-specific/Muttrc.patch        |    11 +-
 .../debian-specific/assumed_charset-compat.patch   |     4 +-
 .../correct_docdir_in_man_page.patch               |     4 +-
 .../debian-specific/document_debian_defaults.patch |    16 +-
 .../dont_document_not_present_features.patch       |     6 +-
 .../debian-specific/use_usr_bin_editor.patch       |     8 +-
 .../809802_timeout_hook.patch                      |    22 +-
 .../features/compressed-folders.debian.patch       |    20 -
 debian/patches/features/compressed-folders.patch   |  1179 -
 .../{mutt-patched => features}/multiple-fcc.patch  |    38 +-
 debian/patches/misc/am-maintainer-mode.patch       |    21 -
 debian/patches/misc/gpg.rc-paths.patch             |    27 +-
 debian/patches/neomutt-20160611.patch              | 30371 +++++++++++++++++++
 debian/patches/neomutt-devel/nntp.patch            |  8990 ------
 .../patches/neomutt-devel/sensible-browser.patch   |    43 +-
 debian/patches/neomutt/01-bug-fixes.patch          |   848 -
 debian/patches/neomutt/02-quasi-delete.patch       |   289 -
 debian/patches/neomutt/03-progress.patch           |   319 -
 debian/patches/neomutt/04-status-color.patch       |   612 -
 debian/patches/neomutt/05-index-color.patch        |  1119 -
 debian/patches/neomutt/06-nested-if.patch          |   500 -
 debian/patches/neomutt/07-cond-date.patch          |   789 -
 debian/patches/neomutt/08-tls-sni.patch            |   242 -
 debian/patches/neomutt/09-sidebar.patch            |  4317 ---
 debian/patches/neomutt/10-notmuch.patch            |  5819 ----
 debian/patches/neomutt/11-ifdef.patch              |  1526 -
 debian/patches/neomutt/12-fmemopen.patch           |   366 -
 debian/patches/neomutt/13-initials.patch           |   264 -
 debian/patches/neomutt/14-trash.patch              |   780 -
 .../patches/neomutt/15-limit-current-thread.patch  |   322 -
 debian/patches/neomutt/16-skip-quoted.patch        |   259 -
 debian/patches/neomutt/README.md                   |    31 -
 debian/patches/series                              |    14 +-
 debian/patches/upstream/228671-pipe-mime.patch     |     6 +-
 .../upstream/771125-CVE-2014-9116-jessie.patch     |     4 +-
 debian/patches/upstream/path_max.patch             |    24 -
 debian/rules                                       |   188 +-
 debian/update-autotools.sh                         |    38 -
 64 files changed, 30642 insertions(+), 29207 deletions(-)
 delete mode 100644 debian/MY-TODO
 delete mode 100644 debian/bug/control
 delete mode 100644 debian/clean
 delete mode 100644 debian/extra/mutt-patched.rc/sidebar.rc
 create mode 100644 debian/extra/rc/sidebar.rc
 delete mode 100755 debian/header.awk
 delete mode 100644 debian/mutt-dbg.links
 delete mode 100644 debian/mutt-patched.install
 delete mode 100644 debian/mutt-patched.links
 delete mode 100644 debian/mutt-patched.lintian-overrides
 delete mode 100644 debian/mutt-patched.postinst
 delete mode 100644 debian/mutt-patched.prerm
 create mode 100644 debian/mutt.bug-control
 rename debian/{bug/script => mutt.bug-script} (100%)
 delete mode 100644 debian/patches/__separator__mutt.org.patch
 rename debian/patches/{upstream => features}/809802_timeout_hook.patch (80%)
 delete mode 100644 debian/patches/features/compressed-folders.debian.patch
 delete mode 100644 debian/patches/features/compressed-folders.patch
 rename debian/patches/{mutt-patched => features}/multiple-fcc.patch (71%)
 delete mode 100644 debian/patches/misc/am-maintainer-mode.patch
 create mode 100644 debian/patches/neomutt-20160611.patch
 delete mode 100644 debian/patches/neomutt-devel/nntp.patch
 delete mode 100644 debian/patches/neomutt/01-bug-fixes.patch
 delete mode 100644 debian/patches/neomutt/02-quasi-delete.patch
 delete mode 100644 debian/patches/neomutt/03-progress.patch
 delete mode 100644 debian/patches/neomutt/04-status-color.patch
 delete mode 100644 debian/patches/neomutt/05-index-color.patch
 delete mode 100644 debian/patches/neomutt/06-nested-if.patch
 delete mode 100644 debian/patches/neomutt/07-cond-date.patch
 delete mode 100644 debian/patches/neomutt/08-tls-sni.patch
 delete mode 100644 debian/patches/neomutt/09-sidebar.patch
 delete mode 100644 debian/patches/neomutt/10-notmuch.patch
 delete mode 100644 debian/patches/neomutt/11-ifdef.patch
 delete mode 100644 debian/patches/neomutt/12-fmemopen.patch
 delete mode 100644 debian/patches/neomutt/13-initials.patch
 delete mode 100644 debian/patches/neomutt/14-trash.patch
 delete mode 100644 debian/patches/neomutt/15-limit-current-thread.patch
 delete mode 100644 debian/patches/neomutt/16-skip-quoted.patch
 delete mode 100644 debian/patches/neomutt/README.md
 delete mode 100644 debian/patches/upstream/path_max.patch
 delete mode 100644 debian/update-autotools.sh

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mutt/mutt.git



More information about the pkg-mutt-commits mailing list