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 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210
|
paperwork (2.2.5-3) unstable; urgency=medium
* debian/tests: Ignore a flaky test on s390x architecture (Closes: #1107787)
* debian/control: bump Standards-Version to 4.7.2 (no changes needed)
* debian/copyright: Update copyright year
-- Thomas Perret <thomas.perret@phyx.fr> Wed, 09 Jul 2025 17:22:59 +0200
paperwork (2.2.5-2) unstable; urgency=medium
* debian/tests:
+ use safer check for disabled commands
+ split tests per package
+ skip failing tests on s390x
+ skip libreoffice related tests on riscv64
* debian/patches: add patch to skip write to /dev/stderr
* debian/control: add missing dependencies
* debian/rules: use lower limit of fds for all paperwork-gtk calls
* debian/clean:
+ fix paperwork-gtk egg-info path
+ remove old paths
-- Thomas Perret <thomas.perret@phyx.fr> Sat, 14 Sep 2024 18:31:34 +0200
paperwork (2.2.5-1) unstable; urgency=medium
* New upstream version 2.2.5 (Closes: #1080261, #1080263)
* debian/watch: Fix upstream URL checking
* debian/control: bump Standards-Version to 4.7.0 (no changes needed)
* debian/rules: Rework the install logic
* debian/patches:
+ Refresh patches for new release
+ Add patch to reduce logging verbosity when screenshotting
* debian/copyright:
+ Change metainfo file path
+ Update copyright years
* debian/tests: check the ping command
-- Thomas Perret <thomas.perret@phyx.fr> Sat, 07 Sep 2024 17:19:26 +0200
paperwork (2.2.2-2) unstable; urgency=medium
* debian/rules: Generate png and AUTHORS data in dh_auto_build target
* debian/patches: Add patch to fix running chkworkdir cli command
-- Thomas Perret <thomas.perret@phyx.fr> Sun, 07 Apr 2024 23:55:10 +0200
paperwork (2.2.2-1) unstable; urgency=medium
* New upstream version 2.2.2
* debian/control:
+ Switch build system to pyproject
+ Drop unused dependency (Mitigates: #1061434)
+ Add new dependency
+ Add missing dependencies
* debian/patches:
+ Refresh patches
+ Drop patch applied upstream
+ Split flaky test for autopkgtest (Closes: #1059633)
* debian/copyright:
+ Update Copyright authors and years
+ Update package upstream metadata
* debian/rules:
+ Add/Improve comments in build system
+ Clean after build as per policy (Closes: #1049118, #1049533)
+ Build sphinx documentation in standard location
* debian/NEWS: Document JPEG to PNG migration
* debian/u/metadata: Update package upstream metadata
* debian/watch:
+ drop filename mangling
+ update checking URL
-- Thomas Perret <thomas.perret@phyx.fr> Sun, 07 Apr 2024 12:30:02 +0200
paperwork (2.1.2-1) unstable; urgency=medium
* New upstream version 2.1.2
* debian/patches: cherry-pick upstream commit to fix plugin adding/removing
* Bumps Standards-Version to 4.6.2 (no changes needed)
-- Thomas Perret <thomas.perret@phyx.fr> Sat, 04 Mar 2023 00:32:12 +0100
paperwork (2.1.1-1) unstable; urgency=medium
* New upstream version 2.1.1
* debian/control: Remove python3-dateutil from Build-Depends
* debian/patches: drop patch for scikit-learn requirement removal
(see #1001578)
-- Thomas Perret <thomas.perret@phyx.fr> Wed, 23 Feb 2022 23:15:01 +0100
paperwork (2.1.0-2) unstable; urgency=medium
* debian/patches: Re-disable chkdeps plugins (previous patch refresh failed
to include that part)
* debian/tests: Be more verbose about which package dependency is missing
* debian/{control,tests}: Add libreoffice as Suggests
-- Thomas Perret <thomas.perret@phyx.fr> Thu, 16 Dec 2021 23:14:42 +0100
paperwork (2.1.0-1) unstable; urgency=medium
* New upstream version 2.1.0
* debian/control:
+ Remove :any M-A qualifier from python3-all Build-Depends
+ Update build dependencies
+ Move dependencies to correct binary packages
+ Add python3-sklearn to Build-Depends
* debian/watch: Update watch file for next upstream release
* debian/patches:
+ Refresh patches for new upstream release
+ Reformat patches metadata
+ Remove scikit-learn from paperwork-backend requirements
to workaround #1001578
* debian/copyright: update years and add component license
* debian/tests: remove workaround for ARM 32bits tests
-- Thomas Perret <thomas.perret@phyx.fr> Mon, 13 Dec 2021 23:57:06 +0100
paperwork (2.0.3-3) unstable; urgency=medium
* Add Multi-Arch indications
* Re-enable html documentation builds
-- Thomas Perret <thomas.perret@phyx.fr> Sun, 31 Oct 2021 13:27:51 +0100
paperwork (2.0.3-2) unstable; urgency=medium
* Disable html documentation builds (see #995365)
* Specify python3-all arch in Build-Depends to make lintian happy
* Disable libinsane workaround for autopkgtests (fix #983515)
-- Thomas Perret <thomas.perret@phyx.fr> Mon, 11 Oct 2021 19:27:18 +0200
paperwork (2.0.3-1) unstable; urgency=medium
* New upstream version 2.0.3
* debian/watch: Use source documents to build documentation from source
* Build documentation PDFs from source
* debian/control: Bump Standards-Version to 4.6.0.1 (no changes needed)
-- Thomas Perret <thomas.perret@phyx.fr> Wed, 29 Sep 2021 18:04:02 +0200
paperwork (2.0.2-3) unstable; urgency=medium
* Source only upload, no changes
-- Thomas Perret <thomas.perret@phyx.fr> Sun, 21 Feb 2021 18:22:41 +0100
paperwork (2.0.2-2) unstable; urgency=medium
* Improve packages descriptions
* Suggests GUI packages in core and backend packages
-- Thomas Perret <thomas.perret@phyx.fr> Sun, 14 Feb 2021 12:14:57 +0100
paperwork (2.0.2-1) unstable; urgency=medium
* debian/watch: prepare for new upstream version 2.0.2
* New upstream version 2.0.2 (Closes: #973349)
* Update desktop entry file to manage imports from files directly
* debian/patches: refresh patches for new upstream version
-- Thomas Perret <thomas.perret@phyx.fr> Wed, 06 Jan 2021 22:27:31 +0100
paperwork (2.0.1-1) unstable; urgency=medium
* New upstream version 2.0.1
* debian/control: Add new packages and dependencies
* debian/patches: refresh patch for 2.0.1 release
* debian/tests: rewrite tests and add upstream unittests as DEP-8
* debian/README.source: Document MUT package status
* debian/copyright: Update copyright infos
* debian/gbp.conf: Always use pristine-tar with gbp
* debian/control: Bump Standards-Version to 4.5.1 (no changes needed)
-- Thomas Perret <thomas.perret@phyx.fr> Sun, 27 Dec 2020 12:46:02 +0100
paperwork (1.3.1-3) unstable; urgency=medium
* debian/control:
- Fix localization language pachages descriptions (Closes: #966682,
#966683). Thanks @Alessandro Gandelli
- Bump debhelper compat version
-- Thomas Perret <thomas.perret@phyx.fr> Tue, 11 Aug 2020 22:40:18 +0200
paperwork (1.3.1-2) unstable; urgency=medium
* Remove debian packaging author
* debian/control: Bump Standards-Version to 4.5.0 (no changes needed)
* Source only upload (Closes: #951633)
-- Thomas Perret <thomas.perret@phyx.fr> Wed, 19 Feb 2020 19:47:54 +0100
paperwork (1.3.1-1) unstable; urgency=medium
* New upstream version 1.3.1
* debian/patches: add missing upstream changelog entries about 1.3.1
* debian: Add upstream changelogs to packages docs
* debian/control: add spanish translation package
* debian/copyright: set forum url as upstream contact
-- Thomas Perret <thomas.perret@phyx.fr> Sat, 28 Dec 2019 20:29:17 +0100
paperwork (1.3.0-1) unstable; urgency=medium
* Initial release (Closes: #721287)
-- Thomas Perret <thomas.perret@phyx.fr> Thu, 19 Dec 2019 13:02:45 +0100
|