Codebase list ruby-maxmind-db / debian/1.0.0-0kali1
Initial release Sophie Brun 5 years ago
8 changed file(s) with 94 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 ruby-maxmind-db (1.0.0-0kali1) kali-dev; urgency=medium
1
2 * Initial release
3
4 -- Sophie Brun <[email protected]> Thu, 07 Mar 2019 09:04:49 +0100
0 Source: ruby-maxmind-db
1 Section: ruby
2 Priority: optional
3 Maintainer: Kali Developers <[email protected]>
4 Uploaders: Sophie Brun <[email protected]>
5 Build-Depends: debhelper-compat (= 12),
6 gem2deb,
7 rake
8 Standards-Version: 4.3.0
9 Vcs-Git: git://git.kali.org/packages/ruby-maxmind-db.git
10 Vcs-Browser: http://git.kali.org/gitweb/?p=packages/ruby-maxmind-db.git;a=summary
11 Homepage: https://github.com/maxmind/MaxMind-DB-Reader-ruby
12 Testsuite: autopkgtest-pkg-ruby
13 XS-Ruby-Versions: all
14 Rules-Requires-Root: no
15
16 Package: ruby-maxmind-db
17 Architecture: all
18 XB-Ruby-Versions: ${ruby:Versions}
19 Depends: ruby | ruby-interpreter,
20 ${misc:Depends},
21 ${shlibs:Depends}
22 Description: Gem for reading MaxMind DB files
23 This package contains a gem for reading MaxMind DB files. MaxMind DB is a
24 binary file format that stores data indexed by IP address subnets (IPv4 or
25 IPv6).
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: maxmind-db
2 Source: https://github.com/maxmind/MaxMind-DB-Reader-ruby
3
4 Files: *
5 Copyright: 2018 - 2019 by MaxMind, Inc.
6 License: Apache-2.0 or MIT
7
8 Files: debian/*
9 Copyright: 2019 Sophie Brun <[email protected]>
10 License: Apache-2.0 or MIT
11
12 License: Apache-2.0
13 Licensed under the Apache License, Version 2.0 (the "License");
14 you may not use this file except in compliance with the License.
15 You may obtain a copy of the License at
16 .
17 http://www.apache.org/licenses/LICENSE-2.0
18 .
19 Unless required by applicable law or agreed to in writing, software
20 distributed under the License is distributed on an "AS IS" BASIS,
21 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
22 See the License for the specific language governing permissions and
23 limitations under the License.
24 .
25 On Debian systems, the complete text of the Apache License version 2.0
26 can be found in "/usr/share/common-licenses/Apache-2.0".
27
28 License: MIT
29 Permission is hereby granted, free of charge, to any person obtaining a copy
30 of this software and associated documentation files (the "Software"), to deal
31 in the Software without restriction, including without limitation the rights
32 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
33 copies of the Software, and to permit persons to whom the Software is
34 furnished to do so, subject to the following conditions:
35 .
36 The above copyright notice and this permission notice shall be included in
37 all copies or substantial portions of the Software.
38 .
39 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
40 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
41 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
42 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
43 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
44 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
45 THE SOFTWARE.
0 README.dev.md
1 README.md
0 require 'gem2deb/rake/testtask'
1
2 Gem2Deb::Rake::TestTask.new do |t|
3 t.libs = ['test']
4 t.test_files = FileList['test/**/*_test.rb'] + FileList['test/**/test_*.rb']
5 end
0 #!/usr/bin/make -f
1
2 export GEM2DEB_TEST_RUNNER = --check-dependencies
3
4 %:
5 dh $@ --buildsystem=ruby --with ruby
0 3.0 (quilt)
0 version=3
1 https://gemwatch.debian.net/maxmind-db .*/maxmind-db-(.*).tar.gz