[libcrypt-ecb-perl] branch master updated (b9f5d5c -> 23ad946)

Florian Schlichting fsfs at moszumanska.debian.org
Sun May 1 21:03:51 UTC 2016


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

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

      from  b9f5d5c   update changelog
       new  9b1e093   Add debian/upstream/metadata
       new  4db411b   Update debian/changelog
      adds  b17a0f4   Imported Upstream version 2.15
       new  2abaa50   Merge tag 'upstream/2.15'
       new  a610cb8   Update debian/changelog
       new  9ef6d36   update upstream metadata
       new  dca99eb   Drop use-standard-tests.patch, applied upstream
       new  da3b342   Ship README with UPGRADING info as well as README.XTEA in docs
       new  0a23d75   Ship ecb.pl in examples
       new  32c28d4   Update upstream copyright years, switch license to Artistic
       new  1c7ae94   Bump dh compat to level 9
       new  8abcc32   Declare compliance with Debian Policy 3.9.8
       new  1ccda54   Mark package autopkgtest-able
       new  883517c   prepare changelog for release
       new  23ad946   drop extra changelog lines

The 14 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:
 CHANGES                                 |  50 +-
 COPYING                                 | 280 ---------
 ECB.pm                                  | 990 ++++++++++++++++----------------
 MANIFEST                                |  30 +-
 META.json                               |  41 ++
 META.yml                                |  30 +-
 Makefile.PL                             |  12 +-
 README                                  |  43 +-
 README.XTEA                             |  10 +
 debian/changelog                        |  17 +-
 debian/compat                           |   2 +-
 debian/control                          |   6 +-
 debian/copyright                        |  11 +-
 debian/libcrypt-ecb-perl.docs           |   3 +
 debian/libcrypt-ecb-perl.examples       |   1 +
 debian/patches/series                   |   1 -
 debian/patches/use-standard-tests.patch | 460 ---------------
 debian/upstream/metadata                |   4 +
 eg/ecb.pl                               |  85 +++
 patches/XTEA-0.0107.patch               |  15 +
 patches/XTEA_PP-0.0106.patch            |  15 +
 t/10-encryption.t                       |  49 --
 t/10-options.t                          |  51 ++
 t/15-sanity.t                           |  74 +++
 t/20-decryption.t                       |  49 --
 t/20-encryption.t                       |  23 +
 t/25-decryption.t                       |  23 +
 t/30-padding.t                          |  66 +--
 t/35-padding-custom.t                   |  45 ++
 t/40-padding-substr.t                   |  33 ++
 t/40-substr.t                           |  52 --
 t/50-caching.t                          |  59 --
 t/50-padding-blocksize.t                |  53 ++
 t/60-null.t                             |  30 +
 t/60-nullblock-1.t                      |  50 --
 t/65-nullblock-2.t                      |  50 --
 t/65-nullblock.t                        |  31 +
 t/70-funcstyle.t                        |  74 +--
 t/75-funcstyle-null.t                   |  37 ++
 t/75-funcstyle-nullblock.t              |  57 --
 t/80-xtea.t                             |  56 ++
 t/90-keychange.t                        |  27 +
 t/Crypt/Dummy.pm                        |  45 ++
 t/Testdata.pm                           |  62 ++
 test.pl                                 |  25 -
 45 files changed, 1467 insertions(+), 1760 deletions(-)
 delete mode 100755 COPYING
 create mode 100644 META.json
 mode change 100755 => 100644 Makefile.PL
 create mode 100755 README.XTEA
 create mode 100644 debian/libcrypt-ecb-perl.docs
 create mode 100644 debian/libcrypt-ecb-perl.examples
 delete mode 100644 debian/patches/series
 delete mode 100644 debian/patches/use-standard-tests.patch
 create mode 100644 debian/upstream/metadata
 create mode 100755 eg/ecb.pl
 create mode 100755 patches/XTEA-0.0107.patch
 create mode 100755 patches/XTEA_PP-0.0106.patch
 delete mode 100755 t/10-encryption.t
 create mode 100755 t/10-options.t
 create mode 100755 t/15-sanity.t
 delete mode 100755 t/20-decryption.t
 create mode 100755 t/20-encryption.t
 create mode 100755 t/25-decryption.t
 create mode 100755 t/35-padding-custom.t
 create mode 100755 t/40-padding-substr.t
 delete mode 100755 t/40-substr.t
 delete mode 100755 t/50-caching.t
 create mode 100755 t/50-padding-blocksize.t
 create mode 100755 t/60-null.t
 delete mode 100755 t/60-nullblock-1.t
 delete mode 100755 t/65-nullblock-2.t
 create mode 100755 t/65-nullblock.t
 create mode 100755 t/75-funcstyle-null.t
 delete mode 100755 t/75-funcstyle-nullblock.t
 create mode 100755 t/80-xtea.t
 create mode 100755 t/90-keychange.t
 create mode 100755 t/Crypt/Dummy.pm
 create mode 100755 t/Testdata.pm
 delete mode 100755 test.pl

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



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