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

Update packaging files

  * d/control: Add Rules-Requires-Root field.
    (Standards-Version): Bump to 4.6.0.
    (Build-Depends): Require ruby-activesupport >= 6.1 (closes: #996303).
    (Depends): Use ${ruby:Depends}.
  * d/copyright: Add Upstream-Contact field.
    (Copyright): Add team.
  * d/rules: Use gem installation layout.
  * d/watch: Update file.
  * d/upstream/metadata: Add Archive field.
parent 127ae29e
No related branches found
No related tags found
No related merge requests found
ruby-json-jwt (1.11.0-2) UNRELEASED; urgency=medium
[ Debian Janitor ]
* Bump debhelper from old 12 to 13.
* Update standards version to 4.5.1, no changes needed.
[ Daniel Leidert ]
* d/control: Add Rules-Requires-Root field.
(Standards-Version): Bump to 4.6.0.
(Build-Depends): Require ruby-activesupport >= 6.1 (closes: #996303).
(Depends): Use ${ruby:Depends}.
* d/copyright: Add Upstream-Contact field.
(Copyright): Add team.
* d/rules: Use gem installation layout.
* d/watch: Update file.
* d/upstream/metadata: Add Archive field.
-- Debian Janitor <janitor@jelmer.uk> Fri, 10 Sep 2021 10:09:38 -0000
ruby-json-jwt (1.11.0-1) unstable; urgency=medium
......
......@@ -6,26 +6,25 @@ Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13),
gem2deb,
rake,
ruby-activesupport,
ruby-bindata,
ruby-activesupport (>= 2:6.1),
ruby-aes-key-wrap,
ruby-bindata,
ruby-rspec,
ruby-rspec-its,
Standards-Version: 4.5.1
ruby-rspec-its
Standards-Version: 4.6.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-json-jwt.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-json-jwt
Homepage: https://github.com/nov/json-jwt
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no
Package: ruby-json-jwt
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
ruby-activesupport,
ruby-bindata,
ruby-aes-key-wrap,
Depends: ruby-activesupport (>= 2:4.2),
${misc:Depends},
${ruby:Depends},
${shlibs:Depends}
Description: JSON Web Token and its family in Ruby
JSON Web Token and its family (JSON Web Signature, JSON Web
......
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: json-jwt
Upstream-Contact: https://github.com/nov/json-jwt/issues
Source: http://rubygems.org/gems/json-jwt
Files: *
......@@ -8,6 +9,7 @@ License: Expat
Files: debian/*
Copyright: 2016 Pirate Praveen <praveen@debian.org>
2021 Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
License: Expat
License: Expat
......
#!/usr/bin/make -f
export GEM2DEB_TEST_RUNNER = --check-dependencies
export DH_RUBY = --gem-install
%:
dh $@ --buildsystem=ruby --with ruby
---
Archive: GitHub
Bug-Database: https://github.com/nov/json-jwt/issues
Bug-Submit: https://github.com/nov/json-jwt/issues/new
Repository: https://github.com/nov/json-jwt.git
......
version=4
opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%json-jwt-$1.tar.gz%" \
https://github.com/nov/json-jwt/tags \
(?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate
opts=uversionmangle=s/[_.+-]?(rc|pre|dev|beta|alpha|b|a)/~$1/i,\
filenamemangle=s%v?@ANY_VERSION@(@ARCHIVE_EXT@)%@PACKAGE@-$1$2% \
https://github.com/nov/json-jwt/tags .*/v?@ANY_VERSION@@ARCHIVE_EXT@
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