[Forensics-changes] [ssdeep] branch debian updated (8c07aaa -> d07729a)

Helmut Grohne helmutg at moszumanska.debian.org
Tue Sep 16 07:54:29 UTC 2014


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

helmutg pushed a change to branch debian
in repository ssdeep.

      from  8c07aaa   Adding the missing Breaks+Replaces (Closes #694368).
      adds  5df20d6   Release new Debian version 2.7-2
      adds  0e176ee   Imported Upstream version 2.9
      adds  fa39296   Imported Upstream version 2.11
       new  1ccc2b3   Merge tag 'upstream/2.11' into debian
       new  5a5319e   add debian/changelog entry for 2.11-1 closing bugs
       new  b2cd3c3   update libfuzzy2.symbols for new upstream release
       new  f36268a   declare compliance with policy 3.9.5
       new  e106969   use dh-autoreconf
       new  a41acbc   fix past changelog entry
       new  4a07631   patch Makefile.am to build shared library again
       new  7ab5d8f   move to debhelper 9, use multiarch paths
       new  ae44d7d   convert to multi-arch
       new  d07729a   update debian/copyright

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:
 AUTHORS                                    |    2 +-
 ChangeLog                                  |  239 +-
 Makefile.am                                |   16 +-
 Makefile.in                                |  483 +-
 NEWS                                       |   60 +-
 README                                     |    4 +-
 aclocal.m4                                 | 9223 +++++++++++++++++++++++++++-
 compile                                    |  347 ++
 config.h.in                                |   11 +
 configure                                  | 5191 ++++++++++++++--
 configure.ac                               |   13 +-
 cycles.c => cycles.cpp                     |   32 +-
 debian/changelog                           |   28 +
 debian/compat                              |    2 +-
 debian/control                             |    9 +-
 debian/copyright                           |   41 +-
 debian/libfuzzy-dev.install                |    2 +-
 debian/libfuzzy2.install                   |    2 +-
 debian/libfuzzy2.symbols                   |    6 +
 debian/patches/enable_shared_library.patch |   20 +
 debian/patches/series                      |    1 +
 debian/rules                               |    2 +-
 dig.c => dig.cpp                           |  532 +-
 engine.c                                   |  104 -
 engine.cpp                                 |  137 +
 filedata.cpp                               |  178 +
 filedata.h                                 |   82 +
 find-file-size.c                           |   49 +-
 fuzzy.c                                    | 1023 +--
 fuzzy.h                                    |  261 +-
 helpers.c => helpers.cpp                   |  142 +-
 ltmain.sh                                  |   95 +-
 m4/libtool.m4                              | 7831 -----------------------
 m4/ltoptions.m4                            |  369 --
 m4/ltsugar.m4                              |  123 -
 m4/ltversion.m4                            |   23 -
 m4/lt~obsolete.m4                          |   98 -
 main.c => main.cpp                         |  147 +-
 main.h                                     |  204 +-
 match.c                                    |  372 --
 match.cpp                                  |  416 ++
 match.h                                    |   44 +
 missing                                    |  460 +-
 sample.c                                   |    4 +-
 ssdeep.1                                   |  113 +-
 ssdeep.h                                   |  247 +-
 tchar-local.h                              |    5 +-
 ui.c => ui.cpp                             |   24 +-
 48 files changed, 17366 insertions(+), 11451 deletions(-)
 create mode 100755 compile
 rename cycles.c => cycles.cpp (77%)
 create mode 100644 debian/patches/enable_shared_library.patch
 create mode 100644 debian/patches/series
 rename dig.c => dig.cpp (51%)
 delete mode 100644 engine.c
 create mode 100644 engine.cpp
 create mode 100644 filedata.cpp
 create mode 100644 filedata.h
 rename helpers.c => helpers.cpp (55%)
 mode change 100755 => 100644 ltmain.sh
 delete mode 100644 m4/libtool.m4
 delete mode 100644 m4/ltoptions.m4
 delete mode 100644 m4/ltsugar.m4
 delete mode 100644 m4/ltversion.m4
 delete mode 100644 m4/lt~obsolete.m4
 rename main.c => main.cpp (71%)
 delete mode 100644 match.c
 create mode 100644 match.cpp
 create mode 100644 match.h
 rename ui.c => ui.cpp (77%)

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



More information about the forensics-changes mailing list