[Pkg-privacy-commits] [libgsecuredelete] branch master updated (d36626d -> db6d3ac)

Intrigeri intrigeri at moszumanska.debian.org
Wed Dec 7 17:10:33 UTC 2016


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

intrigeri pushed a change to branch master
in repository libgsecuredelete.

      from  d36626d   libgsecuredelete (0.2.1-4)
      adds  5ba35a9   Don't treat Automake warnings as errors
      adds  802f8eb   Fix an Automake warning
      adds  b86046e   Properly check for some programs used by the build system
      adds  f401baf   Fix build system portability
      adds  993807c   Write gsd-config.h in one shot
      adds  d0d0731   Honor user-defined VALADOCFLAGS
      adds  519953a   Update NEWS
      adds  22dea15   Ignore generated wrapper script
      adds  c240eaa   Pre-release version bump
      adds  d825d11   It is the C sources that depend on gsd-config.h, not the Vala ones
      adds  3f78a05   Don't rely on directory timestamp for rebuilding
      adds  a9ccd34   Set release date
       new  cd4c797   Fix updating progress when subprocess finished
       new  bdb0b19   Report warning message on partial success
       new  fd7fa31   Add i18n support
       new  095d9b8   Add French translation
       new  70f53c7   Add support for pausing and resuming operations
       new  aa7e692   Allow to cancel a paused operation
       new  3936321   Use a new bug report address
       new  e27f562   Add German translation
       new  4cef80f   Fix a small typo in the documentation
       new  880f4f3   Update German translation
       new  254e96d   Pre-release version bump
       new  defabf6   Update NEWS
       new  407d0ff   Set release date
       new  5b48b88   New upstream version 0.3
       new  d9c8cb9   Merge tag 'upstream/libgsecuredelete_0.3'
       new  7381979   Update debian/changelog
       new  b5fc74d   Bump copyright years on debian/*.
       new  b33c149   Sort Build-Depends.
       new  40694c1   Add build-dependency on valac.
       new  47109e3   0001-configure.ac-set-AM_GNU_GETTEXT_VERSION-0.19.patch: new patch, to allow building.
       new  1dae9f8   Install translations (MO) files.
       new  a3ae0ce   debian/copyright: gsd-sfill-helper.in → gsd-sfill-helper.sh.in (renamed upstream).
       new  696705d   Add new symbols to libgsecuredelete0.symbols.
       new  0753d8c   libgsecuredelete0.symbols: bump all versions to 0.3 (struct _GsdAsyncOperationClass has changed, and it's used basically everywhere).
       new  db6d3ac   libgsecuredelete (0.3-1)

The 25 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:
 HACKING                                            |    2 +-
 Makefile.am                                        |   12 +-
 Makefile.in                                        |  101 +-
 NEWS                                               |    9 +
 aclocal.m4                                         |  356 +-
 build/aux/ar-lib                                   |    2 +-
 build/aux/compile                                  |    2 +-
 build/aux/config.guess                             |  334 +-
 build/aux/config.rpath                             |  684 +++
 build/aux/config.sub                               |   70 +-
 build/aux/depcomp                                  |    2 +-
 build/aux/install-sh                               |  373 +-
 build/aux/ltmain.sh                                | 5533 +++++++++++++-------
 build/aux/missing                                  |    2 +-
 build/m4/gettext.m4                                |  420 ++
 build/m4/iconv.m4                                  |  271 +
 build/m4/lib-ld.m4                                 |  119 +
 build/m4/lib-link.m4                               |  777 +++
 build/m4/lib-prefix.m4                             |  224 +
 build/m4/libtool.m4                                | 2521 +++++----
 build/m4/ltoptions.m4                              |  127 +-
 build/m4/ltsugar.m4                                |    7 +-
 build/m4/ltversion.m4                              |   12 +-
 build/m4/lt~obsolete.m4                            |    7 +-
 build/m4/nls.m4                                    |   32 +
 build/m4/po.m4                                     |  453 ++
 build/m4/progtest.m4                               |   91 +
 config.h.in                                        |   25 +-
 configure                                          | 4599 ++++++++++++----
 configure.ac                                       |   10 +-
 debian/changelog                                   |   18 +
 debian/control                                     |    3 +-
 debian/copyright                                   |    4 +-
 debian/libgsecuredelete0.install                   |    1 +
 debian/libgsecuredelete0.symbols                   |  125 +-
 ...figure.ac-set-AM_GNU_GETTEXT_VERSION-0.19.patch |   25 +
 debian/patches/series                              |    1 +
 docs/Makefile.in                                   |   49 +-
 gsd-sfill-helper.in => gsd-sfill-helper.sh.in      |   49 +-
 gsecuredelete/Makefile.am                          |    5 +-
 gsecuredelete/Makefile.in                          |   84 +-
 gsecuredelete/config.vapi                          |    3 +
 gsecuredelete/gsd-async-operation.c                |  825 +--
 gsecuredelete/gsd-async-operation.vala             |   95 +-
 gsecuredelete/gsd-delete-operation.c               |  198 +-
 gsecuredelete/gsd-fill-operation.c                 |  128 +-
 gsecuredelete/gsd-fill-operation.vala              |   10 +
 .../{gsd-mem-operation.vala => gsd-intl.c}         |   41 +-
 .../{gsd-mem-operation.vala => gsd-intl.vala}      |   21 +-
 gsecuredelete/gsd-mem-operation.c                  |   12 +-
 gsecuredelete/gsd-secure-delete-operation.c        |  100 +-
 gsecuredelete/gsd-swap-operation.c                 |  247 +-
 gsecuredelete/gsd-swap-operation.vala              |    2 +-
 gsecuredelete/gsd-utils.c                          |  380 +-
 gsecuredelete/gsd-zeroable-operation.c             |   36 +-
 gsecuredelete/gsd-zeroable-operation.vala          |    2 +-
 gsecuredelete/gsecuredelete.h                      |   16 +-
 gsecuredelete/gsecuredelete.vapi                   |   15 +-
 gsecuredelete/main.c                               |  135 +-
 po/LINGUAS                                         |    3 +
 po/Makefile.in.in                                  |  483 ++
 po/Makevars                                        |   78 +
 po/POTFILES.in                                     |   11 +
 po/Rules-quot                                      |   58 +
 po/boldquot.sed                                    |   10 +
 po/de.gmo                                          |  Bin 0 -> 1699 bytes
 po/de.po                                           |   76 +
 po/en at boldquot.header                              |   25 +
 po/en at quot.header                                  |   22 +
 po/fr.gmo                                          |  Bin 0 -> 1729 bytes
 po/fr.po                                           |   74 +
 po/insert-header.sin                               |   23 +
 po/libgsecuredelete.pot                            |   69 +
 po/quot.sed                                        |    6 +
 po/remove-potcdate.sin                             |   19 +
 po/stamp-po                                        |    1 +
 76 files changed, 15037 insertions(+), 5728 deletions(-)
 create mode 100755 build/aux/config.rpath
 create mode 100644 build/m4/gettext.m4
 create mode 100644 build/m4/iconv.m4
 create mode 100644 build/m4/lib-ld.m4
 create mode 100644 build/m4/lib-link.m4
 create mode 100644 build/m4/lib-prefix.m4
 create mode 100644 build/m4/nls.m4
 create mode 100644 build/m4/po.m4
 create mode 100644 build/m4/progtest.m4
 create mode 100644 debian/patches/0001-configure.ac-set-AM_GNU_GETTEXT_VERSION-0.19.patch
 create mode 100644 debian/patches/series
 rename gsd-sfill-helper.in => gsd-sfill-helper.sh.in (70%)
 copy gsecuredelete/{gsd-mem-operation.vala => gsd-intl.c} (58%)
 copy gsecuredelete/{gsd-mem-operation.vala => gsd-intl.vala} (70%)
 create mode 100644 po/LINGUAS
 create mode 100644 po/Makefile.in.in
 create mode 100644 po/Makevars
 create mode 100644 po/POTFILES.in
 create mode 100644 po/Rules-quot
 create mode 100644 po/boldquot.sed
 create mode 100644 po/de.gmo
 create mode 100644 po/de.po
 create mode 100644 po/en at boldquot.header
 create mode 100644 po/en at quot.header
 create mode 100644 po/fr.gmo
 create mode 100644 po/fr.po
 create mode 100644 po/insert-header.sin
 create mode 100644 po/libgsecuredelete.pot
 create mode 100644 po/quot.sed
 create mode 100644 po/remove-potcdate.sin
 create mode 100644 po/stamp-po

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



More information about the Pkg-privacy-commits mailing list