Debian Package Tracker
Register | Log in
Subscribe

gem2deb

Debian Ruby packaging suite

Choose email to subscribe with

general
  • source: gem2deb (main)
  • version: 2.2.5
  • maintainer: Debian Ruby Team (archive) (DMD)
  • uploaders: Lucas Nussbaum [DMD] – Georg Faerber [DMD] – Gunnar Wolf [DMD] – Cédric Boutillier [DMD] – Antonio Terceiro [DMD] – Lucas Kanashiro [DMD]
  • arch: any
  • std-ver: 4.7.0
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • o-o-stable: 0.43
  • oldstable: 1.4
  • old-bpo: 2.1~bpo11+1
  • stable: 2.1
  • testing: 2.2.5
  • unstable: 2.2.5
versioned links
  • 0.43: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1.4: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 2.1~bpo11+1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 2.1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 2.2.5: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • gem2deb (18 bugs: 0, 4, 14, 0)
  • gem2deb-test-runner (2 bugs: 0, 1, 1, 0)
action needed
Fails to build during reproducibility testing normal
A package building reproducibly enables third parties to verify that the source matches the distributed binaries. It has been identified that this source package produced different results, failed to build or had other issues in a test environment. Please read about how to improve the situation!
Created: 2023-10-23 Last update: 2025-05-18 23:00
14 new commits since last upload, is it time to release? normal
vcswatch reports that this package seems to have new commits in its VCS but has not yet updated debian/changelog. You should consider updating the Debian changelog and uploading this new version into the archive.

Here are the relevant commit logs:
commit a876ac5ffbea78a42de115d4c72aa56ac53a49b6
Author: Antonio Terceiro <terceiro@debian.org>
Date:   Mon Feb 10 19:17:47 2025 -0300

    Depends: bump debhelper-compat to (= 13)

commit e04948e8e30db0efbabb65aec5366fc411388a92
Author: Antonio Terceiro <terceiro@debian.org>
Date:   Mon Feb 10 19:16:38 2025 -0300

    Build-Depends: mark everything other than debhelper as <!nocheck>
    
    The only package really needed to build the package is debhelper.
    Everything else is there just to run the tests, and is not needed when
    not running tests (e.g. when crossbuilding)
    
    Closes: Bug#1095592

commit e0ea0344ec2eb9d61a5f297715808ceb6b9ae3c6
Author: Antonio Terceiro <terceiro@debian.org>
Date:   Mon Feb 10 19:09:05 2025 -0300

    debian/rules: move test targets under override_dh_auto_test
    
    This saves us from having to handle nocheck manually, as debhelper
    already does that for us.

commit d32dab46847c46f6b648a7ac7d2f022e044136a2
Merge: 890e65c ba15525
Author: Antonio Terceiro <terceiro@debian.org>
Date:   Thu Jan 30 16:33:18 2025 +0000

    Merge branch 'master' into 'master'
    
    Ignore mentioned tests entirely if DH_RUBY_IGNORE_TESTS is set
    
    See merge request ruby-team/gem2deb!16

commit ba15525188a2de0085a4c8b0b7ba28c102c4c62b
Author: Ananthu C V <weepingclown@disroot.org>
Date:   Thu Jan 30 21:40:59 2025 +0530

    Add question mark to method name end for consistency

commit ef4ca3e99ed969ca0393b3b656bd0d75888d3c25
Author: Ananthu C V <weepingclown@disroot.org>
Date:   Wed Jan 29 22:37:35 2025 +0530

    Remove unused code for handling test failures when DH_RUBY_IGNORE_TESTS is set

commit 195773f596104973e21d786182dcf0e6904d7aa8
Author: Ananthu C V <weepingclown@disroot.org>
Date:   Wed Jan 29 22:32:12 2025 +0530

    Ignore mentioned tests entirely if DH_RUBY_IGNORE_TESTS is set (Closes: #1094649)
    
    Currently the dh_ruby takes this env variable, still runs the
    specified test, and then ignores the test errors. The new
    behaviour would not run the mentioned test at all.

commit 890e65c8a45b4695e28eb88f4f836ab3bd6695cf
Author: Antonio Terceiro <terceiro@debian.org>
Date:   Wed Jan 29 17:48:04 2025 +0100

    debian/copyright: update copyright statement
    
    Closes: #971553

commit 578561a77cf7870ba55e68f204a1cf4de2bb0969
Author: Antonio Terceiro <terceiro@debian.org>
Date:   Wed Jan 29 17:37:02 2025 +0100

    Gem2Deb::Source: handle debian/control according to deb822
    
    Field names are not supposed to be case-sentive
    
    Closes: #1064462

commit db8cfe8c89977d3b506ecc87ac6a4b4b7d61e9c8
Author: Antonio Terceiro <terceiro@debian.org>
Date:   Wed Jan 29 17:23:22 2025 +0100

    dh-make-ruby: generate build dependency on current gem2deb version
    
    This way, by default we assume that a package generated by a gem2deb
    needs at least that same version to build.
    
    Closes: #1036126

commit 5e295b36c8f6d75ead84cafe3882e20fe88261e3
Author: Antonio Terceiro <terceiro@debian.org>
Date:   Wed Jan 29 17:22:54 2025 +0100

    activate.bash: use absolute location of source

commit e625887de44a6b9bfcd971221011a362ef712e90
Author: Antonio Terceiro <terceiro@debian.org>
Date:   Wed Jan 29 16:19:57 2025 +0100

    autopkgtest: reproducible-extensions: use debrepro instead of reprotest
    
    python3-debian needs to be added for it because wrap-and-sort needs it.
    It was previously being installe implicitly as a dependency of
    reprotest.

commit bd840f082e793e509682a0eb04f8a8fd9748c763
Author: Antonio Terceiro <terceiro@debian.org>
Date:   Wed Jan 29 15:59:18 2025 +0100

    Demote devscripts from Depends: to Recommmends:

commit 592ea0372b9fa2641a253100d462a574ef180eaf
Author: Antonio Terceiro <terceiro@debian.org>
Date:   Wed Jan 29 11:08:17 2025 +0100

    dh-make-ruby: Standards-Version: get latest debian-policy version
Created: 2025-01-29 Last update: 2025-05-15 06:00
lintian reports 1 warning normal
Lintian reports 1 warning about this package. You should make the package lintian clean getting rid of them.
Created: 2023-10-20 Last update: 2023-10-20 13:02
Standards version of the package is outdated. wishlist
The package should be updated to follow the last version of Debian Policy (Standards-Version 4.7.2 instead of 4.7.0).
Created: 2025-02-21 Last update: 2025-02-27 13:24
news
[rss feed]
  • [2024-11-16] gem2deb 2.2.5 MIGRATED to testing (Debian testing watch)
  • [2024-11-13] Accepted gem2deb 2.2.5 (source) into unstable (Antonio Terceiro)
  • [2024-07-07] gem2deb 2.2.4 MIGRATED to testing (Debian testing watch)
  • [2024-07-03] Accepted gem2deb 2.2.4 (source) into unstable (Antonio Terceiro)
  • [2024-04-12] gem2deb 2.2.3 MIGRATED to testing (Debian testing watch)
  • [2024-04-08] Accepted gem2deb 2.2.3 (source) into unstable (Antonio Terceiro)
  • [2024-02-22] gem2deb 2.2.2 MIGRATED to testing (Debian testing watch)
  • [2024-02-22] gem2deb 2.2.2 MIGRATED to testing (Debian testing watch)
  • [2024-02-19] Accepted gem2deb 2.2.2 (source) into unstable (Lucas Kanashiro)
  • [2023-12-24] gem2deb 2.2.1 MIGRATED to testing (Debian testing watch)
  • [2023-12-21] Accepted gem2deb 2.2.1 (source) into unstable (Antonio Terceiro)
  • [2023-10-23] gem2deb 2.2 MIGRATED to testing (Debian testing watch)
  • [2023-10-19] Accepted gem2deb 2.2 (source) into unstable (Antonio Terceiro)
  • [2023-02-08] Accepted gem2deb 2.1~bpo11+1 (source) into bullseye-backports (Utkarsh Gupta)
  • [2022-12-04] gem2deb 2.1 MIGRATED to testing (Debian testing watch)
  • [2022-12-04] gem2deb 2.1 MIGRATED to testing (Debian testing watch)
  • [2022-12-04] gem2deb 2.1 MIGRATED to testing (Debian testing watch)
  • [2022-12-01] Accepted gem2deb 2.1 (source) into unstable (Antonio Terceiro)
  • [2022-08-02] gem2deb 2.0.3 MIGRATED to testing (Debian testing watch)
  • [2022-07-31] Accepted gem2deb 2.0.3 (source) into unstable (Antonio Terceiro)
  • [2022-07-30] Accepted gem2deb 2.0.2 (source) into unstable (Antonio Terceiro)
  • [2022-07-28] Accepted gem2deb 2.0.1 (source) into unstable (Antonio Terceiro)
  • [2022-07-25] gem2deb 2.0 MIGRATED to testing (Debian testing watch)
  • [2022-07-21] Accepted gem2deb 2.0 (source) into unstable (Antonio Terceiro)
  • [2022-04-25] Accepted gem2deb 1.8~bpo11+1 (source amd64) into bullseye-backports, bullseye-backports (Debian FTP Masters) (signed by: Hans-Christoph Steiner)
  • [2021-12-09] gem2deb 1.8 MIGRATED to testing (Debian testing watch)
  • [2021-12-06] Accepted gem2deb 1.8 (source) into unstable (Antonio Terceiro)
  • [2021-11-18] gem2deb 1.7 MIGRATED to testing (Debian testing watch)
  • [2021-11-15] Accepted gem2deb 1.7 (source) into unstable (Antonio Terceiro)
  • [2021-10-19] gem2deb 1.6 MIGRATED to testing (Debian testing watch)
  • 1
  • 2
bugs [bug history graph]
  • all: 28
  • RC: 0
  • I&N: 6
  • M&W: 16
  • F&P: 6
  • patch: 0
links
  • lintian (0, 1)
  • buildd: logs, checks, reproducibility, cross
  • popcon
  • browse source code
  • edit tags
  • other distros
  • screenshots
  • debci
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 2.2.5
  • 1 bug

Debian Package Tracker — Copyright 2013-2025 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing