Debian Package Tracker
Register | Log in
Subscribe

kworkflow

Inglorious kernel developer workflow scripts

Choose email to subscribe with

general
  • source: kworkflow (main)
  • version: 20191112-1.2
  • maintainer: Rodrigo Carvalho (DMD)
  • arch: any
  • std-ver: 4.4.1
  • VCS: unknown (QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • stable: 20191112-1.2
  • testing: 20191112-1.2
  • unstable: 20191112-1.2
  • exp: 1:0.6.2-1~exp1
versioned links
  • 20191112-1.2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1:0.6.2-1~exp1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • kworkflow
action needed
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:0.7.1-1, distribution unstable) and new commits in its VCS. You should consider whether it's time to make an upload.

Here are the relevant commit messages:
commit d3bf110e2ec5c1d959377c2ca5bfdece2390a649
Author: Rodrigo Siqueira <siqueirajordao@riseup.net>
Date:   Thu Jan 11 16:18:35 2024 -0700

    debian/changelog: Update changelog
    
    Signed-off-by: Rodrigo Siqueira <siqueirajordao@riseup.net>

commit f94eb0c75d3ce9d90aec42c73150f44f2fc1fdd1
Author: Rodrigo Siqueira <siqueirajordao@riseup.net>
Date:   Thu Jan 11 16:10:22 2024 -0700

    debian/control: Remove old Debian uploaders
    
    Signed-off-by: Rodrigo Siqueira <siqueirajordao@riseup.net>

commit f8fef200c267f2132a4af49d9abfc16d80a377c5
Author: Rodrigo Siqueira <siqueirajordao@riseup.net>
Date:   Thu Jan 11 16:08:34 2024 -0700

    debian/tests/control: Drop unnecessary dependency
    
    Signed-off-by: Rodrigo Siqueira <siqueirajordao@riseup.net>

commit 0c7003cac5b9b1780596ef8ba6703a66cf824f5f
Author: Rodrigo Siqueira <siqueirajordao@riseup.net>
Date:   Thu Jan 11 15:58:25 2024 -0700

    debian/copyright: Update copyright files
    
    This commit removes the wrong copyright attribution automatically
    generated and drops Matheus from the upstream contact.
    
    Signed-off-by: Rodrigo Siqueira <siqueirajordao@riseup.net>

commit 8015f68db056e6172b8e3316bdc6a41fc79de360
Author: Rodrigo Siqueira <siqueirajordao@riseup.net>
Date:   Thu Jan 11 15:38:36 2024 -0700

    debian/control: Drop duplicated sqlite3
    
    Signed-off-by: Rodrigo Siqueira <siqueirajordao@riseup.net>

commit bc2e73c6c23d046a72a45ba0d9dca8839d6d1561
Author: Rodrigo Siqueira <siqueirajordao@riseup.net>
Date:   Thu Dec 14 14:04:56 2023 -0700

    debian: patches: Drop unstable patches
    
    It looks like some of the kw tests are not stable enough for Debian CI,
    and the solution for those problems will require some code refactoring,
    which will take some time. For now, let's just disable those unstable
    tests.
    
    Signed-off-by: Rodrigo Siqueira <siqueirajordao@riseup.net>

commit 5e531b49eb3c24f4c208a3dccbc65148722338e6
Author: Rodrigo Siqueira <siqueirajordao@riseup.net>
Date:   Thu Dec 7 15:33:49 2023 -0700

    debian/changelog: Update changelog for kw version 0.7.1
    
    Signed-off-by: Rodrigo Siqueira <siqueirajordao@riseup.net>

commit 50a3863040d8444aa032a88b0ffd5adc008ac7be
Author: Rodrigo Siqueira <siqueirajordao@riseup.net>
Date:   Sat Dec 2 09:12:43 2023 -0700

    debian/rules: Drop unnecessary configuration to run a test
    
    In the old version of kw, it was required to set up a git name and
    email. Fortunately, an external contributor fixed it, and now we can
    drop this configuration from the Debian rules. This commit removes this
    unnecessary configuration.
    
    Signed-off-by: Rodrigo Siqueira <siqueirajordao@riseup.net>

commit 671e735b38cedf3679b561eee74379ac80c8b78b
Author: Rodrigo Siqueira <siqueirajordao@riseup.net>
Date:   Sun Nov 19 11:47:55 2023 -0700

    debian/rules: Generate man page for every kw command
    
    kw has one manual page per feature; this commit builds each one of the
    pages and installs them in the proper location.
    
    Signed-off-by: Rodrigo Siqueira <siqueirajordao@riseup.net>

commit 56d003ccf594899ce6f52fa8fa46211f5fa6b651
Author: Rodrigo Siqueira <siqueirajordao@riseup.net>
Date:   Sun Nov 19 10:22:45 2023 -0700

    debian/patches: Remove unstable test result
    
    Signed-off-by: Rodrigo Siqueira <siqueirajordao@riseup.net>

commit e4a7c3b6cdfb92203289014d2cb706c11cd02628
Author: Rodrigo Siqueira <siqueirajordao@riseup.net>
Date:   Sun Nov 19 09:20:56 2023 -0700

    debian/patches: Drop unnecessary patch
    
    Before the release of kw 0.7, we need an extra patch to drop one
    unstable test. This commit drop that patch since the upstream address
    that issue.
    
    Signed-off-by: Rodrigo Siqueira <siqueirajordao@riseup.net>

commit dd4a706715179c58052071a1ae0d397223940704
Author: Rodrigo Siqueira <siqueirajordao@riseup.net>
Date:   Sun Nov 19 09:10:26 2023 -0700

    debian/control: Add required dependencies for version 0.7
    
    The new version of kw supports a new feature named patch-hub that
    interacts with lore API, which requires some new dependencies to deal
    with patches to the upstream. Additionally, in this new version, kw
    started to use sqlite3 to store its internal information. This commit
    introduces all of the required dependencies to support version 0.7 and
    up.
    
    Signed-off-by: Rodrigo Siqueira <siqueirajordao@riseup.net>

commit b848ed7c5d6d1efffd73fb7a538a9d3c09bf76f7
Merge: a000bb1 25c7253
Author: Rodrigo Siqueira <siqueirajordao@riseup.net>
Date:   Thu Dec 7 15:56:50 2023 -0700

    Update upstream source from tag 'upstream/0.7.1'
    
    Update to upstream version '0.7.1'
    with Debian dir 25099fba90b13a3e272d11dcef9d5deb997998cd

commit 25c72532e6bd1175d949a5b4f6a760ae90fc8b27
Author: Rodrigo Siqueira <siqueirajordao@riseup.net>
Date:   Thu Dec 7 15:56:48 2023 -0700

    New upstream version 0.7.1

commit a000bb138b806b21d66d2f564588d384b8e72d75
Author: Rodrigo Siqueira <siqueirajordao@riseup.net>
Date:   Thu Dec 7 15:55:51 2023 -0700

    debian/gbp.conf: Introduce gbp file
    
    Add a basic gbp.conf configuration for kworkflow package, we created
    this to be able to enable the debian/unstable branch.
    
    Signed-off-by: Rodrigo Siqueira <siqueirajordao@riseup.net>

commit 0cd76b47e4c52974b50e3326a35eef93e46da2cc
Author: Rodrigo Siqueira <siqueirajordao@riseup.net>
Date:   Sun Mar 19 15:55:11 2023 -0600

    New upstream version 0.6.2
Created: 2023-12-08 Last update: 2025-06-04 04:02
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-02-11 Last update: 2023-02-11 14:07
debian/patches: 2 patches to forward upstream low

Among the 2 debian patches available in version 20191112-1.2 of the package, we noticed the following issues:

  • 2 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-26 15:54
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.4.1).
Created: 2020-02-03 Last update: 2025-02-27 13:25
news
[rss feed]
  • [2024-11-02] kworkflow 20191112-1.2 MIGRATED to testing (Debian testing watch)
  • [2024-10-09] kworkflow REMOVED from testing (Debian testing watch)
  • [2024-04-18] kworkflow 20191112-1.2 MIGRATED to testing (Debian testing watch)
  • [2024-03-15] kworkflow REMOVED from testing (Debian testing watch)
  • [2023-03-23] Accepted kworkflow 1:0.6.2-1~exp1 (source) into experimental (Rodrigo Siqueira) (signed by: Sergio Durigan Junior)
  • [2023-02-13] kworkflow 20191112-1.2 MIGRATED to testing (Debian testing watch)
  • [2023-02-10] Accepted kworkflow 20191112-1.2 (source) into unstable (Adrian Bunk)
  • [2021-02-20] kworkflow REMOVED from testing (Debian testing watch)
  • [2020-09-07] kworkflow 20191112-1.1 MIGRATED to testing (Debian testing watch)
  • [2020-08-22] kworkflow REMOVED from testing (Debian testing watch)
  • [2020-06-08] kworkflow 20191112-1.1 MIGRATED to testing (Debian testing watch)
  • [2020-06-06] Accepted kworkflow 20191112-1.1 (source) into unstable (Sandro Tosi)
  • [2020-02-23] kworkflow 20191112-1 MIGRATED to testing (Debian testing watch)
  • [2020-02-03] Accepted kworkflow 20191112-1 (source amd64) into unstable, unstable (Rodrigo Carvalho) (signed by: Adam Borowski)
bugs [bug history graph]
  • all: 0
links
  • homepage
  • lintian (0, 1)
  • buildd: logs, exp, checks, reproducibility, cross
  • popcon
  • browse source code
  • edit tags
  • other distros
  • screenshots
  • debian patches
  • debci
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 20191112-1.2

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