diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 12 | ||||
| -rw-r--r-- | debian/control | 8 | ||||
| -rw-r--r-- | debian/gbp.conf | 4 | ||||
| -rw-r--r-- | debian/salsa-ci.yml | 3 | ||||
| -rw-r--r-- | debian/watch | 4 |
5 files changed, 22 insertions, 9 deletions
diff --git a/debian/changelog b/debian/changelog index 34d72e8..9f74804 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +ruby-stud (0.0.23-1) unstable; urgency=medium + + * Team upload. + * Use gemwatch.debian.net in watch. + * New upstream release. + * Drop {XS,XB}-Ruby-Versions from control. + * Use ${ruby:Depends} for runtime dependencies. + * Update Standards-Version to 4.7.2, no changes needed. + * Update debhelper-compat to 13, no changes needed. + + -- Simon Quigley <tsimonq2@debian.org> Thu, 13 Nov 2025 11:37:31 -0600 + ruby-stud (0.0.22-2) unstable; urgency=medium * Team upload. diff --git a/debian/control b/debian/control index 8567208..4167daa 100644 --- a/debian/control +++ b/debian/control @@ -3,20 +3,18 @@ Section: ruby Priority: optional Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org> Uploaders: Tim Potter <tpot@hp.com> -Build-Depends: debhelper-compat (= 12), +Build-Depends: debhelper-compat (= 13), gem2deb, ruby-insist, ruby-rspec -Standards-Version: 3.9.8 +Standards-Version: 4.7.2 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-stud.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-stud Homepage: https://github.com/jordansissel/ruby-stud -XS-Ruby-Versions: all Package: ruby-stud Architecture: all -XB-Ruby-Versions: ${ruby:Versions} -Depends: ruby:any | ruby-interpreter, +Depends: ${ruby:Depends}, ${misc:Depends}, ${shlibs:Depends} Description: reusable common code to enhance Ruby's stdlib library diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..6b65fe0 --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,4 @@ +[DEFAULT] +debian-branch = debian/latest +upstream-branch = upstream/latest +pristine-tar = True diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml index 33c3a64..7b5d2f7 100644 --- a/debian/salsa-ci.yml +++ b/debian/salsa-ci.yml @@ -1,4 +1,3 @@ --- include: - - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml - - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml + - https://salsa.debian.org/ruby-team/meta/raw/master/salsa-ci.yml diff --git a/debian/watch b/debian/watch index cc14c5e..8ae074e 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ -version=3 -https://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/stud .*/stud-(.*).tar.gz +version=4 +https://gemwatch.debian.net/stud .*/stud-(.*).tar.gz |
