[Forensics-changes] [guymager] branch master updated (7f3a365 -> 8e72723)

Michael Prokop mika at moszumanska.debian.org
Fri Nov 4 10:53:27 UTC 2016


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

mika pushed a change to branch master
in repository guymager.

      from  7f3a365   Fix lintian warnings
      adds  fdaf0b9   Changed section to utils as per the override file
      adds  43e371c   Link to libprocps using the new libprocps0-dev package
      adds  9cc475c   Merging upstream version 0.6.5
      adds  bbd3c97   Bump Standards-Version to 3.9.3
      adds  366c993   Refresh patches/01_do-not-statically-compile-against-libs.diff
      adds  80b6d33   Add debian/patches/02_adjust_ssl_flags.diff
      adds  bb36321   Update copyright file (fix my name and update year)
      adds  2b9bb77   Move hdparm + smartmontools from Recommends to Depends
      adds  6e5e5c5   Releasing debian version 0.6.5-1.
      adds  371bbc0   Merging upstream version 0.6.7.
      adds  18221cc   Apply fix to address build failure with gcc-4.7.
      adds  5ef968a   Refresh patch 01_do-not-statically-compile-against-libs.diff
      adds  2ee4202   Refresh debian/patches/ftbfs-gcc-4.7.diff for new upstream release
      adds  2e64d49   Drop .kdbgrc.guymager + .kdev4/trunk.kdev4
      adds  61fdb32   Refresh debian/patches/02_adjust_ssl_flags.diff for new upstream release
      adds  bc6f06c   Add new patch reenable_libguytools_and_libewf.diff
      adds  37d799d   Drop patch 02_adjust_ssl_flags.diff
      adds  9129a0b   Release new version 0.6.7-1
      adds  c896c2b   Include patch to fix sysconf build failure.
      adds  1dc438c   Release new version 0.6.7-2
      adds  136b5d8   Adjust ThreadScanLibPartedSearchDirs of threadscan.cpp during package build
      adds  cf79988   Add udisks to recommends
      adds  50d415a   Add build-arch + build-indep targets
      adds  3630afc   Releasing debian version 0.6.7-3
      adds  dde511d   Merging upstream version 0.7.1
      adds  110a6cd   Refresh debian/patches/ against new upstream release
      adds  499964f   debian/patches/ftbfs-gcc-4.7.diff: add unistd.h to config.cpp
      adds  9be956b   Add debian/patches/adjust_compileinfo
      adds  5f9c4dd   Convert debian/rules to new debhelper style
      adds  fed5ff0   Releasing debian version 0.7.1-1
      adds  f1f1261   Add libbfio-dev to Build-Depends
      adds  71aec74   Bump Standards-Version to 3.9.5
      adds  9bdb0fc   Importing new upstream version 0.7.3
      adds  0afcc60   Get rid of ThreadScanLibPartedSearchDirs workaround in debian/rules
      adds  6935fb3   Drop debian/patches/ftbfs-gcc-4.7.diff - applied upstream
      adds  61d0993   Drop debian/patches/fix_sysconf_build_failure.diff - applied upstream
      adds  0493280   Release new version 0.7.3-1
      adds  c0190e3   Replace Build-Depends on libprocps0-dev with libprocps-dev
      adds  8d7fed2   Run wrap-and-sort on debian directory
      adds  ca623be   Release new version 0.7.3-2
      adds  eab000f   Bug#754812: guymager: hardcoded dependency on libparted0
      adds  7e3a7f8   Debian version 0.7.3-2.1 (ACK-ed NMU by Colin)
      adds  9a824f6   Update upstream developer's mail address and copyright year information
      adds  f9299b4   Add patch to support new libewf version 20140608
      adds  bb374ed   Release new version 0.7.3-3
      adds  1dcc0cb   Adding upstream version 0.6.5.
      adds  cd0925b   Adding upstream version 0.6.7.
      adds  d93711e   Adding upstream version 0.7.1
      adds  0a7ce1f   Imported Upstream version 0.7.4
      adds  ad98710   Merge branch 'upstream' into debian
      adds  12afd69   Drop debian/patches which got applied upstream
      adds  bf1368b   Bump Standards-Version to 3.9.6
      adds  5cf0ecd   Make Vcs-* headers canonical
      adds  cf24027   Release new version 0.7.4-1
      adds  19e1cce   Make the Debian package build reproducible
      adds  0f03375   Release new version 0.7.4-2
       new  fa1f275   New upstream version 0.8.3
       new  f19ca0b   Merge tag 'upstream/0.8.3'
       new  e2ff2ea   Add uwatch file
       new  3b1585c   Bump Standards-Version to 3.9.8
       new  7b58d92   Build-Depend on libudev-dev as supported by recent upstream version
       new  5b48cd5   Drop Recommends on udisks
       new  0f82144   Debian wrap-and-sort (using '-a -s -t' options)
       new  aeb710e   Bump Debian compat version to 9
       new  928e2cc   Use HTTPs version in Vcs-Git header
       new  8e72723   Release new version 0.8.3-1

The 10 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:
 .kdbgrc.guymager                                   |   20 -
 .kdev4/trunk.kdev4                                 |    9 -
 CREDITS                                            |   42 +-
 aaff.cpp                                           |  277 +-
 aaff.h                                             |   54 +-
 aewf.cpp                                           | 1281 +++++++++-
 aewf.h                                             |   89 +-
 changelog                                          |  499 ++++
 common.h                                           |   29 +-
 compileinfo.h                                      |   10 +-
 compileinfo.sh                                     |    2 +-
 config.cpp                                         |  565 +++--
 config.h                                           |  134 +-
 debian/changelog                                   |  136 +
 debian/compat                                      |    2 +-
 debian/control                                     |   36 +-
 debian/copyright                                   |   14 +-
 debian/guymager.install                            |    4 +-
 .../01_do-not-statically-compile-against-libs.diff |   24 -
 debian/patches/adjust_compileinfo                  |   13 +
 debian/patches/series                              |    2 +-
 debian/rules                                       |   47 +-
 debian/uwatch                                      |    1 +
 device.cpp                                         |  640 +++--
 device.h                                           |  450 +++-
 devicelistmodel.h                                  |   17 +-
 dlgabort.cpp                                       |   34 +-
 dlgabort.h                                         |   20 +-
 dlgacquire.cpp                                     |  883 +++++--
 dlgacquire.h                                       |   40 +-
 dlgacquire_private.h                               |   16 +-
 dlgautoexit.cpp                                    |   36 +-
 dlgautoexit.h                                      |   20 +-
 dlgdirsel.cpp                                      |   23 +-
 dlgdirsel.h                                        |   20 +-
 dlgdirsel_private.h                                |   18 +-
 dlgmessage.cpp                                     |  148 +-
 dlgmessage.h                                       |   46 +-
 dlgwait.cpp                                        |   22 +-
 dlgwait.h                                          |   20 +-
 error.cpp                                          |   19 +-
 error.h                                            |   32 +-
 fifo.cpp                                           |  222 +-
 fifo.h                                             |   68 +-
 file.cpp                                           |   73 +-
 file.h                                             |   17 +-
 guymager.cfg                                       |  713 +++++-
 guymager.desktop                                   |    1 +
 guymager.pro                                       |  113 +-
 guymager_128.xpm                                   |  399 +++
 guymager_en.ts => guymager_cn.ts                   | 1058 ++++++--
 guymager_de.ts                                     |  898 ++++++-
 guymager_en.ts                                     |  855 ++++++-
 guymager_fr.ts                                     |  899 ++++++-
 guymager_it.ts                                     |  817 +++++-
 guymager_nl.ts                                     | 1277 ++++++++--
 guymager_runstats_active.template                  |  104 +
 guymager_runstats_ended.template                   |   20 +
 hash.cpp                                           |  138 +-
 hash.h                                             |   63 +-
 info.cpp                                           |   38 +-
 info.h                                             |   23 +-
 infofield.cpp                                      |  131 +-
 infofield.h                                        |   23 +-
 itemdelegate.cpp                                   |   48 +-
 itemdelegate.h                                     |   21 +-
 macros_for_lint.h                                  |  140 +
 main.cpp                                           |  231 +-
 main.h                                             |   10 +-
 mainwindow.cpp                                     |  314 ++-
 mainwindow.h                                       |   70 +-
 manuals/guymager_body.1                            |    2 +-
 manuals/rebuild.sh                                 |    2 +-
 md5.c                                              |  398 ---
 md5.cpp                                            |  512 ++++
 md5.h                                              |  152 +-
 media.cpp                                          |   24 +-
 media.h                                            |   10 +-
 memwatch.c                                         | 2664 --------------------
 memwatch.h                                         |  707 ------
 modules.h                                          |   19 +-
 package.sh                                         |   16 -
 qtutil.cpp                                         |   30 +-
 qtutil.h                                           |   26 +-
 runstats.cpp                                       |  170 ++
 util.cpp => runstats.h                             |   46 +-
 sha1.cpp                                           |  299 +++
 dlgautoexit.h => sha1.h                            |   58 +-
 sha256.cpp                                         |  623 +++--
 sha256.h                                           |   84 +-
 table.cpp                                          | 1058 +++++---
 table.h                                            |   48 +-
 util.cpp => thread.cpp                             |   36 +-
 util.h => thread.h                                 |   39 +-
 threadcompress.cpp                                 |  162 +-
 threadcompress.h                                   |   16 +-
 threadhash.cpp                                     |   74 +-
 threadhash.h                                       |   14 +-
 threadread.cpp                                     |  181 +-
 threadread.h                                       |   14 +-
 threadscan.cpp                                     |  778 +++++-
 threadscan.h                                       |   52 +-
 threadwrite.cpp                                    |  968 +++++--
 threadwrite.h                                      |   19 +-
 util.cpp                                           |  298 ++-
 util.h                                             |   54 +-
 106 files changed, 16644 insertions(+), 7587 deletions(-)
 delete mode 100644 .kdbgrc.guymager
 delete mode 100644 .kdev4/trunk.kdev4
 create mode 100644 changelog
 delete mode 100755 debian/patches/01_do-not-statically-compile-against-libs.diff
 create mode 100644 debian/patches/adjust_compileinfo
 create mode 100644 debian/uwatch
 create mode 100644 guymager_128.xpm
 copy guymager_en.ts => guymager_cn.ts (50%)
 create mode 100644 guymager_runstats_active.template
 create mode 100644 guymager_runstats_ended.template
 create mode 100644 macros_for_lint.h
 delete mode 100644 md5.c
 create mode 100644 md5.cpp
 delete mode 100644 memwatch.c
 delete mode 100644 memwatch.h
 delete mode 100755 package.sh
 create mode 100644 runstats.cpp
 copy util.cpp => runstats.h (56%)
 create mode 100644 sha1.cpp
 copy dlgautoexit.h => sha1.h (52%)
 copy util.cpp => thread.cpp (60%)
 copy util.h => thread.h (59%)

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



More information about the forensics-changes mailing list