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 119 120
|
thefuck (3.32-0.3) unstable; urgency=medium
* Non-maintainer upload.
[ Bastian Germann ]
* d/copyright: List BSD-2-clause verbosely. (Closes: #1101468)
-- Louis-Philippe Véronneau <pollo@debian.org> Fri, 28 Mar 2025 15:56:03 -0400
thefuck (3.32-0.2) unstable; urgency=medium
* Non-maintainer upload.
* Remove the runtime dependency on python3-setuptools
-- Alexandre Detiste <tchet@debian.org> Sat, 01 Feb 2025 10:02:57 +0100
thefuck (3.32-0.1) unstable; urgency=medium
* Non-maintainer upload.
* New upstream version
* Add dependency on python3-zombie-imp (LP: #2065530)
* Remove need for python3-distutilts (Closes: #1065984, LP: #1875178)
* Enable most tests in local build,
add dependency on python3-mock & python3-pytest,
the tests still fail in a clean buildd
* Standards-Version: 4.7.0 (routine-update)
* Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
* Rules-Requires-Root: no (routine-update)
* Watch file standard 4 (routine-update)
* Refresh patches
-- Alexandre Detiste <tchet@debian.org> Mon, 01 Jul 2024 15:49:19 +0200
thefuck (3.29-0.3) unstable; urgency=medium
* Non-maintainer upload.
* Add debian/patches/0002-CVE-2021-34363.patch to fix possible changes in
files outside of working directory. (Closes: #989989, CVE-2021-34363)
-- Francisco Vilmar Cardoso Ruviaro <francisco.ruviaro@riseup.net> Fri, 18 Jun 2021 23:36:23 +0000
thefuck (3.29-0.2) unstable; urgency=medium
* Non-maintainer upload.
* Add missing Depends 'python3-distutils' on thefuck. (Closes: #946447)
-- Francisco Vilmar Cardoso Ruviaro <francisco.ruviaro@riseup.net> Wed, 09 Jun 2021 23:10:07 +0000
thefuck (3.29-0.1) unstable; urgency=medium
* Non-maintainer upload
* New upstream release, to migrate to python 3; Closes: #897603
- move from python2 to python3, switch to pybuild too
* debian/copyright
- update to reflect new upstream release
* debian/control
- update Vcs-* fields to point to Salsa
- drop outdated X-P-V field
- bump Standards-Version to 4.4.0 (no changes needed)
-- Sandro Tosi <morph@debian.org> Thu, 22 Aug 2019 18:15:36 -0400
thefuck (3.11-2.1) unstable; urgency=medium
* Non-maintainer upload.
* Add the missing dependency on python-pkg-resources.
(Closes: #842393)
-- Adrian Bunk <bunk@debian.org> Sat, 12 May 2018 10:22:28 +0300
thefuck (3.11-2) unstable; urgency=medium
* Depend on python-pathlib2 instead of python-pathlib.
Thanks to Axel Beckert for the patch (Closes: #836748)
-- Alessio Treglia <alessio@debian.org> Wed, 05 Oct 2016 07:24:14 +0100
thefuck (3.11-1) unstable; urgency=medium
* Imported Upstream version 3.11
* Dropped 1001-fix_memoize.patch, applied upstream
* Refresh patches.
* Move under Section utils. Closes: #820384
* Bump Standards
-- Alessio Treglia <alessio@debian.org> Mon, 29 Aug 2016 14:03:01 +0100
thefuck (3.2-1) unstable; urgency=medium
* New upstream release.
* Drop patch for XDG compliance.
* Add patch to fix wrong handling of logic operator in thefuck/utils.py.
-- Alessio Treglia <alessio@debian.org> Wed, 04 Nov 2015 23:17:13 +0000
thefuck (3.1-1) unstable; urgency=medium
* New upstream release.
* Depends on python-decorator.
* Refresh patches:
- debian/patches/0001-clean_scripts_install.patch
- debian/patches/0003-xdg_config_dir.patch
* Drop debian/patches/0002-disable_sudo_correction.patch:
- The program asks for confirmatiom by default before fixing
the previous command.
-- Alessio Treglia <alessio@debian.org> Mon, 02 Nov 2015 01:46:20 +0000
thefuck (2.5.6-1) unstable; urgency=medium
* New upstream release.
* Refresh patches.
-- Alessio Treglia <alessio@debian.org> Thu, 30 Jul 2015 12:15:46 +0100
thefuck (1.46-1) unstable; urgency=medium
* Initial release. (Closes: #783816)
-- Alessio Treglia <alessio@debian.org> Wed, 17 Jun 2015 17:44:55 +0100
|