1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118
|
python-sshoot (1.6.0-2) unstable; urgency=medium
* QA upload.
* Remove dependency on python3-pkg-resources (Closes: #1083711)
-- Alexandre Detiste <tchet@debian.org> Sun, 09 Feb 2025 16:43:15 +0100
python-sshoot (1.6.0-1) unstable; urgency=medium
* QA upload.
* New upstream version 1.6.0 (Closes: #1074523)
* Standards-Version: 4.7.0 (routine-update)
* Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
* Refresh patches
* Vendor ``toolrack.script.Script`` as a patch,
no need to ITP yet another garbage 'util' library.
[ Boyuan Yang ]
* New upstream version 1.5.1
* Bump Standards-Version to 4.6.0.
* debian/control: Bump debhelper compat to v13.
[ Andreas Beckmann ]
* Refresh patches.
-- Alexandre Detiste <tchet@debian.org> Sun, 30 Jun 2024 18:50:30 +0200
python-sshoot (1.4.2-3) unstable; urgency=medium
* QA upload.
* Switch to register-python-argcomplete. (Closes: #1013601)
* Add upstream metadata.
* Add proper GPL-3+ license paragraph.
-- Andreas Beckmann <anbe@debian.org> Wed, 17 Apr 2024 14:24:08 +0200
python-sshoot (1.4.2-2) unstable; urgency=medium
* orphaning package
* relax shellcheck test;
closes: bug#997785, thanks to Lucas Nussbaum
* update copyright info:
+ use Reference field (not License-Reference);
tighten lintian overrides
+ update coverage
* simplify source helper script copyright-check
-- Jonas Smedegaard <dr@jones.dk> Mon, 01 Nov 2021 12:23:34 +0100
python-sshoot (1.4.2-1) unstable; urgency=medium
[ upstream ]
* New release.
[ Jonas Smedegaard ]
* Unfuzz patch 1001.
* Declare compliance with Debian Policy 4.4.1.
* Build-depend on python3-pytest-mock.
-- Jonas Smedegaard <dr@jones.dk> Wed, 02 Oct 2019 14:42:53 +0200
python-sshoot (1.4.1-7) unstable; urgency=medium
* Update watch file: Fix regular expressions.
* Fix depend on python3-pkg-resources.
-- Jonas Smedegaard <dr@jones.dk> Tue, 12 Feb 2019 15:20:20 +0100
python-sshoot (1.4.1-6) unstable; urgency=medium
* Fix pass buildsystem to overridden rules.
* Update copyright info: Extend coverage of packaging.
-- Jonas Smedegaard <dr@jones.dk> Mon, 11 Feb 2019 22:13:46 +0100
python-sshoot (1.4.1-5) unstable; urgency=medium
* Fix and improve autopkgtest.
* Update watch file:
+ Rewrite usage comment.
+ Simplify regular expressions.
* Fix description in generated manpage.
-- Jonas Smedegaard <dr@jones.dk> Mon, 11 Feb 2019 21:50:53 +0100
python-sshoot (1.4.1-4) unstable; urgency=medium
* Check generated bash-completion script.
Build-depend on shellcheck.
-- Jonas Smedegaard <dr@jones.dk> Mon, 07 Jan 2019 13:11:35 +0100
python-sshoot (1.4.1-3) unstable; urgency=medium
* Simplify rules:
+ Use debhelper hint file for cleanup.
+ Generalize manpage generation.
* Generate bash-completion script during build.
* Declare compliance with Debian Policy 4.3.0.
* Set Rules-Requires-Root: no.
* Add autopkgtest.
-- Jonas Smedegaard <dr@jones.dk> Mon, 07 Jan 2019 12:26:56 +0100
python-sshoot (1.4.1-2) unstable; urgency=medium
* Add patch 1001 to avoid expanding $HOME variable in help output,
for reproducibly generating manpage.
Closes: Bug#917101. Thanks to Chris Lamb.
-- Jonas Smedegaard <dr@jones.dk> Sat, 22 Dec 2018 19:26:13 +0100
python-sshoot (1.4.1-1) unstable; urgency=low
* Initial packaging release.
Closes: bug#916258. Thanks to David Seaward.
-- Jonas Smedegaard <dr@jones.dk> Fri, 21 Dec 2018 17:28:27 +0100
|