diff options
| author | Daniel Baumann <daniel@debian.org> | 2025-11-30 19:28:08 +0100 |
|---|---|---|
| committer | git-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com> | 2025-11-30 22:31:35 +0000 |
| commit | 09f1d90fae392322da655881ca0ee051ae956a21 (patch) | |
| tree | 227f23e1b5d52b34897b9cbc1414bfaf7602fbe2 | |
| parent | 362a73d511a997f0871dbff40f379a9c2fd30005 (diff) | |
0.6.3-2 (patches unapplied)HEADimport/0.6.3-2ubuntu/stonking-develubuntu/stonkingubuntu/resolute-proposedubuntu/resolute-develubuntu/resoluteubuntu/develdebian/sid
Imported using git-ubuntu import.
Notes
Notes:
* Removing rules-requires-root, not needed anymore.
* Marking python3-decli multi-arch foreign.
* Updating watch file to version 5.
| -rw-r--r-- | debian/changelog | 8 | ||||
| -rw-r--r-- | debian/control | 2 | ||||
| -rw-r--r-- | debian/watch | 9 |
3 files changed, 15 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 015b967..003a839 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +decli (0.6.3-2) sid; urgency=medium + + * Removing rules-requires-root, not needed anymore. + * Marking python3-decli multi-arch foreign. + * Updating watch file to version 5. + + -- Daniel Baumann <daniel@debian.org> Sun, 30 Nov 2025 19:28:08 +0100 + decli (0.6.3-1) sid; urgency=medium * Adding upstream metadata. diff --git a/debian/control b/debian/control index 45be4a8..fc35363 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,6 @@ Build-Depends: python3-all, python3-poetry-core, python3-pytest <!nocheck>, -Rules-Requires-Root: no Standards-Version: 4.7.2 Homepage: https://github.com/woile/decli Vcs-Browser: https://forgejo.debian.net/python/decli @@ -18,6 +17,7 @@ Vcs-Git: https://forgejo.debian.net/python/decli Package: python3-decli Section: python Architecture: all +Multi-Arch: foreign Depends: ${misc:Depends}, ${python3:Depends}, diff --git a/debian/watch b/debian/watch index 30ef6b0..34c7304 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,6 @@ -version=4 -opts="dversionmangle=s/\+dfsg//" \ -https://github.com/woile/decli/tags .*/v?(\d.*)@ARCHIVE_EXT@ +Version: 5 + +Template: Github +Owner: woile +Project: @PACKAGE@ +Dversionmangle: auto |
