~ubuntu-branches/ubuntu/precise/libdata-entropy-perl/precise

« back to all changes in this revision

Viewing changes to META.json

  • Committer: Bazaar Package Importer
  • Author(s): Jotam Jr. Trejo
  • Date: 2011-05-08 16:44:11 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20110508164411-te8qgrv79zsowhwa
Tags: 0.007-1
* New upstream release
* debian/rules: refresh, use tiny dh7 now
* debian/copyright: refresh according to DEP 5 revision 135, also
  update Ivan Kohler email
* debian/control: drop useless versioned perl dependency
* Switch to source format 3.0 (quilt)
* debian/control: bump Standards Version to 3.9.2
* debian/control: add libtest-pod-perl, libtest-pod-coverage-perl and
  libhttp-lite-perl to B-D-I, needed by some tests
* debian/control: remove libwww-perl from dependencies, upstream use
  HTTP::Lite instead of LWP now
* Add myself to Uploaders and Copyright
* Bump DH compat level to 8

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
   "abstract" : "entropy (randomness) management",
 
3
   "author" : [
 
4
      "Andrew Main (Zefram) <zefram@fysh.org>"
 
5
   ],
 
6
   "dynamic_config" : 0,
 
7
   "generated_by" : "Module::Build version 0.38, CPAN::Meta::Converter version 2.110580",
 
8
   "license" : [
 
9
      "perl_5"
 
10
   ],
 
11
   "meta-spec" : {
 
12
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
 
13
      "version" : "2"
 
14
   },
 
15
   "name" : "Data-Entropy",
 
16
   "prereqs" : {
 
17
      "build" : {
 
18
         "requires" : {
 
19
            "Crypt::Rijndael" : 0,
 
20
            "Data::Float" : "0.008",
 
21
            "IO::File" : "1.03",
 
22
            "Module::Build" : 0,
 
23
            "Test::More" : 0,
 
24
            "constant" : 0,
 
25
            "perl" : "5.006",
 
26
            "strict" : 0,
 
27
            "warnings" : 0
 
28
         }
 
29
      },
 
30
      "configure" : {
 
31
         "requires" : {
 
32
            "Module::Build" : 0,
 
33
            "perl" : "5.006",
 
34
            "strict" : 0,
 
35
            "warnings" : 0
 
36
         }
 
37
      },
 
38
      "runtime" : {
 
39
         "conflicts" : {
 
40
            "Math::BigInt" : 0,
 
41
            "Math::BigRat" : 0
 
42
         },
 
43
         "requires" : {
 
44
            "Carp" : 0,
 
45
            "Crypt::Rijndael" : 0,
 
46
            "Data::Float" : "0.008",
 
47
            "Errno" : "1.00",
 
48
            "Exporter" : 0,
 
49
            "HTTP::Lite" : "2.2",
 
50
            "IO::File" : "1.03",
 
51
            "Params::Classify" : 0,
 
52
            "constant" : 0,
 
53
            "integer" : 0,
 
54
            "parent" : 0,
 
55
            "perl" : "5.006",
 
56
            "strict" : 0,
 
57
            "warnings" : 0
 
58
         }
 
59
      }
 
60
   },
 
61
   "provides" : {
 
62
      "Data::Entropy" : {
 
63
         "file" : "lib/Data/Entropy.pm",
 
64
         "version" : "0.007"
 
65
      },
 
66
      "Data::Entropy::Algorithms" : {
 
67
         "file" : "lib/Data/Entropy/Algorithms.pm",
 
68
         "version" : "0.007"
 
69
      },
 
70
      "Data::Entropy::RawSource::CryptCounter" : {
 
71
         "file" : "lib/Data/Entropy/RawSource/CryptCounter.pm",
 
72
         "version" : "0.007"
 
73
      },
 
74
      "Data::Entropy::RawSource::Local" : {
 
75
         "file" : "lib/Data/Entropy/RawSource/Local.pm",
 
76
         "version" : "0.007"
 
77
      },
 
78
      "Data::Entropy::RawSource::RandomOrg" : {
 
79
         "file" : "lib/Data/Entropy/RawSource/RandomOrg.pm",
 
80
         "version" : "0.007"
 
81
      },
 
82
      "Data::Entropy::RawSource::RandomnumbersInfo" : {
 
83
         "file" : "lib/Data/Entropy/RawSource/RandomnumbersInfo.pm",
 
84
         "version" : "0.007"
 
85
      },
 
86
      "Data::Entropy::Source" : {
 
87
         "file" : "lib/Data/Entropy/Source.pm",
 
88
         "version" : "0.007"
 
89
      }
 
90
   },
 
91
   "release_status" : "stable",
 
92
   "resources" : {
 
93
      "license" : [
 
94
         "http://dev.perl.org/licenses/"
 
95
      ]
 
96
   },
 
97
   "version" : "0.007"
 
98
}