Debian Package Tracker
Register | Log in
Subscribe

reprotest

Build software and check it for reproducibility

Choose email to subscribe with

general
  • source: reprotest (main)
  • version: 0.7.15
  • maintainer: Reproducible builds folks (archive) (DMD)
  • uploaders: Holger Levsen [DMD] – Vagrant Cascadian [DMD] – Ceridwen [DMD]
  • arch: all
  • std-ver: 4.5.0
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • oldstable: 0.6.2
  • stable: 0.7.8
  • testing: 0.7.15
  • unstable: 0.7.15
versioned links
  • 0.6.2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 0.7.8: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 0.7.15: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • reprotest (13 bugs: 0, 9, 4, 0)
action needed
Debci reports failed tests high
  • unstable: fail (log)
    The tests ran in 0:01:26
    Last run: 2020-05-18 23:53:55 UTC
    Previous status: fail

  • testing: pass (log)
    The tests ran in 0:03:15
    Last run: 2021-01-16 00:18:57 UTC
    Previous status: pass

  • stable: pass (log)
    The tests ran in 0:01:45
    Last run: 2020-05-15 23:42:21 UTC
    Previous status: None

Created: 2020-05-17 Last update: 2021-01-19 11:38
1 bug tagged help in the BTS normal
The BTS contains 1 bug tagged help, please consider helping the maintainer in dealing with it.
Created: 2020-11-13 Last update: 2021-01-19 11:32
Depends on packages which need a new maintainer normal
The packages that reprotest depends on which need a new maintainer are:
  • schroot (#900874)
    • Suggests: schroot
  • sudo (#976244)
    • Recommends: sudo
Created: 2019-11-22 Last update: 2021-01-19 09:57
version in VCS is newer than in repository, is it time to upload? normal
vcswatch reports that this package seems to have a new changelog entry (version 0.7.16, distribution UNRELEASED) and new commits in its VCS. You should consider whether it's time to make an upload.

Here are the relevant commit messages:
commit 6c00d047bb5a339188b4cdbfa5deb99045710579
Author: Frédéric Pierret (fepitre) <frederic.pierret@qubes-os.org>
Date:   Mon Jan 4 14:13:55 2021 +0100

    Add RPM spec file
    
    Signed-off-by: Holger Levsen <holger@layer-acht.org>

commit 40899e2e3f75999b115008b08aaea46a9550fda2
Author: Frédéric Pierret (fepitre) <frederic.pierret@qubes-os.org>
Date:   Mon Jan 4 11:53:11 2021 +0100

    Update README for RPM support
    
    Signed-off-by: Holger Levsen <holger@layer-acht.org>

commit 188cdf4d9b9b30ce41dcb9c32712f96b4fbe335d
Author: Frédéric Pierret (fepitre) <frederic.pierret@qubes-os.org>
Date:   Mon Jan 4 11:30:00 2021 +0100

    presets: clean rpmbuild folder
    
    Signed-off-by: Holger Levsen <holger@layer-acht.org>

commit ff45fbf9fa88e3012ff5f78180cbf10220b2e2e3
Author: Frédéric Pierret (fepitre) <frederic.pierret@qubes-os.org>
Date:   Mon Jan 4 11:25:37 2021 +0100

    presets: better formatting for RPM extra_build_command
    
    Signed-off-by: Holger Levsen <holger@layer-acht.org>

commit 3a2843718bc0cdcbef23332736bdaf15abf4ed81
Author: Frédéric Pierret (fepitre) <frederic.pierret@qubes-os.org>
Date:   Mon Jan 4 11:11:00 2021 +0100

    presets: disable %clean stage when building RPM
    
    Workaround issue when running with +fileordering on Fedora.
    It fails to remove some directories probably seen as still in-use:
    
    + rm -rf /tmp/reprotest.bJhwNd/const_build_path/rpmbuild/BUILDROOT/qubes-utils-4.1.12-1.fc32.x86_64
    rm: cannot remove '/tmp/reprotest.bJhwNd/const_build_path/rpmbuild/BUILDROOT/qubes-utils-4.1.12-1.fc32.x86_64/usr/lib/qubes': Directory not empty
    rm: cannot remove '/tmp/reprotest.bJhwNd/const_build_path/rpmbuild/BUILDROOT/qubes-utils-4.1.12-1.fc32.x86_64/usr/lib/debug/.dwz': Directory not empty
    error: Bad exit status from /var/tmp/rpm-tmp.pEJpn7 (%clean)
    
    Signed-off-by: Holger Levsen <holger@layer-acht.org>

commit 07bd29ff8203e441e07ac19adc0d978278fd2ed2
Author: Frédéric Pierret (fepitre) <frederic.pierret@qubes-os.org>
Date:   Sun Jan 3 12:20:20 2021 +0100

    Add support for building source RPM
    
    Signed-off-by: Holger Levsen <holger@layer-acht.org>

commit 039912261fddc1fcb0d11cb2d52864fe64ad3ff6
Author: Frédéric Pierret (fepitre) <frederic.pierret@qubes-os.org>
Date:   Sun Jan 3 11:56:46 2021 +0100

    presets: slightly reorganize functions
    
    Signed-off-by: Holger Levsen <holger@layer-acht.org>

commit a8a7f248b1884cca9f52490e6978e2569da02397
Author: Frédéric Pierret (fepitre) <frederic.pierret@qubes-os.org>
Date:   Sun Jan 3 11:46:39 2021 +0100

    Update .gitignore
    
    Signed-off-by: Holger Levsen <holger@layer-acht.org>

commit 9f86fbb93fdd9fc7aae4c1e954dd0eca475aeec5
Author: Frédéric Pierret (fepitre) <frederic.pierret@qubes-os.org>
Date:   Mon Oct 26 10:09:41 2020 +0100

    logger: replace deprecated warn method
    
    Signed-off-by: Holger Levsen <holger@layer-acht.org>

commit 47516307cca21badaeef6b71cc47edf1c3817567
Author: Frédéric Pierret (fepitre) <frederic.pierret@qubes-os.org>
Date:   Mon Oct 26 10:09:15 2020 +0100

    Help on available values for verbosity
    
    Signed-off-by: Holger Levsen <holger@layer-acht.org>

commit b6d3b44dd17b9962b89bdee5ada4160f10259ddd
Author: Holger Levsen <holger@layer-acht.org>
Date:   Wed Nov 18 23:24:01 2020 +0100

    tox.ini: use python 3.8 and 3.9
    
    this causes known breakage (see log attached to #975094) but python 3.5 is gone
    
    Signed-off-by: Holger Levsen <holger@layer-acht.org>

commit 2ab66d776ee5a239abb049e1761c5d21cabe27ea
Author: Holger Levsen <holger@layer-acht.org>
Date:   Wed Nov 18 23:22:46 2020 +0100

    tox.ini: disable skip_missing_interpreters to catch failures early
    
    Signed-off-by: Holger Levsen <holger@layer-acht.org>

commit 7a199a6945e1139c70cb64d814ade0a0db7747d5
Author: Holger Levsen <holger@layer-acht.org>
Date:   Wed Nov 18 21:20:29 2020 +0100

    setup.py: bump version number for release.
    
    Signed-off-by: Holger Levsen <holger@layer-acht.org>

commit 8962784c4fa3e0e330c374eaa7e396089d41a578
Author: Holger Levsen <holger@layer-acht.org>
Date:   Wed Nov 18 21:19:52 2020 +0100

    Update standards version to 4.5.1, no changes needed.
    
    Signed-off-by: Holger Levsen <holger@layer-acht.org>

commit c729e03cdbce55fc29db8302c6cba0591d9a14f8
Author: Holger Levsen <holger@layer-acht.org>
Date:   Wed Nov 18 21:18:54 2020 +0100

    WIP - changelog will be generated with gbp-dch upon release.
    
    Gbp-Dch: ignore
    
    Signed-off-by: Holger Levsen <holger@layer-acht.org>
Created: 2020-11-18 Last update: 2021-01-18 19:04
lintian reports 2 warnings normal
Lintian reports 2 warnings about this package. You should make the package lintian clean getting rid of them.
Created: 2020-07-29 Last update: 2020-07-29 12:34
Standards version of the package is outdated. wishlist
The package should be updated to follow the last version of Debian Policy (Standards-Version 4.5.1 instead of 4.5.0).
Created: 2020-11-17 Last update: 2020-11-17 05:41
news
[rss feed]
  • [2020-09-13] reprotest 0.7.15 MIGRATED to testing (Debian testing watch)
  • [2020-08-15] reprotest REMOVED from testing (Debian testing watch)
  • [2020-08-02] reprotest 0.7.15 MIGRATED to testing (Debian testing watch)
  • [2020-07-26] Accepted reprotest 0.7.15 (source) into unstable (Vagrant Cascadian)
  • [2020-02-15] reprotest 0.7.14 MIGRATED to testing (Debian testing watch)
  • [2020-02-10] Accepted reprotest 0.7.14 (source) into unstable (Holger Levsen)
  • [2020-02-10] reprotest 0.7.13 MIGRATED to testing (Debian testing watch)
  • [2020-02-06] Accepted reprotest 0.7.13 (source) into unstable (Holger Levsen)
  • [2020-01-17] reprotest 0.7.12 MIGRATED to testing (Debian testing watch)
  • [2020-01-14] Accepted reprotest 0.7.12 (source) into unstable (Holger Levsen)
  • [2020-01-14] Accepted reprotest 0.7.11 (source) into unstable (Holger Levsen)
  • [2019-10-28] reprotest 0.7.10 MIGRATED to testing (Debian testing watch)
  • [2019-10-26] Accepted reprotest 0.7.10 (source) into unstable (Holger Levsen)
  • [2019-09-18] reprotest 0.7.9 MIGRATED to testing (Debian testing watch)
  • [2019-09-15] Accepted reprotest 0.7.9 (source) into unstable (Holger Levsen)
  • [2018-07-12] reprotest 0.7.8 MIGRATED to testing (Debian testing watch)
  • [2018-07-09] Accepted reprotest 0.7.8 (source) into unstable (Mattia Rizzolo)
  • [2017-12-21] reprotest 0.7.7 MIGRATED to testing (Debian testing watch)
  • [2017-12-15] Accepted reprotest 0.7.7 (source all) into unstable (Ximin Luo)
  • [2017-12-15] Accepted reprotest 0.7.6 (source all) into unstable, unstable (Ximin Luo)
  • [2017-12-14] Accepted reprotest 0.7.5 (source) into unstable (Ximin Luo)
  • [2017-12-03] reprotest 0.7.4 MIGRATED to testing (Debian testing watch)
  • [2017-11-27] Accepted reprotest 0.7.4 (source) into unstable (Ximin Luo)
  • [2017-10-19] reprotest 0.7.3 MIGRATED to testing (Debian testing watch)
  • [2017-10-13] Accepted reprotest 0.7.3 (source) into unstable (Ximin Luo)
  • [2017-10-09] reprotest 0.7.2 MIGRATED to testing (Debian testing watch)
  • [2017-10-03] Accepted reprotest 0.7.2 (source) into unstable (Ximin Luo)
  • [2017-10-03] Accepted reprotest 0.7.1 (source) into unstable (Ximin Luo)
  • [2017-09-24] reprotest 0.7 MIGRATED to testing (Debian testing watch)
  • [2017-09-19] Accepted reprotest 0.7 (source) into unstable (Ximin Luo)
  • 1
  • 2
bugs [bug history graph]
  • all: 13 14
  • RC: 0
  • I&N: 9 10
  • M&W: 4
  • F&P: 0
  • patch: 0
  • help: 1
links
  • lintian (0, 2)
  • buildd: logs, clang, reproducibility
  • popcon
  • browse source code
  • edit tags
  • other distros
  • screenshots
  • debci
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 0.7.15
  • 1 bug

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