Debian Package Tracker
Register | Log in
Subscribe

debcraft

Easy, fast and secure way to build Debian packages

Choose email to subscribe with

general
  • source: debcraft (main)
  • version: 0.9.1
  • maintainer: Otto Kekäläinen (DMD)
  • arch: all
  • std-ver: 4.7.4
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • stable: 0.5.0
  • testing: 0.9.1
  • unstable: 0.9.1
versioned links
  • 0.5.0: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 0.9.1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • debcraft (3 bugs: 0, 0, 3, 0)
action needed
4 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 752db4b27121a522278383dea41911e3122cc705
Author: Otto Kekäläinen <otto@debian.org>
Date:   Wed Jun 10 03:50:07 2026 +0000

    Suppress ShellCheck SC2250 in `debcraft improve`
    
    The SC2250 rule flags every unbraced variable reference as a style
    issue, which produces excessive noise and hiding real ShellCheck issues.
    
    Suppress this as low value and distracting:
    
        SC2250 (style): Prefer putting braces around variable references even when not strictly required.

commit a19cdea9986318eaee8433ac7b402e604ae01571
Author: Otto Kekäläinen <otto@debian.org>
Date:   Sun Jun 7 21:12:08 2026 +0800

    Silence extra `mkdir` message
    
    The extra white `mkdir` line when running a build for a new package for
    the first time seemed stray and unnecessary, so silence it:
    
    ± debcraft build
    Running in directory /home/otto/debian/go-team/golang-github-launchdarkly-go-ntlmssp that has Debian package sources for 'golang-github-launchdarkly-go-ntlmssp'
    Use 'podman' container image 'debcraft-golang-github-launchdarkly-go-ntlmssp-debian-sid' for package 'golang-github-launchdarkly-go-ntlmssp'
    DEBCRAFT WARNING: Unable to find any git tags, which are needed to identify previous release and compare build artifacts with it.  Run 'git fetch --tags' to ensu
    Building container 'debcraft-golang-github-launchdarkly-go-ntlmssp-debian-sid' in '/home/otto/.cache/debcraft/debcraft-container-golang-github-launchdarkly-go-nt
    .0.2.1'
    mkdir: created directory '/home/otto/.cache/debcraft/debcraft-container-golang-github-launchdarkly-go-ntlmssp'
    STEP 1/36: FROM debian:sid
    STEP 2/36: ARG HOST_ARCH
    --> Using cache 7de4720a91673db29bb4022f7bc89b6dd463598dec22f3f3c73265b6769eab62
    --> 7de4720a9167
    STEP 3/36: ARG SOURCE_DATE_EPOCH
    --> Using cache f492408c1c884914747073861caca91fd7d6839f0abe812a5770b53e2218c20b

commit ebd7ad4b879d644e35c159761972a902344edd55
Author: Otto Kekäläinen <otto@debian.org>
Date:   Wed Jun 3 09:54:21 2026 +0000

    Forward global git identity into containers for commit operations
    
    Commands like `debcraft improve` and `debcraft update` run `git commit`
    inside containers, which cannot see the host's global git config.  If
    the repository lacked a local identity, commits would fail or use
    incorrect metadata.
    
    Add `ensure_git_identity()` to check for local configuration first.
    If none exists but a global identity is available, export the standard
    `GIT_AUTHOR_*` and `GIT_COMMITTER_*` environment variables so they are
    forwarded into the container runtime.  If neither is configured, print
    a clear error message and exit.
    
    This avoids forcing users to set `--local` git config solely to
    satisfy containerized workflows. Most users would however get their
    repos by running `gbp clone` that does set git name and email locally
    on automatically, so the majority of users wouldn't need this extra
    check.

commit 1d280c6ac052a8bba1ea89fb60f9f212de939c6a
Author: Otto Kekäläinen <otto@debian.org>
Date:   Wed May 27 09:20:15 2026 +0000

    Prevent GPG signing inside debcraft improve container
    
    Containers have no GPG keys available, so Git must not try to sign
    commits. Set the GIT_CONFIG_* environment variables via ENV directives
    so all entrypoints inherit this policy automatically. This avoids
    duplicating exports across individual scripts and keeps the
    configuration in one location.
Created: 2026-06-05 Last update: 2026-06-10 09:31
1 open merge request in Salsa normal
There is 1 open merge request for this package on Salsa. You should consider reviewing and/or merging these merge requests.
Created: 2026-06-10 Last update: 2026-06-10 09:31
lintian reports 1 warning normal
Lintian reports 1 warning about this package. You should make the package lintian clean getting rid of them.
Created: 2026-01-21 Last update: 2026-01-21 16:33
news
[rss feed]
  • [2026-06-02] debcraft 0.9.1 MIGRATED to testing (Debian testing watch)
  • [2026-05-28] Accepted debcraft 0.9.1 (source) into unstable (Otto Kekäläinen)
  • [2026-05-17] debcraft 0.9.0 MIGRATED to testing (Debian testing watch)
  • [2026-05-05] Accepted debcraft 0.9.0 (source) into unstable (Otto Kekäläinen)
  • [2026-01-25] debcraft 0.8.1 MIGRATED to testing (Debian testing watch)
  • [2026-01-20] Accepted debcraft 0.8.1 (source) into unstable (Otto Kekäläinen)
  • [2026-01-09] debcraft 0.8.0 MIGRATED to testing (Debian testing watch)
  • [2026-01-04] Accepted debcraft 0.8.0 (source) into unstable (Otto Kekäläinen)
  • [2025-11-28] debcraft 0.7.0 MIGRATED to testing (Debian testing watch)
  • [2025-11-22] Accepted debcraft 0.7.0 (source) into unstable (Otto Kekäläinen)
  • [2025-10-16] debcraft 0.6.0 MIGRATED to testing (Debian testing watch)
  • [2025-10-11] Accepted debcraft 0.6.0 (source) into unstable (Otto Kekäläinen)
  • [2025-05-14] debcraft 0.5.0 MIGRATED to testing (Debian testing watch)
  • [2025-05-04] Accepted debcraft 0.5.0 (source) into unstable (Otto Kekäläinen)
  • [2025-02-27] debcraft 0.4.0 MIGRATED to testing (Debian testing watch)
  • [2025-02-22] Accepted debcraft 0.4.0 (source) into unstable (Otto Kekäläinen)
  • [2024-12-12] debcraft 0.3.0 MIGRATED to testing (Debian testing watch)
  • [2024-12-07] Accepted debcraft 0.3.0 (source) into unstable (Otto Kekäläinen)
  • [2024-09-12] debcraft 0.2.1 MIGRATED to testing (Debian testing watch)
  • [2024-09-07] Accepted debcraft 0.2.1 (source) into unstable (Otto Kekäläinen)
  • [2024-08-27] debcraft 0.2.0 MIGRATED to testing (Debian testing watch)
  • [2024-08-22] Accepted debcraft 0.2.0 (source) into unstable (Otto Kekäläinen)
  • [2024-08-04] debcraft 0.1.1 MIGRATED to testing (Debian testing watch)
  • [2024-07-30] Accepted debcraft 0.1.1 (source) into unstable (Otto Kekäläinen)
  • [2024-07-25] Accepted debcraft 0.1.0 (source all) into unstable (Debian FTP Masters) (signed by: Otto Kekäläinen)
bugs [bug history graph]
  • all: 3
  • RC: 0
  • I&N: 0
  • M&W: 3
  • F&P: 0
  • patch: 0
links
  • homepage
  • lintian (0, 1)
  • buildd: logs, reproducibility
  • popcon
  • browse source code
  • other distros
  • debci
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 0.9.1

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