diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 15 | ||||
-rw-r--r-- | debian/control | 4 | ||||
-rw-r--r-- | debian/gbp.conf | 3 | ||||
-rw-r--r-- | debian/tests/control | 2 | ||||
-rw-r--r-- | debian/watch | 2 |
5 files changed, 21 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index 62b4304..ee5c13d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +ansible-core (2.16.6-1) unstable; urgency=medium + + [ Alexandre Detiste ] + * remove stale dependency on python3-mock + + [ Lee Garrett ] + * d/gbp.conf: Sign tags by default + * Update watch file to accomodate a common upstream typo + * New upstream version 2.16.6 + * Bump recommended ansible version to 9.5.1 + * Bump Standards-Version (no changes needed) + * autopkgtests: Add dep to python3-systemd + + -- Lee Garrett <debian@rocketjump.eu> Thu, 25 Apr 2024 00:36:22 +0200 + ansible-core (2.16.5-1~progress7.99u1) graograman-backports; urgency=medium * Uploading to graograman-backports, remaining changes: diff --git a/debian/control b/debian/control index c4738a7..933e914 100644 --- a/debian/control +++ b/debian/control @@ -26,7 +26,7 @@ Build-Depends: debhelper-compat (= 13), python3-yaml (>= 5.1~) # sphinx-common Rules-Requires-Root: no -Standards-Version: 4.6.2 +Standards-Version: 4.7.0 Vcs-Browser: https://git.progress-linux.org/packages/graograman-backports/ansible-core Vcs-Git: https://git.progress-linux.org/packages/graograman-backports/ansible-core XSBC-Original-Vcs-Browser: https://salsa.debian.org/debian/ansible-core @@ -43,7 +43,7 @@ Depends: ${misc:Depends}, python3-jinja2 (>= 3.0.0~), python3-netaddr, python3-yaml (>= 5.1~) -Recommends: ansible (>= 9.4.0-1~), +Recommends: ansible (>= 9.5.1-1~), python3-argcomplete, python3-cryptography, python3-jmespath, diff --git a/debian/gbp.conf b/debian/gbp.conf index 514ccaf..909d299 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -2,8 +2,9 @@ [DEFAULT] debian-branch = debian/latest -upstream-branch = upstream/latest pristine-tar = True +sign-tags = True +upstream-branch = upstream/latest [import-orig] merge-mode = replace diff --git a/debian/tests/control b/debian/tests/control index 18632a7..a07ba12 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -6,13 +6,13 @@ Depends: @, git, python3-cryptography, python3-jinja2, - python3-mock, python3-passlib, python3-pexpect, python3-pytest, python3-pytest-mock, python3-pytest-forked, python3-pytest-xdist, + python3-systemd, python3-tz, python3-winrm, python3-yaml diff --git a/debian/watch b/debian/watch index ae1cc69..ab85757 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,4 @@ version=4 opts=dversionmangle=s/\+dfsg//,repacksuffix=+dfsg \ -https://pypi.debian.net/ansible-core/ ansible-core-([0-9]+\.[0-9]+\.[0-9]+).tar.gz +https://pypi.debian.net/ansible-core/ ansible[-_]core-([0-9]+\.[0-9]+\.[0-9]+).tar.gz |