[pkg-bacula-commits] [bacula] branch hardcode-users updated (45c97b3 -> c99017f)

Sven Hartge hartge-guest at moszumanska.debian.org
Wed Sep 21 15:20:24 UTC 2016


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

hartge-guest pushed a change to branch hardcode-users
in repository bacula.

      from  45c97b3   Whitespace cleanup
      adds  c910f7f   Imported Upstream version 7.4.4+dfsg
      adds  96da4a5   Merge branch 'upstream' (7.4.4+dfsg)
      adds  b2f4fe3   Changed version in debian/changelog to new upstream version
      adds  029ea9c   refreshed debian/patches/fix-default-config
      adds  f125ae1   refreshed debian/patches/non-forking-systemd-units.patch
      adds  8fb814e   removed debian/patches/fix-bring-back-tmpfiles-configuration.patch, fixed upstream
      adds  12c4506   updated changelog (patches refreshed/dropped)
      adds  e1b8467   Added script to update debian/copyright
      adds  3b77ab3   Updated debian/copyright (updated previously outdated URL and typos)
      adds  bada743   removed lintian override for obsolete URL, fixed upstream
       new  c99017f   Merge branch 'master' into hardcode-users

The 1 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:
 ChangeLog                                          |  75 +++++++++++++-
 LICENSE                                            |   2 +-
 LICENSE-FOSS                                       |   8 +-
 ReleaseNotes                                       |  40 +++++++-
 autoconf/configure.in                              |   1 +
 configure                                          |  19 ++--
 debian/changelog                                   |   5 +-
 debian/copyright                                   |  10 +-
 .../fix-bring-back-tmpfiles-configuration.patch    |  22 ----
 debian/patches/fix-default-config                  |   2 +-
 debian/patches/non-forking-systemd-units.patch     |   4 +-
 debian/patches/series                              |   1 -
 debian/scripts/generate-copyright                  |  12 +++
 debian/scripts/template.copyright                  |  13 +++
 debian/source.lintian-overrides                    |   2 -
 platforms/systemd/Makefile.in                      | 114 ++++++++++-----------
 platforms/systemd/bacula-dir.service.in            |   2 +-
 platforms/systemd/bacula-fd.service.in             |   2 +-
 platforms/systemd/bacula-sd.service.in             |   4 +-
 platforms/systemd/bacula.conf.in                   |   3 +
 src/cats/bdb.h                                     |   2 +-
 src/cats/bvfs.c                                    |   4 +-
 src/cats/mysql.c                                   |   1 +
 src/cats/postgresql.c                              |   1 +
 src/cats/sql.c                                     |   8 +-
 src/cats/sql_create.c                              |   4 +-
 src/cats/sql_update.c                              |  51 +++++----
 src/cats/sqlite.c                                  |   1 +
 src/console/console.c                              |   3 +
 src/dird/authenticate.c                            |   5 +
 src/dird/catreq.c                                  |  10 +-
 src/dird/dird_conf.c                               |   3 +
 src/dird/msgchan.c                                 |   4 +
 src/dird/next_vol.c                                |   5 +-
 src/dird/ua_cmds.c                                 |   7 ++
 src/dird/ua_run.c                                  |  13 ++-
 src/dird/ua_status.c                               |  16 ++-
 src/filed/bacula-fd.conf.in                        |   2 +-
 src/lib/bsys.c                                     |   9 +-
 src/lib/cram-md5.c                                 |  10 ++
 src/lib/edit.c                                     |   4 +-
 src/lib/parse_conf.c                               |   8 +-
 src/lib/parse_conf.h                               |  10 +-
 src/lib/util.c                                     |   8 ++
 src/stored/askdir.c                                |   8 +-
 src/stored/bextract.c                              |   4 +-
 src/stored/block_util.c                            |   4 +-
 src/stored/mount.c                                 |   2 +
 src/version.h                                      |   6 +-
 49 files changed, 384 insertions(+), 170 deletions(-)
 delete mode 100644 debian/patches/fix-bring-back-tmpfiles-configuration.patch
 create mode 100755 debian/scripts/generate-copyright
 create mode 100644 debian/scripts/template.copyright
 delete mode 100644 debian/source.lintian-overrides
 create mode 100644 platforms/systemd/bacula.conf.in

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



More information about the pkg-bacula-commits mailing list