[Forensics-changes] [afflib] branch debian updated (4a0655f -> 3d76e8c)

Joao Eriberto Mota Filho eriberto at moszumanska.debian.org
Sun Oct 12 00:35:14 UTC 2014


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

eriberto pushed a change to branch debian
in repository afflib.

      from  4a0655f     * Fixed the FTBFS in some archtectures. (Closes: #763765)   * Uploaded to unstable.   * debian/control:       - Bumped Standards-Version to 3.9.6.       - Improved the long descriptions.   * debian/watch: added the Phillip Hellewell fork repository.       The upstream declared the project as dead but Phillip       intend to do some extra work to fix issues.
       new  27f08ef   Imported Upstream version 3.7.5
       new  95c08b5   Merge tag 'upstream/3.7.5' into debian
       new  3d76e8c     * New upstream release.   * New upstream, Phillip Hellewell, using an authorized fork in GitHub from     the previous upstream. This is the new official site.   * The new upstream had improvements and fixes in source code, including     several suggestions from Debian. Thanks a lot to Phillip. Consequently:       - debian/afflib-tools.manpages: removed.       - debian/clean: removed.       - debian/control:           . Added xmount as suggestion to afflib-tools bin [...]

The 3 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                                  | 107 +++++++++
 AUTHORS                                     |   4 +
 Makefile.am                                 |  57 +----
 NEWS                                        |  28 ++-
 README                                      |  18 +-
 README_Win32.txt                            |  24 +-
 afflib.spec.in                              |   2 +-
 configure.ac                                |   5 +-
 debian/README.source                        |   8 -
 debian/afflib-tools.docs                    |   1 +
 debian/afflib-tools.manpages                |   2 -
 debian/changelog                            |  25 ++
 debian/clean                                |  23 --
 debian/control                              |   4 +-
 debian/copyright                            |  16 +-
 debian/patches/99-no_static_ldflags.patch   |  16 --
 debian/patches/fix_affcat_manpage           |  31 ---
 debian/patches/fix_typos_spellings_in_tools | 353 ----------------------------
 debian/patches/series                       |   3 -
 debian/watch                                |   7 -
 doc/Makefile.am                             |   1 +
 doc/announce_3.7.5.txt                      |  24 ++
 doc/announce_3.7.txt                        |   2 +-
 lib/Makefile.am                             |   1 +
 lib/afflib.cpp                              |   3 +-
 lib/afflib_i.h                              |   3 +
 lib/vnode_raw.cpp                           |   2 +-
 lzma443/C/7zip/Compress/LZMA_Alone/lzma     | Bin 153246 -> 0 bytes
 lzma443/Makefile.am                         |   2 +
 man/Makefile.am                             |   4 +-
 man/affcat.1                                |   8 +-
 {debian/man => man}/affcompare.1            |   0
 {debian/man => man}/affconvert.1            |   0
 {debian/man => man}/affcopy.1               |   0
 {debian/man => man}/affcrypto.1             |   0
 {debian/man => man}/affdiskprint.1          |   0
 {debian/man => man}/affinfo.1               |   0
 {debian/man => man}/affix.1                 |   0
 {debian/man => man}/affrecover.1            |   0
 {debian/man => man}/affsegment.1            |   0
 {debian/man => man}/affsign.1               |   0
 {debian/man => man}/affstats.1              |   0
 {debian/man => man}/affuse.1                |   0
 {debian/man => man}/affverify.1             |   0
 {debian/man => man}/affxml.1                |   0
 pyaff/Makefile.am                           |   1 +
 tests/Makefile.am                           |   1 +
 tools/Makefile.am                           |   5 +-
 tools/affcat.cpp                            |  32 +--
 tools/affcompare.cpp                        |   3 +-
 tools/affconvert.cpp                        |   4 +-
 tools/affcopy.cpp                           |  14 +-
 tools/affcrypto.cpp                         |  12 +-
 tools/affdiskprint.cpp                      |   4 +-
 tools/affinfo.cpp                           |   4 +-
 tools/affrecover.cpp                        |   4 +-
 tools/affsegment.cpp                        |  10 +-
 tools/affsign.cpp                           |  10 +-
 tools/affstats.cpp                          |  12 +-
 tools/affuse.c                              |   2 +-
 tools/affverify.cpp                         |   8 +-
 tools/affxml.cpp                            |   6 +-
 62 files changed, 296 insertions(+), 620 deletions(-)
 create mode 100644 .gitignore
 delete mode 100644 debian/README.source
 delete mode 100644 debian/afflib-tools.manpages
 delete mode 100644 debian/clean
 delete mode 100644 debian/patches/99-no_static_ldflags.patch
 delete mode 100644 debian/patches/fix_affcat_manpage
 delete mode 100644 debian/patches/fix_typos_spellings_in_tools
 delete mode 100644 debian/patches/series
 create mode 100644 doc/announce_3.7.5.txt
 delete mode 100755 lzma443/C/7zip/Compress/LZMA_Alone/lzma
 rename {debian/man => man}/affcompare.1 (100%)
 rename {debian/man => man}/affconvert.1 (100%)
 rename {debian/man => man}/affcopy.1 (100%)
 rename {debian/man => man}/affcrypto.1 (100%)
 rename {debian/man => man}/affdiskprint.1 (100%)
 rename {debian/man => man}/affinfo.1 (100%)
 rename {debian/man => man}/affix.1 (100%)
 rename {debian/man => man}/affrecover.1 (100%)
 rename {debian/man => man}/affsegment.1 (100%)
 rename {debian/man => man}/affsign.1 (100%)
 rename {debian/man => man}/affstats.1 (100%)
 rename {debian/man => man}/affuse.1 (100%)
 rename {debian/man => man}/affverify.1 (100%)
 rename {debian/man => man}/affxml.1 (100%)

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



More information about the forensics-changes mailing list