[libbssolv-perl] branch master updated (25fc202 -> 5fed7ca)

Florian Schlichting fsfs at moszumanska.debian.org
Mon Apr 18 20:25:09 UTC 2016


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

fsfs pushed a change to branch master
in repository libbssolv-perl.

      from  25fc202   update changelog
      adds  63468a1   - initial import of perl-BSSolv
      adds  75680e0   adapt to libsolv changes
      adds  700b68b   add MANIFEST/META, add --bundled-libsolv option
      adds  43d7705   implement :any parsing so that the interconnect works with multiarch annotations
      adds  1e18c32   adapt to changed whatprovides handling of libsolv
      adds  8b6e8f1   add BSSolv::thawcache function
      adds  f550560   support --directdepsend-- marker
      adds  2e62dcd   Expansion the correct map before testing bits
      adds  ec529a1   Merge pull request #2 from sjoerd-ccu/master
      adds  78dc271   Fix directdepsend handling
      adds  a93b6ed   search complete ARGV for --bundled-libsolv
      adds  6a44c19   Update dist directory
      adds  c246c62   simplify debian rules file
      adds  d020381   Bump version to 0.02
      adds  b99f4f0   improve conflictsinfo handling
      adds  88529e8   treat ARCH_ANY like ARCH_ALL
      adds  79d3969   implement handling of conflicts (aka '!') deps in expander
      adds  5d3edbb   add expander_solvid2name helper that appends the repo name in debug mode
      adds  9d9696e   support --ignoreignore-- flag
      adds  5b88523   also log expand args in debug mode
      adds  9f7ce7d   - update package, adapt versioning
      adds  6160919   Add checksum support, add allpackages() method
      adds  bb9136c   Use correct evr comparison function in create_considered
      adds  f6dce8b   Rework DoD handling so that we can update the DoD data
      adds  15d95c3   Release version 0.03
      adds  29a165b   change Chksum to void (old libsolv do not define this type)
      adds  18bd1ba   Fix off-by-one which made the code ignore sha256 checksums
      adds  2fd5b48   Argh, fix copy paste bug.
      adds  8f376c9   Allow setting of the dod cookie with no dod url
      adds  823e4e8   Release version 0.04
      adds  d93da33   allow checksums throu our writefilter
      adds  22dae2b   sigh. release version 0.05
      adds  65a9b8e   Do not link against libz/liblzma if using not using a bundled libsolv
      adds  a5059e1   Make --ignoreignore only ignore ignores from the project config
      adds  68a061d   Fix off-by-one error in depsort
      adds  ead4ea5   Add preparehashes pool method to speed up the scheduler
      adds  e04ee75   Release version 0.06
      adds  36c2c25   Fix memory leak in preparehashes
      adds  d65c168   Initial commit of the source delta functions
      adds  ea9cc9a   Add magic_inode_increment for better compression of normalized cpio archives
      adds  4a8e369   Add rdonly support for the store
      adds  ea55bfd   Add special border processing
      adds  0d5343e   Remove border processing again
      adds  c2ce345   Code cleanup, get rid of expandobscpio_fd
      adds  a69a35f   Implement trailing zero support for cpio
      adds  edc8876   Code cleanup
      adds  41ff0c4   Release version 0.07
      adds  6258f03   Fix typo, rename obscpiostats to obscpiostorestats
      adds  3b5d99b   Release version 0.08
      adds  516f87f   Imported Upstream version 0.08
       new  dff5c70   Merge tag 'upstream/0.08'
       new  4d1f069   Update debian/changelog
       new  ce3f778   Declare compliance with Debian Policy 3.9.7
       new  b416f6e   Use all hardening flags
       new  ac2d887   Drop avoid-useless-dependency.patch, applied upstream
       new  5fed7ca   update changelog for release

The 6 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:
 BSSolv.pm                                          |    2 +-
 BSSolv.xs                                          | 2520 +++++++++++++++++++-
 META.yml                                           |    4 +-
 Makefile.PL                                        |    7 +-
 debian/changelog                                   |   13 +-
 debian/control                                     |    2 +-
 ...01_libsolv-dev-installs-to-multiarch-dest.patch |    2 +-
 debian/patches/avoid-useless-dependency.patch      |   15 -
 debian/patches/series                              |    1 -
 debian/rules                                       |    2 +
 dist/debian.changelog                              |   18 +
 dist/perl-BSSolv.changes                           |   18 +
 dist/perl-BSSolv.dsc                               |    2 +-
 dist/perl-BSSolv.spec                              |    6 +-
 14 files changed, 2558 insertions(+), 54 deletions(-)
 delete mode 100644 debian/patches/avoid-useless-dependency.patch

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



More information about the Pkg-perl-cvs-commits mailing list