[Amavisd-new-commits] [pkg-amavisd-new] branch master updated (c2dd806 -> b5c8284)

Alexander Wirt formorer at debian.org
Thu Sep 19 07:05:57 UTC 2013


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

formorer pushed a change to branch master
in repository pkg-amavisd-new.

      from  c2dd806   Add set -e to postinst
       new  34b85a4   Move to deb3
       new  94018b3   Ignore quilt dir
       new  7ffd1ac   Imported Upstream version 2.8.1
       new  76958b2   Merge tag 'upstream/2.8.1'
       new  5e96aed   Refresh patches
       new  6fd2934   Update patch
       new  2bcf132   Fix typo
       new  e2a0778   Install RELEASE_NOTES
       new  1666210   Install initscript for amavisd-snmp-subagent
       new  546ce62   Add Homepage header
       new  4f5a569   Wrap-and-sort
       new  7757706   Surpress warning in amavisd-snmp-subagent if postfix isn't installed
       new  56ed356   Remove some obsolete packers
       new  f49d74a   Add Recommends for zeromq
       new  0688ae8   Bump debhelper compat for dh_exec
       new  4db3051   Fix some package names to fit with dh9
       new  21376a4   Fix amavisd-snmp-subagent init foo
       new  5cdd083   use dh-exec to rename files
       new  cb711d5   Update debian/patches/90_fix_snmp_subagent_warning
       new  b486366   Build-Depend on dh-exec
       new  b5c8284   Fix initscript installation and instal RELEASE_NOTEs

The 21 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:
 .gitignore                                         |    1 +
 INSTALL                                            |   21 +-
 MANIFEST                                           |    6 +-
 README_FILES/README.customize                      |   47 +-
 README_FILES/README.old.scanners                   |    2 +-
 README_FILES/README.sql                            |   36 +-
 README_FILES/README.sql-mysql                      |    2 -
 README_FILES/README.sql-pg                         |   15 +-
 RELEASE_NOTES                                      |  560 +++-
 amavis-mc                                          |  113 +-
 amavis-services                                    |  472 ++--
 amavisd                                            | 2952 ++++++++++++--------
 amavisd-new-courier.patch                          |   22 +-
 amavisd-new-qmqpqq.patch                           |   28 +-
 amavisd-release                                    |   20 +-
 amavisd-signer                                     |   23 +-
 amavisd-snmp-subagent-zmq                          |  332 ++-
 amavisd-status                                     |  209 +-
 amavisd-submit                                     |  107 +-
 amavisd.conf                                       |   37 +-
 amavisd.conf-default                               |   36 +-
 debian/README.Debian                               |    2 +-
 .../{amavisd-new.init => amavisd-new.amavis.init}  |    0
 debian/amavisd-new.amavisd-snmp-subagent.default   |   16 +
 debian/amavisd-new.amavisd-snmp-subagent.init      |  180 ++
 debian/amavisd-new.docs                            |    1 +
 debian/amavisd-new.install                         |   20 +-
 ...d-new.lintian => amavisd-new.lintian-overrides} |    0
 debian/compat                                      |    2 +-
 debian/control                                     |   59 +-
 debian/patches/00list                              |    6 -
 debian/patches/20_safe_path_at_init.dpatch         |   21 -
 debian/patches/20_safe_path_at_init.patch          |   15 +
 ...ltin.dpatch => 30_conf.d_support_builtin.patch} |   20 +-
 .../{40_fix_paths.dpatch => 40_fix_paths.patch}    |   57 +-
 ...oc_changes.dpatch => 45_misc_doc_changes.patch} |   29 +-
 ...dpatch => 60-amavisd-snmp-subagent_paths.patch} |   20 +-
 debian/patches/85-clarify_fqdn_error.dpatch        |   20 -
 debian/patches/85-clarify_fqdn_error.patch         |   14 +
 debian/patches/90_fix_snmp_subagent_warning        |   22 +
 debian/patches/series                              |    7 +
 debian/rules                                       |   11 +-
 debian/source/format                               |    2 +-
 debian/source/local-options                        |    1 +
 p0f-analyzer.pl                                    |  585 +++-
 p0f-analyzer.pl => p0f-analyzer.pl-old             |    0
 p0f-patch                                          |   41 -
 47 files changed, 4123 insertions(+), 2069 deletions(-)
 create mode 100644 .gitignore
 rename debian/{amavisd-new.init => amavisd-new.amavis.init} (100%)
 create mode 100644 debian/amavisd-new.amavisd-snmp-subagent.default
 create mode 100644 debian/amavisd-new.amavisd-snmp-subagent.init
 mode change 100644 => 100755 debian/amavisd-new.install
 rename debian/{amavisd-new.lintian => amavisd-new.lintian-overrides} (100%)
 delete mode 100644 debian/patches/00list
 delete mode 100755 debian/patches/20_safe_path_at_init.dpatch
 create mode 100644 debian/patches/20_safe_path_at_init.patch
 rename debian/patches/{30_conf.d_support_builtin.dpatch => 30_conf.d_support_builtin.patch} (63%)
 mode change 100755 => 100644
 rename debian/patches/{40_fix_paths.dpatch => 40_fix_paths.patch} (54%)
 mode change 100755 => 100644
 rename debian/patches/{45_misc_doc_changes.dpatch => 45_misc_doc_changes.patch} (60%)
 mode change 100755 => 100644
 rename debian/patches/{60-amavisd-snmp-subagent_paths.dpatch => 60-amavisd-snmp-subagent_paths.patch} (57%)
 mode change 100755 => 100644
 delete mode 100755 debian/patches/85-clarify_fqdn_error.dpatch
 create mode 100644 debian/patches/85-clarify_fqdn_error.patch
 create mode 100644 debian/patches/90_fix_snmp_subagent_warning
 create mode 100644 debian/patches/series
 create mode 100644 debian/source/local-options
 copy p0f-analyzer.pl => p0f-analyzer.pl-old (100%)
 delete mode 100644 p0f-patch

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



More information about the Amavisd-new-commits mailing list