diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 17 | ||||
| -rw-r--r-- | debian/control | 4 | ||||
| -rw-r--r-- | debian/gbp.conf | 4 | ||||
| -rw-r--r-- | debian/salsa-ci.yml | 3 | ||||
| -rw-r--r-- | debian/watch | 9 |
5 files changed, 28 insertions, 9 deletions
diff --git a/debian/changelog b/debian/changelog index 3d3048d..3c84643 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,20 @@ +ruby-immutable-ruby (0.2.0-1) unstable; urgency=medium + + * Team upload. + + [ Lucas Nussbaum ] + * debian/gbp.conf: Add for DEP-14 + * debian/gbp.conf: remove trailing empty lines + * debian/salsa-ci.yml: use team-specific include + + [ Simon Quigley ] + * Upgrade the watch file to version 5. + * New upstream release. + * Update Standards-Version to 4.7.3. + * Drop Rules-Requires-Root field, it is now redundant. + + -- Simon Quigley <tsimonq2@debian.org> Tue, 03 Mar 2026 11:38:55 -0600 + ruby-immutable-ruby (0.1.0-2) unstable; urgency=medium * Team upload diff --git a/debian/control b/debian/control index ec5f013..6126492 100644 --- a/debian/control +++ b/debian/control @@ -1,6 +1,5 @@ Source: ruby-immutable-ruby Section: ruby -Priority: optional Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org> Uploaders: Cédric Boutillier <boutil@debian.org> Build-Depends: debhelper-compat (= 13), @@ -8,12 +7,11 @@ Build-Depends: debhelper-compat (= 13), ruby-concurrent (>= 1.1), ruby-rspec, ruby-sorted-set (>= 1.0) -Standards-Version: 4.6.1 +Standards-Version: 4.7.3 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-immutable-ruby.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-immutable-ruby Homepage: https://github.com/immutable-ruby/immutable-ruby Testsuite: autopkgtest-pkg-ruby -Rules-Requires-Root: no Package: ruby-immutable-ruby Architecture: all 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 07b48a3..c5347ee 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,5 @@ -version=4 -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/immutable-ruby/immutable-ruby/tags .*/v?@ANY_VERSION@@ARCHIVE_EXT@ +Version: 5 +Template: GitHub +Owner: immutable-ruby +Project: immutable-ruby +Uversion-Mangle: auto |
