gem2deb (1.4)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 1.5 > 1.4
- Git: https://salsa.debian.org/ruby-team/gem2deb.git
-
- Branch: master
- Path: debian/changelog
- Browser: https://salsa.debian.org/ruby-team/gem2deb
- Last scan: 2021-04-20 19:21:11+00
- Next scan: 2021-04-26 03:56:00+00
- CI pipeline status: success
- Debian changelog in Git:
gem2deb (1.5) UNRELEASED; urgency=medium
[ Debian Ruby Team ]
*
[ Daniel Leidert ]
* lib/gem2deb/dh_make_ruby.rb, lib/gem2deb/metadata.rb,
lib/gem2deb/dh_make_ruby/template/debian/copyright: Determine the
Upstream-Contact field in d/copyright using the email field in the gemspec
or a github URL.
* lib/gem2deb/dh_make_ruby/template/debian/watch: Add regex for matching the
sources on github.
* lib/gem2deb/dh_make_ruby/template/debian/upstream/metadata: Change fields.
(Bug-Submit): Point to the URL opening a new issue.
(Chaneglog): Use the releases page which contains the changelog.
-- Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org> Wed, 04 Nov 2020 13:00:38 +0100
- This branch is 6 commits ahead of tag 1.4
- Git log:
commit dd8936ca7bfba338b1c4e8cb53c261e03319a119
Author: Debian Janitor <janitor@jelmer.uk>
Date: Thu Nov 26 15:00:45 2020 +0000
Trim trailing whitespace.
Changes-By: lintian-brush
Fixes: lintian: trailing-whitespace
See-also: https://lintian.debian.org/tags/trailing-whitespace.html
commit 3979c195c4c7aebd8d527c783e06f747fcd6dac0
Author: Daniel Leidert <daniel.leidert@wgdd.de>
Date: Thu Nov 5 01:07:21 2020 +0100
Set the Upstream-Contact field in d/copyright
* lib/gem2deb/dh_make_ruby.rb, lib/gem2deb/metadata.rb,
lib/gem2deb/dh_make_ruby/template/debian/copyright: Determine the
Upstream-Contact field in d/copyright using the email field in the gemspec
or a github URL.
commit 7e6a6dcbbd69ba45a1fd20e8ca5cc9f9c213a774
Author: Daniel Leidert <daniel.leidert@wgdd.de>
Date: Thu Nov 5 01:04:36 2020 +0100
Further improve d/watch template
* lib/gem2deb/dh_make_ruby/template/debian/watch: Remove parenthesis around
version regex (already contains a pair of parenthesis). Also add the
missing path component.
commit a919980e6b9e29b9607a49b1463fbb3484653738
Author: Daniel Leidert <daniel.leidert@wgdd.de>
Date: Wed Nov 4 16:45:14 2020 +0100
Change defaults in the upstream metadata file
* lib/gem2deb/dh_make_ruby/template/debian/upstream/metadata: Change fields.
(Bug-Submit): Point to the URL opening a new issue.
(Chaneglog): Use the releases page which contains the changelog.
commit d27a96f19da87f3bd374338a545036b3caf35746
Author: Daniel Leidert <daniel.leidert@wgdd.de>
Date: Wed Nov 4 16:40:50 2020 +0100
Add pattern for github to template d/watch
* lib/gem2deb/dh_make_ruby/template/debian/watch: Add regex for matching the
sources on github.
commit a52db33fc218b5a3ff0df729b23ceb05a0d308b7
Author: Daniel Leidert <daniel.leidert@wgdd.de>
Date: Wed Nov 4 13:00:50 2020 +0100
gem2deb (1.5) UNRELEASED