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 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492
|
sigil (1.9.20+dfsg-2) unstable; urgency=medium
* Relax the requirement on sigil-data's version dependency to accomodate for
binNMUs. Closes: #1028107
* Bump Standards-Version to 4.6.2, no changes needed.
* Bump copyright years.
-- Mattia Rizzolo <mattia@debian.org> Tue, 10 Jan 2023 02:29:05 +0100
sigil (1.9.20+dfsg-1) unstable; urgency=medium
* New upstream version 1.9.20+dfsg.
* Stop excluding the embedded mathjax, now we need it as sigil requires
MathJax 3.2.2+, which is nott packaged in Debian; see #950424.
* Drop Depends on libjs-mathjax.
* Add patch from upstream to fix build with python 3.11.
* Update upstream signing key.
-- Mattia Rizzolo <mattia@debian.org> Mon, 05 Dec 2022 01:55:59 +0100
sigil (1.9.10+dfsg-1) unstable; urgency=medium
* New upstream version 1.9.10+dfsg.
https://github.com/Sigil-Ebook/Sigil/releases/tag/1.9.10
* Bump Standards-Version to 4.6.1, no chnages needed.
-- Mattia Rizzolo <mattia@debian.org> Mon, 23 May 2022 17:27:35 +0200
sigil (1.9.2+dfsg-1) unstable; urgency=medium
[ Mattia Rizzolo ]
* New upstream version 1.9.2+dfsg.
[ Debian Janitor ]
* Remove constraints unnecessary since buster
+ Build-Depends: Drop versioned constraint on qtbase5-dev, qttools5-dev,
qttools5-dev-tools and qtwebengine5-dev.
+ sigil/Depends: Drop versioned constraint on libjs-mathjax,python3-dulwich.
-- Mattia Rizzolo <mattia@debian.org> Sat, 12 Mar 2022 19:54:40 +0100
sigil (1.9.1+dfsg-1) unstable; urgency=medium
* New upstream version 1.9.1+dfsg.
-- Mattia Rizzolo <mattia@debian.org> Mon, 07 Mar 2022 12:22:41 +0100
sigil (1.9.0+dfsg-1) unstable; urgency=medium
* New upstream version 1.9.0+dfsg.
* d/copyright: Update.
* d/control: Build against libpcre2. Closes: #999963
-- Mattia Rizzolo <mattia@debian.org> Mon, 28 Feb 2022 12:54:52 +0100
sigil (1.8.0+dfsg-1) unstable; urgency=medium
[ Mattia Rizzolo ]
* New upstream version 1.8.0+dfsg.
[ Debian Janitor ]
* Remove constraints unnecessary since buster:
* Build-Depends: Drop versioned constraint on cmake.
* Use secure URI in Homepage field.
-- Mattia Rizzolo <mattia@debian.org> Mon, 25 Oct 2021 21:21:26 +0200
sigil (1.7.0+dfsg-2) unstable; urgency=medium
* Upload to unstable.
* d/control: Bump Standards-Version to 4.6.0, no changes needed.
-- Mattia Rizzolo <mattia@debian.org> Sat, 21 Aug 2021 17:41:32 +0200
sigil (1.7.0+dfsg-1) experimental; urgency=medium
* New upstream version 1.7.0+dfsg.
https://github.com/Sigil-Ebook/Sigil/releases/tag/1.7.0
* Fix the -DDISABLE_UPDATE_CHECK flag name.
-- Mattia Rizzolo <mattia@debian.org> Wed, 28 Jul 2021 14:46:13 +0200
sigil (1.6.0+dfsg-1) experimental; urgency=medium
* New upstream version 1.6.0+dfsg.
https://github.com/Sigil-Ebook/Sigil/releases/tag/1.6.0
* Update copyright.
* Add Recommends on python3-pyqtwebengine.
* Build with the new flag -DDISABLE_UPDATECHECK=1 to prevent sigil
from checking for updates online.
-- Mattia Rizzolo <mattia@debian.org> Sun, 30 May 2021 18:54:42 +0200
sigil (1.5.1+dfsg-1) experimental; urgency=medium
* New upstream version 1.5.1+dfsg.
https://github.com/Sigil-Ebook/Sigil/releases/tag/1.5.1
* Update copyright.
* Fixup watchfile match for the changed github URLs.
* Build-Depend on dh-sequence-python3 and drop --with python3 from d/rules.
-- Mattia Rizzolo <mattia@debian.org> Sat, 17 Apr 2021 20:40:04 +0200
sigil (1.4.3+dfsg-1) unstable; urgency=medium
* New upstream version 1.4.3+dfsg
https://github.com/Sigil-Ebook/Sigil/releases/tag/1.4.3
-- Mattia Rizzolo <mattia@debian.org> Thu, 03 Dec 2020 17:15:27 +0100
sigil (1.4.2+dfsg-1) unstable; urgency=medium
* New upstream version 1.4.2+dfsg.
https://github.com/Sigil-Ebook/Sigil/releases/tag/1.4.2
* Bump Standards-Version to 4.5.1, no changes needed.
-- Mattia Rizzolo <mattia@debian.org> Sat, 21 Nov 2020 19:11:53 +0100
sigil (1.4.1+dfsg-1) unstable; urgency=medium
* New upstream version 1.4.1+dfsg.
https://github.com/Sigil-Ebook/Sigil/releases/tag/1.4.1
-- Mattia Rizzolo <mattia@debian.org> Mon, 16 Nov 2020 18:08:45 +0100
sigil (1.4.0+dfsg-1) unstable; urgency=medium
[ Mattia Rizzolo ]
* New upstream version 1.4.0+dfsg.
https://github.com/Sigil-Ebook/Sigil/releases/tag/1.4.0
* d/control: Suggest. the new package "pageedit".
* d/rules: Install the new hicolor icons.
[ Debian Janitor ]
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
-- Mattia Rizzolo <mattia@debian.org> Sat, 14 Nov 2020 17:21:38 +0100
sigil (1.3.0+dfsg-1) unstable; urgency=medium
* New upstream version 1.3.0+dfsg.
https://github.com/Sigil-Ebook/Sigil/releases/tag/1.3.0
* d/control: Bump debhelper compat level to 13.
* d/rules:
+ Drop now unneeded dh_missing override, covered by dh 13.
+ Drop -as-needed linker flag, it's default in the newest toolchain.
-- Mattia Rizzolo <mattia@debian.org> Mon, 27 Jul 2020 18:21:42 +0200
sigil (1.2.1+dfsg-2) unstable; urgency=medium
* d/control:
+ Add a dependency on python3-dulwich, to be able to use the checkpoint
feature. Closes: #955586
+ Drop now unneeded Build-Dependencies on libqt5(svg|xmlpatterns)5-dev.
Thanks to Mihai Limbasan for the report. Closes: #955584
-- Mattia Rizzolo <mattia@debian.org> Fri, 03 Apr 2020 11:46:56 +0200
sigil (1.2.1+dfsg-1) unstable; urgency=medium
* New upstream version 1.2.0+dfsg.
https://github.com/Sigil-Ebook/Sigil/releases/tag/1.2.0
* New upstream version 1.2.1+dfsg.
https://github.com/Sigil-Ebook/Sigil/releases/tag/1.2.1
-- Mattia Rizzolo <mattia@debian.org> Wed, 01 Apr 2020 16:27:16 +0200
sigil (1.1.0+dfsg-1) unstable; urgency=medium
* New upstream version 1.1.0+dfsg.
https://github.com/Sigil-Ebook/Sigil/releases/tag/1.1.0
* d/control: Bump Standards-Version to 4.5.0, no changes needed.
* Update copyright.
-- Mattia Rizzolo <mattia@debian.org> Fri, 07 Feb 2020 18:39:11 +0100
sigil (1.0.0+dfsg-1) unstable; urgency=medium
* New upstream version 1.0.0+dfsg. Closes: #947056
https://github.com/Sigil-Ebook/Sigil/releases/tag/1.0.0
* Upload to unstable.
-- Mattia Rizzolo <mattia@debian.org> Sat, 21 Dec 2019 15:50:17 +0100
sigil (0.9.991+dfsg-1) experimental; urgency=medium
* New upstream alpha version 0.9.991+dfsg.
https://github.com/Sigil-Ebook/Sigil/releases/tag/0.9.991
* d/control: Bump Standards-Version to 4.4.1, no changes needed.
-- Mattia Rizzolo <mattia@debian.org> Sun, 10 Nov 2019 18:41:11 +0100
sigil (0.9.18+dfsg-1) unstable; urgency=medium
* New upstream version 0.9.18+dfsg.
* Update copyright.
* Recommend python3-css-parser, which replaced the embedded old code copy.
* d/rules: Remove code dealing with the removed copy of python-css-parser.
-- Mattia Rizzolo <mattia@debian.org> Fri, 06 Sep 2019 15:23:11 +0200
sigil (0.9.17+dfsg-1) unstable; urgency=medium
* New upstream version 0.9.17+dfsg.
* Update copyright.
-- Mattia Rizzolo <mattia@debian.org> Sat, 10 Aug 2019 16:46:35 +0200
sigil (0.9.16+dfsg-1) unstable; urgency=medium
* New upstream version 0.9.16+dfsg.
+ Fix a Zip directory traversal vulnerability.
Closes: #933797; CVE-2019-14452
* d/control: Bump Standards-Version to 4.4.0, no changes needed.
* Upload to unstable.
-- Mattia Rizzolo <mattia@debian.org> Mon, 05 Aug 2019 14:02:35 +0200
sigil (0.9.15+dfsg-1) experimental; urgency=medium
* New upstream version 0.9.15+dfsg.
* d/control: Update dependencies, move from qtwebkit to qtwebengine.
-- Mattia Rizzolo <mattia@debian.org> Sat, 06 Jul 2019 17:31:22 +0200
sigil (0.9.14+dfsg-1) unstable; urgency=medium
* New upstream version 0.9.14+dfsg.
-- Mattia Rizzolo <mattia@debian.org> Sat, 06 Jul 2019 17:21:47 +0200
sigil (0.9.13+dfsg-1) unstable; urgency=medium
* New upstream version 0.9.13+dfsg.
* d/copyright:
+ Update the Files-Excluded pattern.
+ Update.
* Sigil now has native support for system-wide mathjx, leverage it,
and drop the local patch.
-- Mattia Rizzolo <mattia@debian.org> Thu, 21 Mar 2019 13:02:08 +0100
sigil (0.9.12+dfsg-1) unstable; urgency=medium
* New upstream version 0.9.12+dfsg.
-- Mattia Rizzolo <mattia@debian.org> Tue, 19 Feb 2019 13:50:47 +0100
sigil (0.9.11+dfsg-1) unstable; urgency=medium
* New upstream version 0.9.11+dfsg.
* d/copyright: Update.
* d/rules: remove extra copyright/readme files from the installed package.
* d/control
+ Bump Standards-Version to 4.3.0, no changes needed.
+ Bump debhelper compat level to 12, using the new debhelper-compat.
-- Mattia Rizzolo <mattia@debian.org> Sat, 16 Feb 2019 20:55:49 +0100
sigil (0.9.10+dfsg-1) unstable; urgency=medium
* New upstream version 0.9.10+dfsg.
* d/control:
+ Remove Norbert Preining from Uploaders as per his own request.
Thank you for your previous work on Sigil packaging!
+ Bump Standards-Version 4.1.5, no changes needed.
* d/watch: include gpg signature check.
* d/copyright:
+ Update.
+ Use HTTPS in the Format field.
-- Mattia Rizzolo <mattia@debian.org> Sun, 29 Jul 2018 19:22:22 +0200
sigil (0.9.9+dfsg-1) unstable; urgency=medium
* New upstream version 0.9.9+dfsg.
https://sigil-ebook.com/2017/12/22/sigil-0-9-9-released
* d/copyright: update.
* d/watch: change matching pattern to match the new tarball.
* d/upstream/signing-key.asc: Add the upstream signing key.
* Bump debhelper compat level to 11.
* d/control:
+ Move Vcs-* to salsa.debian.org.
+ Bump Standards-Version to 4.1.2:
- Replace Priority:extra (deprecated) with optional.
+ Set Rules-Requires-Root: no.
+ Remove dependency on ${shlibs:Depends} from sigil-data.
+ Drop Recommends on Python 2, to help with deprecating it.
* d/rules:
+ Use dh_missing --fail-missing instead of dh_install --fail-missing.
+ Remove the get-orig-source target, that was just calling uscan.
+ Make some command more verbose.
-- Mattia Rizzolo <mattia@debian.org> Tue, 26 Dec 2017 19:27:42 +0100
sigil (0.9.8+dfsg-2) unstable; urgency=medium
* Upload to unstable.
-- Mattia Rizzolo <mattia@debian.org> Wed, 14 Jun 2017 16:23:26 +0200
sigil (0.9.8+dfsg-1) experimental; urgency=medium
* New upstream version 0.9.8+dfsg.
* Update copyright years.
* Add reccomends on python3-pyqt5.
Upstream suggests plugin writers to use it to write the UI.
-- Mattia Rizzolo <mattia@debian.org> Wed, 22 Mar 2017 10:40:14 +0100
sigil (0.9.7+dfsg-1) unstable; urgency=medium
* New upstream version 0.9.7+dfsg:
+ d/copyright: update Files-Exclude field.
+ update jquery and jquery.scrollto symlinks.
+ d/patches/hunspell: drop, already upstream.
-- Mattia Rizzolo <mattia@debian.org> Sun, 30 Oct 2016 14:49:18 +0000
sigil (0.9.6+dfsg-3) unstable; urgency=medium
* d/control: add "Multi-Arch: foreign" marker to sigil-data.
* Bump debhelper compat level to 10.
+ Drop explicit --parallel option, now default.
* Remove the 'reproducible' patch.
GCC produces deterministic __DATE__ and __TIME__ following
SOURCE_DATE_EPOCH, so removing them is not strictly needed anymore.
-- Mattia Rizzolo <mattia@debian.org> Mon, 17 Oct 2016 18:06:13 +0000
sigil (0.9.6+dfsg-2) unstable; urgency=medium
* Drop the patch setting the SIGIL_DICTIONARY env variable in the launcher
script, and instead backport two paches from git that specify hunspell
dictionaries paths at build time (with /usr/share/hunspell being default
and hardcoded).
-- Mattia Rizzolo <mattia@debian.org> Thu, 04 Aug 2016 17:31:49 +0000
sigil (0.9.6+dfsg-1) unstable; urgency=medium
* Imported Upstream version 0.9.6+dfsg.
* d/watch: fix dversionmangle to correctly mangle dfsg versions with a number.
-- Mattia Rizzolo <mattia@debian.org> Sun, 19 Jun 2016 09:21:32 +0000
sigil (0.9.5+dfsg1-1) unstable; urgency=medium
* Imported Upstream version 0.9.5+dfsg1
+ remove embedded, minified MathJax.
* Add patch to use system MathJax instead of the bundled one. Thanks to
Dmitry Shachnev <mitya57@debian.org> for the help with the configuration!
* debian/control:
+ stop recommending a specific python3 version. Closes: #812602
+ use https in Vcs-Git.
+ bump Standards-Version to 3.9.8, no changes needed.
+ add dependency on libjs-mathjax.
* debian/copyright:
+ update years.
+ add mathjax files to Files-Excluded.
* debian/watch: use the tarball manually uploaded by upstream.
-- Mattia Rizzolo <mattia@debian.org> Mon, 13 Jun 2016 16:36:41 +0000
sigil (0.9.2+dfsg+dfsg-2) unstable; urgency=medium
* [2c7b008] debian/clean: files moved, so update the list of files to remove.
* [adca4b7] Use dh_python3 to compute python dependencies, etc.
* debian/control:
+ [9bd47bb] Recommends some python3 modules used by the test plugin.
+ [b4ef59b] Build using the default python version. Closes: #810872
-- Mattia Rizzolo <mattia@debian.org> Tue, 19 Jan 2016 13:45:43 +0000
sigil (0.9.2+dfsg+dfsg-1) unstable; urgency=medium
* [19a5e34] debian/{control,copyright}: use my @debian.org email address
* [4b7b293] Imported Upstream version 0.9.2+dfsg+dfsg
+ [f0192e8] debian/patches/switch-to-QTemporaryDir: remove.
-- Mattia Rizzolo <mattia@debian.org> Sat, 19 Dec 2015 09:12:32 +0000
sigil (0.9.1+dfsg-2) unstable; urgency=medium
* [5c55628] debian/patches/switch-to-QTemporaryDir: take commit from upstream
to have a race-free, privacy-ok temporary directory implementation.
-- Mattia Rizzolo <mattia@mapreri.org> Thu, 03 Dec 2015 16:28:47 +0000
sigil (0.9.1+dfsg-1) unstable; urgency=medium
* [5fab6a8] Imported Upstream version 0.9.1+dfsg.
* [9d62545] d/patches/{multiarch,reproducible-build}: drop, applied upstream.
-- Mattia Rizzolo <mattia@mapreri.org> Sun, 29 Nov 2015 18:19:43 +0000
sigil (0.9.0+dfsg-3) unstable; urgency=medium
* [1433219] debian/control: remove a bunch of Build-Dependencies not needed
anymore. Thanks to KevinH (upstream developer) for noticing.
* [d527ac3] debian/patches/multiarch: mark the patch as forwarded.
* [155dae8] debian/patches/reproducible-build: apply patch to get sigil build
reproducibly. The order of the linking was dependent on readdir() order,
so sort the list of sources before everything. Thanks to
Reiner Herrmann <reiner@reiner-h.de> for the patch. Closes: #805500
-- Mattia Rizzolo <mattia@mapreri.org> Thu, 19 Nov 2015 00:23:52 +0000
sigil (0.9.0+dfsg-2) unstable; urgency=medium
* [7ecedd6] debian/patch/multarch: allow finding the python lib everywhere,
fix FTBFS on !amd64 and !i386.
* [b70e6d7] debian/control: Let sigil depend on libhunspell-dev.
The plugin system looks for libhunspell.so directly, so we need the symlink
provided by this. Closes: #804887
* [5bf179b] debian/rules: fix extra-license-file lintian warning.
-- Mattia Rizzolo <mattia@mapreri.org> Mon, 16 Nov 2015 15:45:20 +0000
sigil (0.9.0+dfsg-1) unstable; urgency=medium
* [f98b278] Imported Upstream version 0.9.0+dfsg.
* debian/rules:
+ [1c5a574] the bundled jquery-scrollto moved, update the `ln -s` paths.
+ [eb71fb7] force use of system libs (-DSYSTEM_LIBS_REQUIRED=1).
+ [2878b60] link with --as-needed to avoid over-linking.
+ [dcf912c] set -DINSTALL_BUNDLED_DICTS=0.
* debian/patches:
* [b2ca7e0] remove not needed anymore patches.
* [3be2b5b] refresh.
* debian/control:
+ [c53608d] build-depend on python3.4-dev (yes, I really need to hardcode
this python version).
+ [909d06d] let sigil depend on python3-lxml (used by the plugin launcher).
+ [35dcfc8] let sigil recommend python2.7 and python3.4, which are used by
external plugins. We can't use a simple python/python3 since upstream
supports only those 2 versions, and plugins explitely list them.
* [e1d147d] sigil does not support SIGIL_TRANSLATION anymore, so remove the
relative patch and citation in the manpage.
* debian/copyright:
+ [084da83] update Files-Excluded for the new tarball.
+ [ca93bf3,d640e1e] update copyright after the new upstream release.
* [7f5b6ab] debian/sigil.install: install the whole usr/lib directory.
-- Mattia Rizzolo <mattia@mapreri.org> Tue, 10 Nov 2015 09:12:53 +0000
sigil (0.8.7+dfsg-3) unstable; urgency=medium
* debian/control: set Priority: extra since 2 of its deps are so
* debian/patches/translations: add to get sigil using its own translation
files. Closes: #798764
-- Mattia Rizzolo <mattia@mapreri.org> Thu, 24 Sep 2015 09:13:31 +0000
sigil (0.8.7+dfsg-2) unstable; urgency=medium
* debian/clean: remove the two jquery minified js (if they are present, they
are symlink created in a past build)
* debian/sigil.1: document the SIGIL_DICTIONARIES and SIGIL_TRANSLATIONS
environment variables. Closes: #794067
* debian/patches:
+ reproducible: add to make the build reproducible: this just removes the
"Build time" label from the about window.
+ FTBFS_kfreebsdd: add to fix FTBFS in kfreebsd
+ dictionaries: add to change the default dictionaries path to
/usr/share/hunspell (provided by hunspell-dictionaries)
-- Mattia Rizzolo <mattia@mapreri.org> Tue, 01 Sep 2015 19:13:58 +0000
sigil (0.8.7+dfsg-1) unstable; urgency=medium
[ Norbert Preining ]
* New upstream releases 0.8.7.
* debian/watch: move to the new github project.
* debian/copyright: update the upstream source location.
* debian/rules: stop removing pcre, since the tarball actually miss it.
[ Mattia Rizzolo ]
* debian/control: update Homepage field to the new site.
* debian/rules: do not fail the configure step if run twice.
* debian/copyright: remove pcre files from the copyright, they are not on
the tarball anymore.
-- Norbert Preining <preining@debian.org> Wed, 29 Jul 2015 21:07:25 +0900
sigil (0.8.4+dfsg-1) experimental; urgency=low
* Initial packaging of Sigil (Closes: #590180)
-- Mattia Rizzolo <mattia@mapreri.org> Sun, 15 Feb 2015 15:02:32 +0100
|