[libdata-random-perl] branch master updated (c153962 -> 0a4301b)

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Sat Jul 25 16:18:32 UTC 2015


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

kanashiro-guest pushed a change to branch master
in repository libdata-random-perl.

      from  c153962   update changelog
       new  f6a1697   Add debian/upstream/metadata
       new  a048176   Update debian/changelog
      adds  e69e515   initial import of Data-Random 0.01 from CPAN
      adds  f0024de   import Data-Random 0.02 from CPAN
      adds  ea7fa7d   import Data-Random 0.03 from CPAN
      adds  67910fa   import Data-Random 0.04 from CPAN
      adds  e2826db   import Data-Random 0.05 from CPAN
      adds  d69abec   updating and rearranging for more modern packaging
      adds  da0fbc1   standardizing whitespace
      adds  7bfd715   make "make manifest" work
      adds  6901a56   fixed bug where .. was spuriously being added to @INC
      adds  451e6e0   packaging for CPAN: 0.05_01
      adds  6a847ba   fixed the bug that kept install from working properly
      adds  f703525   added POD tests and then made them pass
      adds  28d8c61   cleaned up POD; added maintainer info
      adds  242fe2b   packaging for CPAN: 0.05_02
      adds  3e6dd2e   reworked rand_time() test file
      adds  be8339d   packaging for CPAN: 0.05_03
      adds  66e47ae   fixing a bug which was causing CPAN Tester failures
      adds  a403960   packaging for CPAN: 0.05_04
      adds  786c661   another try at eliminating CPAN Tester failures
      adds  7feae34   packaging for CPAN: 0.05_05
      adds  3e7dc58   packaging for CPAN: 0.06
      adds  29bfb58   packaging for CPAN: 0.06_01
      adds  48e2f46   packaging for CPAN: 0.06_02
      adds  046c5d6   packaging for CPAN: 0.07
      adds  ee3c31f   packaging for CPAN: 0.07_001
      adds  c49be3a   packaging for CPAN: 0.08
      adds  49a5e9d   packaging for CPAN: 0.09
      adds  0868ce3   rand_chars() will return a string when called in scalar context
      adds  d8684c4   Reformatted as per CPAN::Changes::Spec
      adds  e0e947b   Merge pull request #2 from neilbowers/master
      adds  d2f3f0b   packaging for CPAN: 0.09_01
      adds  d36b87a   packaging for CPAN: 0.10
      adds  c5b20fc   stop MYMETA.* from showing up (RT/89174)
      adds  8301563   packaging for CPAN: 0.11
      adds  6c792dc   Ported Data::Random to use Time::Piece
      adds  820a92c   Ported tests to Time::Piece
      adds  b906ca2   Improved test files to use File::Temp
      adds  2049fcf   Small dist improvements
      adds  ff79662   Merge pull request #3 from mbeijen/distimp
      adds  8c9a337   Fix unit tests after port to Time::Piece
      adds  88b81cb   Merge pull request #4 from mbeijen/test_fix
      adds  c67887d   fix for RT/100995 (thx jrosenboom)
      adds  d989bb0   packaging for CPAN: 0.11_2
      adds  1deac82   fixing rand_datetime on Win32 using Time::Piece
      adds  4ac0bc3   require Time::Piece 1.16 because it has add_year()
      adds  9404d29   Merge pull request #5 from mbeijen/fix_dev_release
      adds  fc1bea7   packaging for CPAN: 0.11_3
      adds  519e35b   packaging for CPAN: 0.12
      adds  7644ead   Imported Upstream version 0.12
       new  e4f14e8   Merge tag 'upstream/0.12'
       new  320a576   Update debian/changelog
       new  b05a19d   d/changelog: fix information generated by dpt
       new  2c785c5   Declare compliance with Debian Policy 3.9.6
       new  00bb09b   Add autopkgtest
       new  704d5b9   Set debhelper >= 9
       new  b79c42a   Update long description (silence lintian)
       new  0a4301b   release libdata-random-perl 0.12-1 to unstable

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:
 Changes                     |  11 +++
 META.json                   |   7 +-
 Makefile.PL                 |   5 +-
 README                      |   4 +-
 README.linux.words          |   0
 README2.linux.words         |   0
 debian/changelog            |  16 +++-
 debian/compat               |   2 +-
 debian/control              |  37 ++++----
 debian/upstream/metadata    |   5 +
 lib/Data/Random.pm          | 162 +++++++++++++-------------------
 lib/Data/Random/WordList.pm |  12 ++-
 t/rand_chars.t              |   8 +-
 t/rand_date.t               | 194 ++++++++++++++------------------------
 t/rand_datetime.t           | 222 ++++++++++++++------------------------------
 t/rand_enum.t               |  12 +--
 t/rand_image.t              |  23 ++---
 t/rand_set.t                |   8 +-
 t/rand_time.t               |   5 +-
 t/rand_words.t              |  20 ++--
 20 files changed, 299 insertions(+), 454 deletions(-)
 mode change 100755 => 100644 Makefile.PL
 mode change 100755 => 100644 README.linux.words
 mode change 100755 => 100644 README2.linux.words
 create mode 100644 debian/upstream/metadata
 mode change 100755 => 100644 t/rand_chars.t
 mode change 100755 => 100644 t/rand_date.t
 mode change 100755 => 100644 t/rand_datetime.t
 mode change 100755 => 100644 t/rand_enum.t
 mode change 100755 => 100644 t/rand_image.t
 mode change 100755 => 100644 t/rand_set.t
 mode change 100755 => 100644 t/rand_time.t
 mode change 100755 => 100644 t/rand_words.t

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



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