Debian Package Tracker
Register | Log in
Subscribe

ddd

Data Display Debugger, a graphical debugger frontend

Choose email to subscribe with

general
  • source: ddd (main)
  • version: 1:3.3.12-5.4
  • maintainer: Daniel Schepler (DMD)
  • arch: all any
  • std-ver: 4.4.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: 1:3.3.12-5.3
  • oldstable: 1:3.3.12-5.4
  • stable: 1:3.3.12-5.4
  • testing: 1:3.3.12-5.4
  • unstable: 1:3.3.12-5.4
versioned links
  • 1:3.3.12-5.3: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1:3.3.12-5.4: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • ddd (28 bugs: 0, 19, 9, 0)
  • ddd-doc
action needed
Problems while searching for a new upstream version high
uscan had problems while searching for a new upstream version:
In debian/watch no matching files for watch source
  ftp://ftp.gnu.org/gnu/ddd/
Created: 2025-11-26 Last update: 2026-08-13 03:00
1 bug tagged patch in the BTS normal
The BTS contains patches fixing 1 bug, consider including or untagging them.
Created: 2026-06-02 Last update: 2026-08-13 06:30
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 1:3.4.1-1, 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 e45b761ad64bcc89e1a4cd64a0d282416be903fa
Author: Otto Kekäläinen <otto@debian.org>
Date:   Tue Aug 11 21:10:50 2026 +0000

    Bump Debian Policy version to 4.7.4
    
    No changes required after reviewing checklist at
    https://www.debian.org/doc/debian-policy/upgrading-checklist.html#version-4_7_4

commit 21ba92ebd6416e7e4e49e6a733bd0e4af2984121
Author: Otto Kekäläinen <otto@debian.org>
Date:   Tue Aug 11 21:10:50 2026 +0000

    Drop redundant `Priority: optional`
    
    As of dpkg version 1.22.13, this field is set to "optional" by default.
    As such, in this case the Priority field is redundant and should be
    removed.

commit 82e41585cf0ca1cb7d3c83c9ced48b8e9af203ec
Author: Otto Kekäläinen <otto@debian.org>
Date:   Tue Aug 11 21:10:50 2026 +0000

    Apply consistent formatting to packaging files
    
    Run `debputy reformat --style black` and `wrap-and-sort -vast` to enforce
    uniform deb822 formatting with one item per line. This makes future
    changes to dependencies and other lists easier to track in git diffs.
    
    No functional changes.

commit aaf57e6e2ce1434ad080df9fb601cc03461a46c6
Author: Otto Kekäläinen <otto@debian.org>
Date:   Tue Aug 11 21:10:48 2026 +0000

    Apply `debputy lint`
    
    Run Debputy to automatically fix various minor issues.

commit 2e31ac2c91bb3e97ac3dfd7ed562774c87f204ea
Author: Otto Kekäläinen <otto@debian.org>
Date:   Wed Aug 12 00:03:11 2026 +0300

    Update git repository layout to follow DEP-14
    
    Done using commands suggested by `dep-14-convert-git-branch-names`:
    
        git branch -m master debian/latest
        salsa protect_branch debian/ddd master no # (intentionally fails with error 404 if branch wasn't protected)
        salsa rename_branch debian/ddd --source-branch=master --dest-branch=debian/latest
        salsa update_repo debian/ddd --rename-head --source-branch=master --dest-branch=debian/latest
        git branch -m upstream upstream/latest
        salsa rename_branch debian/ddd --source-branch=upstream --dest-branch=temporary
        salsa rename_branch debian/ddd --source-branch=temporary --dest-branch=upstream/latest
        git checkout debian/latest
        sed -i 's/^debian-branch[[:space:]]*=.*/debian-branch = debian\/latest/' debian/gbp.conf
        sed -i 's/^upstream-branch[[:space:]]*=.*/upstream-branch = upstream\/latest/' debian/gbp.conf
        git commit -a -m "Update git repository layout to follow DEP-14"
        git pull --prune

commit 13dd44a40f57dcb827e070387a266e84ef77c8ed
Author: Otto Kekäläinen <otto@debian.org>
Date:   Wed Aug 5 14:31:22 2026 +0300

    Enable Salsa CI using default template

commit 3c43a98c18704b578dceed50b586c2cb873d19f8
Author: Otto Kekäläinen <otto@debian.org>
Date:   Thu Aug 6 15:25:14 2026 +0300

    Update changelog and refresh patches after 3.4.1 import

commit e35babeb9d6a884dec93774faf4af63e4af04a37
Merge: f8e3913 a654768
Author: Otto Kekäläinen <otto@debian.org>
Date:   Thu Aug 6 15:06:31 2026 +0300

    Update upstream source from tag 'upstream/3.4.1'
    
    Update to upstream version '3.4.1'
    with Debian dir 7931cb30a41c0f8879a586ab62893dc358f06f39

commit f8e39133d7f8bf0bf48f113f25c7a829cc89b3e7
Author: Otto Kekäläinen <otto@debian.org>
Date:   Thu Aug 6 15:05:39 2026 +0300

    Update d/watch to use uscan v5 format

commit a388599243a6ec210111c26fb339c688bf23eba4
Author: Otto Kekäläinen <otto@debian.org>
Date:   Thu Aug 6 14:54:23 2026 +0300

    Add a gbp.conf to Debian repo to document current packaging practices
    
    Based on the availability of branches master, upstream and pristine-tar
    with commit history matching apparent use of git-buildpackage, add a
    config file that documents current options so maintainers can run gbp
    commands without having to remember extra arguments and instead have them
    automatically.

commit 87f6c827996dc86bc73de16669b23bebc8b90bcc
Author: Otto Kekäläinen <otto@debian.org>
Date:   Thu Aug 6 14:48:52 2026 +0300

    Add metadata file describing latest upstream state as of summer 2026
    
    As stated in https://www.gnu.org/software/ddd/#news, upstream migrated
    from Subversion to Git.

commit 5ec4742c1b078f532426296cd4e26723f3477966
Author: Tormod Volden <debian.tormod@gmail.com>
Date:   Sat Jul 26 12:30:27 2025 +0200

    d/ddd.install d/ddd.docs update for 3.4.1

commit 0e8ddd5d90cefbd845a021d4b61fbee4a99ccad3
Author: Tormod Volden <debian.tormod@gmail.com>
Date:   Sat Jul 26 14:44:48 2025 +0200

    d/rules: Remove --with-userinfo option from configure call

commit d3999571fbda93717e2e059147bfc515f7e2a48e
Author: Tormod Volden <debian.tormod@gmail.com>
Date:   Sat Jul 26 12:36:22 2025 +0200

    Update 003_data_path.diff

commit ef382b5ea8d0a53c7bdfee7041ed6b51b1f631e0
Author: Tormod Volden <debian.tormod@gmail.com>
Date:   Sat Jul 26 14:50:54 2025 +0200

    Remove obsolete patches
    
    - 004_userinfo.diff (~/.ddd_userinfo not used any longer, debian/rules can remove it too)
    - 005_gcc44_fix.diff (applied upstream)
    - 006_unumlaut_fix.diff (upstream converted ddd.man.in to UTF-8)
    - machine_code_window_fix.diff (applied upstream with modification: ", ")
    - fix-ftbfs-gcc-9.patch (not needed any longer)
    - 007_reproducible_build.diff (build date is not used/displayed any longer)

commit 03120cc97d9fe6a50c415dd199cd40ef685104ce
Author: Tormod Volden <debian.tormod@gmail.com>
Date:   Wed Jul 23 14:33:21 2025 +0200

    Update four patches for 3.4.1

commit a65476876db28dd842da02fad29e7be240edec88
Author: Otto Kekäläinen <otto@debian.org>
Date:   Thu Aug 6 15:05:42 2026 +0300

    New upstream version 3.4.1

commit d35a53b9fb6cdc17719c311ad691889d2d4138bd
Author: Tormod Volden <debian.tormod@gmail.com>
Date:   Wed Aug 5 23:54:27 2026 +0200

    Update uscan configuration
    
    Use HTTPS, and signature.
    
    Use Michael J. Eager's key as signing key.
    
    Bump to debian/watch format v4.


https://salsa.debian.org/api/v4/projects/debian%2Fddd API request failed: 401 Unauthorized at /srv/qa.debian.org/data/vcswatch/vcswatch line 410.
Created: 2026-08-06 Last update: 2026-08-11 23:00
AppStream hints: 1 warning for ddd normal
AppStream found metadata issues for packages:
  • ddd: 1 warning
You should get rid of them to provide more metadata about this software.
Created: 2019-06-08 Last update: 2026-02-23 04:00
O: This package has been orphaned and needs a maintainer. normal
This package has been orphaned. This means that it does not have a real maintainer at the moment. Please consider adopting this package if you are interested in it. Please see bug number #1115269 for more information.
Created: 2025-09-14 Last update: 2025-09-14 23:30
lintian reports 3 warnings normal
Lintian reports 3 warnings about this package. You should make the package lintian clean getting rid of them.
Created: 2022-01-01 Last update: 2025-09-10 15:02
debian/patches: 11 patches to forward upstream low

Among the 11 debian patches available in version 1:3.3.12-5.4 of the package, we noticed the following issues:

  • 11 patches where the metadata indicates that the patch has not yet been forwarded upstream. You should either forward the patch upstream or update the metadata to document its real status.
Created: 2023-02-26 Last update: 2023-02-27 20:59
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.4 instead of 4.4.0).
Created: 2015-11-03 Last update: 2026-03-31 15:01
news
[rss feed]
  • [2022-12-03] ddd 1:3.3.12-5.4 MIGRATED to testing (Debian testing watch)
  • [2022-11-27] Accepted ddd 1:3.3.12-5.4 (source) into unstable (Vagrant Cascadian)
  • [2021-02-21] ddd 1:3.3.12-5.3 MIGRATED to testing (Debian testing watch)
  • [2021-02-10] Accepted ddd 1:3.3.12-5.3 (source) into unstable (Sebastian Ramacher)
  • [2019-10-08] ddd 1:3.3.12-5.2 MIGRATED to testing (Debian testing watch)
  • [2019-10-03] Accepted ddd 1:3.3.12-5.2 (source) into unstable (Raphaël Hertzog)
  • [2019-09-01] ddd REMOVED from testing (Debian testing watch)
  • [2015-11-08] ddd 1:3.3.12-5.1 MIGRATED to testing (Britney)
  • [2015-11-03] Accepted ddd 1:3.3.12-5.1 (source all amd64) into unstable (Laurent Bigonville)
  • [2013-07-17] ddd 1:3.3.12-5 MIGRATED to testing (Debian testing watch)
  • [2013-07-06] Accepted ddd 1:3.3.12-5 (source all amd64) (Daniel Schepler)
  • [2012-09-01] ddd 1:3.3.12-4 MIGRATED to testing (Debian testing watch)
  • [2012-08-22] Accepted ddd 1:3.3.12-4 (source all amd64) (Daniel Schepler)
  • [2011-12-14] ddd 1:3.3.12-3 MIGRATED to testing (Debian testing watch)
  • [2011-12-03] Accepted ddd 1:3.3.12-3 (source all amd64) (Daniel Schepler)
  • [2011-07-29] ddd 1:3.3.12-2.1 MIGRATED to testing (Debian testing watch)
  • [2011-07-18] Accepted ddd 1:3.3.12-2.1 (source all amd64) (Wookey)
  • [2010-09-27] ddd 1:3.3.12-2 MIGRATED to testing (Debian testing watch)
  • [2010-09-11] Accepted ddd 1:3.3.12-2 (source all amd64) (Daniel Schepler)
  • [2009-11-22] Accepted ddd 1:3.3.12-1 (source all amd64) (Daniel Schepler)
  • [2005-07-10] Accepted ddd 1:3.3.11-1 (i386 source all) (Daniel Schepler)
  • [2004-07-22] Accepted ddd 1:3.3.9-3 (i386 source all) (Daniel Schepler)
  • [2004-07-22] Accepted ddd 1:3.3.9-2 (i386 source all) (Daniel Schepler)
  • [2004-07-21] Accepted ddd 1:3.3.9-1 (i386 source all) (Daniel Schepler)
  • [2004-04-29] Accepted ddd 1:3.3.8-2 (i386 source all) (Daniel Schepler)
  • [2004-02-14] Accepted ddd 1:3.3.8-1 (i386 source all) (Daniel Schepler)
  • [2003-11-09] Accepted ddd 1:3.3.7-2 (i386 source all) (Daniel Schepler)
  • [2003-06-15] Accepted ddd 1:3.3.7-1 (i386 source all) (Daniel Schepler)
  • [2003-04-17] Accepted ddd 1:3.3.5-1 (i386 source all) (Daniel Schepler)
  • [2003-01-10] Accepted ddd 1:3.3.1-21 (i386 source all) (Daniel Schepler)
  • 1
  • 2
bugs [bug history graph]
  • all: 32
  • RC: 0
  • I&N: 21
  • M&W: 11
  • F&P: 0
  • patch: 1
links
  • homepage
  • lintian (0, 3)
  • buildd: logs, reproducibility, cross
  • popcon
  • browse source code
  • other distros
  • security tracker
  • screenshots
  • debian patches
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 1:3.3.12-5.4build3

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