File: control

package info (click to toggle)
ruby-git-bump 1.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 80 kB
  • sloc: ruby: 244; makefile: 7
file content (35 lines) | stat: -rw-r--r-- 1,088 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Source: ruby-git-bump
Section: ruby
Priority: optional
Maintainer: Andrej Shadura <andrewsh@debian.org>
Uploaders: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-single-binary,
 dh-sequence-ruby,
 ruby-thor,
Standards-Version: 4.6.0
Vcs-Git: https://salsa.debian.org/debian/git-bump.git
Vcs-Browser: https://salsa.debian.org/debian/git-bump
Homepage: https://tpo.pe/git-bump
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: git-bump
Provides: ruby-git-bump
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends:
 ${misc:Depends},
 ${ruby:Depends},
 ${shlibs:Depends},
Description: create Git release commits and tags with changelogs
 git-bump automates the best practices for doing releases for
 code bases stored in Git:
 .
  * Update version-related minutiae in the code base.
  * Commit with a message like projectname 1.2.3.
  * Create a signed, annotated tag with the same message with a name like
    v1.2.3.
  * Include release notes in the release commit.