kworkflow (1:0.6.2-1~exp1)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 1:0.7.1-1 > 1:0.6.2-1~exp1
- Git: https://salsa.debian.org/debian/kworkflow.git
-
- Branch: debian/unstable
- Path: debian/changelog
- Repo size: 122880
- Browser: https://salsa.debian.org/debian/kworkflow
- Last scan: 2024-10-01 20:30:01+00
- Next scan: 2024-10-10 02:21:00+00
- CI pipeline status: success
- Debian changelog in Git:
kworkflow (1:0.7.1-1) unstable; urgency=medium
* New upstream version 0.7.1
* debian/control: Add new dependencies for version 0.7.1
* debian/patches/0001-tests-lib-dialog_ui_test-Drop-unstable-test.patch:
Disable unstable test
* debian/patches/0002-tests-Drop-unstable-tests.patch: Disable unstable test
* debian/patches/0001-Drop-test-due-to-instablities.patch: Drop unnecessary
patch
* debian/rules: Generate man page per feature
* debian/rules: Drop unnecessary configuration for running unit test
* debian/gbp.conf: Introduce gbp file
* debian/tests/control: Drop bash and git from control since they are
unnecessary
-- Rodrigo Siqueira <siqueirajordao@riseup.net> Sun, 07 Jan 2024 09:22:40 -0700
- This branch is 17 commits ahead of tag debian/1%0.6.2-1_exp1
- Git log:
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