[DRE-commits] [ruby-ferret] branch master updated (797c7b7 -> 1dee4f8)
Cédric Boutillier
boutil at moszumanska.debian.org
Mon Nov 25 00:14:50 UTC 2013
This is an automated email from the git hooks/post-receive script.
boutil pushed a change to branch master
in repository ruby-ferret.
from 797c7b7 use canonical URI in Vcs-* fields
adds 8d67458 Imported Upstream version 0.11.8.5
new 858e953 Merge tag 'upstream/0.11.8.5'
new 9e744f2 debian/control: update my email address
new be39524 Bump Standards-Version to 3.9.5 (no changes needed)
new 83a1cde drop transitional packages
new 656d376 remove single-debian-patch option
new 56d1966 drop fix_compatibility_with_minitest.patch and block_variables_have_local_scopes.patch (applied upstream)
new e0dd575 Remove indications that the source has been repacked (not true anymore)
new 1cb5fa8 wrap names in copyright file
new 692eef7 Install RELEASE_NOTES as documentation
new 471659c add missing bzlib files from upstream
new dcbc801 remove embedded bzlib convenience copy when cleaning instead of repacking
new 1dee4f8 target unstable
The 12 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 | 8 +-
Rakefile | 10 +-
bin/ferret-browser | 4 +-
debian/README.source | 24 -
debian/changelog | 19 +
debian/control | 25 +-
debian/copyright | 42 +-
.../block_variables_have_local_scopes.patch | 22 -
.../patches/fix_compatibility_with_minitest.patch | 20 -
debian/patches/series | 2 -
debian/ruby-ferret.docs | 2 +-
debian/rules | 5 +-
debian/source/options | 1 -
ext/BZLIB_blocksort.c | 1094 ++++++++++++++
ext/BZLIB_bzlib.c | 1578 ++++++++++++++++++++
ext/BZLIB_compress.c | 672 +++++++++
ext/BZLIB_crctable.c | 104 ++
ext/BZLIB_decompress.c | 626 ++++++++
ext/BZLIB_huffman.c | 205 +++
ext/BZLIB_randtable.c | 84 ++
ext/bzlib.h | 282 ++++
ext/bzlib_private.h | 503 +++++++
ext/index.c | 2 +-
lib/ferret/version.rb | 2 +-
metadata.yml | 253 ++--
test/unit/tc_field_symbol.rb | 2 +-
26 files changed, 5366 insertions(+), 225 deletions(-)
delete mode 100644 debian/README.source
delete mode 100644 debian/patches/block_variables_have_local_scopes.patch
delete mode 100644 debian/patches/fix_compatibility_with_minitest.patch
delete mode 100644 debian/source/options
create mode 100644 ext/BZLIB_blocksort.c
create mode 100644 ext/BZLIB_bzlib.c
create mode 100644 ext/BZLIB_compress.c
create mode 100644 ext/BZLIB_crctable.c
create mode 100644 ext/BZLIB_decompress.c
create mode 100644 ext/BZLIB_huffman.c
create mode 100644 ext/BZLIB_randtable.c
create mode 100644 ext/bzlib.h
create mode 100644 ext/bzlib_private.h
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-ferret.git
More information about the Pkg-ruby-extras-commits
mailing list