Skip to content
Snippets Groups Projects
Verified Commit e15ee7c2 authored by Daniel Leidert's avatar Daniel Leidert :point_right:
Browse files

Update packaging files

  * d/control (Standards-Version): Bump to 4.6.0.
    (Build-Depends): Bump to ruby-activerecord >= 2:6.1 (closes: #996119).
    (Depends): Add ${ruby:Depends}.
  * d/copyright: Add Upstream-Contact field.
    (Copyright): Add team.
  * d/rules: Use gem installation layout and install changelog.
  * d/upstream/metadata: Add Archive and Changelog fields.
parent ea469268
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,13 @@ ruby-activerecord-nulldb-adapter (0.8.0-1) UNRELEASED; urgency=medium
Rules-Requires-Root).
[ Daniel Leidert ]
*
* d/control (Standards-Version): Bump to 4.6.0.
(Build-Depends): Bump to ruby-activerecord >= 2:6.1 (closes: #996119).
(Depends): Add ${ruby:Depends}.
* d/copyright: Add Upstream-Contact field.
(Copyright): Add team.
* d/rules: Use gem installation layout and install changelog.
* d/upstream/metadata: Add Archive and Changelog fields.
-- Daniel Leidert <dleidert@debian.org> Sun, 21 Nov 2021 02:29:32 +0100
......
......@@ -5,9 +5,9 @@ Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.or
Uploaders: Cédric Boutillier <boutil@debian.org>
Build-Depends: debhelper-compat (= 13),
gem2deb,
ruby-activerecord,
ruby-activerecord (>= 2:6.1),
ruby-rspec
Standards-Version: 4.5.1
Standards-Version: 4.6.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-activerecord-nulldb-adapter.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-activerecord-nulldb-adapter
Homepage: https://github.com/nulldb/nulldb
......@@ -18,8 +18,9 @@ Rules-Requires-Root: no
Package: ruby-activerecord-nulldb-adapter
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby-activerecord,
Depends: ruby-activerecord (>= 2:5.2.0),
${misc:Depends},
${ruby:Depends},
${shlibs:Depends}
Description: ActiveRecord database adapters based on the Null Object pattern
NullDB provides a database backend for Ruby ActiveRecord that translates
......
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: activerecord-nulldb-adapter
Upstream-Contact: https://github.com/nulldb/nulldb/issues
Source: https://github.com/nulldb/nulldb
Files: *
......@@ -8,8 +9,9 @@ License: Expat
Files: debian/*
Copyright: 2014 Cédric Boutillier <boutil@debian.org>
2021 Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
License: Expat
Comment: the Debian packaging is licensed under the same terms as the original package.
Comment: The Debian packaging is licensed under the same terms as the source.
License: Expat
Permission is hereby granted, free of charge, to any person obtaining a copy
......
#!/usr/bin/make -f
#export DH_VERBOSE=1
#
# Uncomment to ignore all test failures (but the tests will run anyway)
#export DH_RUBY_IGNORE_TESTS=all
#
# Uncomment to ignore some test failures (but the tests will run anyway).
# Valid values:
#export DH_RUBY_IGNORE_TESTS=ruby2.1 require-rubygems
#
# If you need to specify the .gemspec (eg there is more than one)
#export DH_RUBY_GEMSPEC=gem.gemspec
export GEM2DEB_TEST_RUNNER = --check-dependencies
export DH_RUBY = --gem-install
%:
dh $@ --buildsystem=ruby --with ruby
override_dh_installchangelogs:
dh_installchangelogs CHANGES.md -O--buildsystem=ruby
---
Archive: GitHub
Bug-Database: https://github.com/nulldb/nulldb/issues
Bug-Submit: https://github.com/nulldb/nulldb/issues/new
Changelog: https://github.com/nulldb/nulldb/blob/master/CHANGES.md
Repository: https://github.com/nulldb/nulldb.git
Repository-Browse: https://github.com/nulldb/nulldb
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment