[ubuntu/resolute-proposed] papers 49.1-1ubuntu1 (Accepted)
Alessandro Astone
alessandro.astone at canonical.com
Fri Oct 31 16:53:23 UTC 2025
papers (49.1-1ubuntu1) resolute; urgency=medium
[ Alessandro Astone ]
* Merge with Debian (LP: #2129791). Remaining changes:
- Branch for Ubuntu
- Add debian/.gitignore to avoid static libraries
- Add patch to build with vendored crates
- Disable patches unneeded by Ubuntu build
- Vendor Rust crate build dependencies into debian/missing-sources/
as required by current Ubuntu MIR policy
- Update debian/source/include-binaries
- Update XS-Vendored-Sources-Rust field
* Drop dh-sequence-translations, included in dh-sequence-gnome
* Automate XS-Vendored-Sources-Rust handling
* Update vendored rust crates
* Update debian/source/include-binaries
* Update XS-Vendored-Sources-Rust field
* Build-Depends: quilt
[ Jeremy Bícha ]
* Simplify handling exclusion of .a file
* README.source: Remove the "general overview"
* README.source: Add prerequisites
* README.source: apply patches instead of discussing it
* Use a custom vendor rule in debian/rules rather than in debian/README.source
papers (49.1-1) unstable; urgency=medium
* New upstream release
papers (49.0-3) unstable; urgency=medium
[ Jeremy Bícha ]
* Lower timeout for riscv64.
The test completed in 2170 seconds, so 3600 seconds is hopefully enough
[ Arnaud Ferraris ]
* debian: port to oo7 v0.5
* d/copyright: drop entries for no-longer-existing files
* d/control: fix gobject-introspection dependency.
Depending on `libgirepository1.0-dev` is no longer needed as long as we
have a recent enough `gobject-introspection`, so we can use
`deb-gir-tool` to locate and copy .gir files.
* salsa-ci: disable reprotest.
It is known to be flaky on Rust packages.
papers (49.0-2) unstable; urgency=medium
* Extend dh_auto_test timeout for riscv64
papers (49.0-1) unstable; urgency=medium
* New upstream release
* Update Build-Depends (Closes: #1115796)
* Rename library packages for soname bump
* Update symbols files
* Build with sysprof support
* Add patch to avoid using rust-git-version: unnecessary and not in Debian
* Add patch to use older rust-oo7
* debian/papers.docs: NEWS → NEWS.md
* Remove obsolete Rules-Requires-Root: no field
* Bump Standards Version to 4.7.2
papers (48.5-1) unstable; urgency=medium
[ Simon McVittie ]
* d/gbp.conf, d/watch: Only watch for 48.x for now.
We'll track 48.x in testing/unstable for now, to get more testing
for possible future trixie updates.
* New upstream bugfix release 48.4
- Only enable the digital signing action if the document format
supports it
(papers!581 upstream)
- Correct the display of digital signatures: previously documents with
valid signatures were shown as invalid and vice versa
(papers!602 upstream)
- When launched to open a file, open that file, instead of another copy of
the same file that is already open
(papers!585 upstream)
- When entering presentation mode, don't start rendering until the window
has reached its fullscreen size, fixing blurry rendering
(papers#438 upstream)
- Fix signing cursor changing unexpectedly before signatures
(papers!533 upstream)
- Format the last-modified annotation in the local time zone
(papers#398 upstream)
- Remove an unnecessary help page (papers#443 upstream)
- Translation updates
- macOS build/CI changes not relevant to Debian
* New upstream bugfix release 48.5
- Don't preview links after the cursor has already left the link
(papers#465 upstream)
- Allow link preview to happen more than once for the same link
(papers#466 upstream)
- Fix a translation issue when showing the number of pending
print jobs (papers!625 upstream)
- Ignore the scroll offset when drawing the signing area, so that it will
be drawn in the correct place
(papers!534 upstream)
- When quitting the app, prompt to save documents with unsaved changes
or for whether a pending print job should continue
- Fix navigation between pages via internal links in continuous mode
(papers#462 upstream)
- Fix a focus issue (papers!612 upstream)
- Improve selection performance
(papers!591 upstream)
- Fix assertion warnings during exit by removing all child widgets
(papers!571 upstream)
- Fix rendering of large pages when zoomed in (papers#432 upstream)
- Fix incorrect #error messages when including single headers
- Allow more than one character to be selected when using caret selection,
typically with accessibility tools (papers#432 upstream)
- Add missing newline to `papers --version` output
- Correct scaling of selection (papers#458 upstream)
- Linter fixes
- Translation updates
papers (48.3-1) unstable; urgency=medium
* New upstream bugfix release
papers (48.2-1) unstable; urgency=medium
* New upstream release
papers (48.1-1) unstable; urgency=medium
* New upstream release
* Add Build-Depends: dh-sequence-gnome
* Salsa CI: stop disabling reproducibility check
papers (48.0-2) unstable; urgency=medium
* Re-enable gir regeneration
Date: Fri, 31 Oct 2025 17:33:23 +0100
Changed-By: Alessandro Astone <alessandro.astone at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/papers/49.1-1ubuntu1
-------------- next part --------------
Format: 1.8
Date: Fri, 31 Oct 2025 17:33:23 +0100
Source: papers
Built-For-Profiles: noudeb
Architecture: source
Version: 49.1-1ubuntu1
Distribution: resolute
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Alessandro Astone <alessandro.astone at canonical.com>
Closes: 1115796
Launchpad-Bugs-Fixed: 2129791
Changes:
papers (49.1-1ubuntu1) resolute; urgency=medium
.
[ Alessandro Astone ]
* Merge with Debian (LP: #2129791). Remaining changes:
- Branch for Ubuntu
- Add debian/.gitignore to avoid static libraries
- Add patch to build with vendored crates
- Disable patches unneeded by Ubuntu build
- Vendor Rust crate build dependencies into debian/missing-sources/
as required by current Ubuntu MIR policy
- Update debian/source/include-binaries
- Update XS-Vendored-Sources-Rust field
* Drop dh-sequence-translations, included in dh-sequence-gnome
* Automate XS-Vendored-Sources-Rust handling
* Update vendored rust crates
* Update debian/source/include-binaries
* Update XS-Vendored-Sources-Rust field
* Build-Depends: quilt
.
[ Jeremy Bícha ]
* Simplify handling exclusion of .a file
* README.source: Remove the "general overview"
* README.source: Add prerequisites
* README.source: apply patches instead of discussing it
* Use a custom vendor rule in debian/rules rather than in debian/README.source
.
papers (49.1-1) unstable; urgency=medium
.
* New upstream release
.
papers (49.0-3) unstable; urgency=medium
.
[ Jeremy Bícha ]
* Lower timeout for riscv64.
The test completed in 2170 seconds, so 3600 seconds is hopefully enough
.
[ Arnaud Ferraris ]
* debian: port to oo7 v0.5
* d/copyright: drop entries for no-longer-existing files
* d/control: fix gobject-introspection dependency.
Depending on `libgirepository1.0-dev` is no longer needed as long as we
have a recent enough `gobject-introspection`, so we can use
`deb-gir-tool` to locate and copy .gir files.
* salsa-ci: disable reprotest.
It is known to be flaky on Rust packages.
.
papers (49.0-2) unstable; urgency=medium
.
* Extend dh_auto_test timeout for riscv64
.
papers (49.0-1) unstable; urgency=medium
.
* New upstream release
* Update Build-Depends (Closes: #1115796)
* Rename library packages for soname bump
* Update symbols files
* Build with sysprof support
* Add patch to avoid using rust-git-version: unnecessary and not in Debian
* Add patch to use older rust-oo7
* debian/papers.docs: NEWS → NEWS.md
* Remove obsolete Rules-Requires-Root: no field
* Bump Standards Version to 4.7.2
.
papers (48.5-1) unstable; urgency=medium
.
[ Simon McVittie ]
* d/gbp.conf, d/watch: Only watch for 48.x for now.
We'll track 48.x in testing/unstable for now, to get more testing
for possible future trixie updates.
* New upstream bugfix release 48.4
- Only enable the digital signing action if the document format
supports it
(papers!581 upstream)
- Correct the display of digital signatures: previously documents with
valid signatures were shown as invalid and vice versa
(papers!602 upstream)
- When launched to open a file, open that file, instead of another copy of
the same file that is already open
(papers!585 upstream)
- When entering presentation mode, don't start rendering until the window
has reached its fullscreen size, fixing blurry rendering
(papers#438 upstream)
- Fix signing cursor changing unexpectedly before signatures
(papers!533 upstream)
- Format the last-modified annotation in the local time zone
(papers#398 upstream)
- Remove an unnecessary help page (papers#443 upstream)
- Translation updates
- macOS build/CI changes not relevant to Debian
* New upstream bugfix release 48.5
- Don't preview links after the cursor has already left the link
(papers#465 upstream)
- Allow link preview to happen more than once for the same link
(papers#466 upstream)
- Fix a translation issue when showing the number of pending
print jobs (papers!625 upstream)
- Ignore the scroll offset when drawing the signing area, so that it will
be drawn in the correct place
(papers!534 upstream)
- When quitting the app, prompt to save documents with unsaved changes
or for whether a pending print job should continue
- Fix navigation between pages via internal links in continuous mode
(papers#462 upstream)
- Fix a focus issue (papers!612 upstream)
- Improve selection performance
(papers!591 upstream)
- Fix assertion warnings during exit by removing all child widgets
(papers!571 upstream)
- Fix rendering of large pages when zoomed in (papers#432 upstream)
- Fix incorrect #error messages when including single headers
- Allow more than one character to be selected when using caret selection,
typically with accessibility tools (papers#432 upstream)
- Add missing newline to `papers --version` output
- Correct scaling of selection (papers#458 upstream)
- Linter fixes
- Translation updates
.
papers (48.3-1) unstable; urgency=medium
.
* New upstream bugfix release
.
papers (48.2-1) unstable; urgency=medium
.
* New upstream release
.
papers (48.1-1) unstable; urgency=medium
.
* New upstream release
* Add Build-Depends: dh-sequence-gnome
* Salsa CI: stop disabling reproducibility check
.
papers (48.0-2) unstable; urgency=medium
.
* Re-enable gir regeneration
Checksums-Sha1:
7399e70d02d6b11c1bec4d71f609fb8c11c4e415 6859 papers_49.1-1ubuntu1.dsc
63324d55c95ac309aeac84c08fca809009127ecf 4467132 papers_49.1.orig.tar.xz
fc3cbc9dfdc6f334c53155e4d3e8543710d2c9a5 19107932 papers_49.1-1ubuntu1.debian.tar.xz
0122552c360c11170f19f4e16eb5d2d6ced5cbde 21531 papers_49.1-1ubuntu1_source.buildinfo
Checksums-Sha256:
15c3a1234614580703c9f79051fc80019092e2457f025441ccd756a4eb51e262 6859 papers_49.1-1ubuntu1.dsc
4ab23a67897bddd6be2d6298210fff602cfec0f35688bc5bff270360b0784c29 4467132 papers_49.1.orig.tar.xz
c4497c9837c5d4a6b3577337c87723a294fed8ed0ddf3f8e3c2d9fcc1681662a 19107932 papers_49.1-1ubuntu1.debian.tar.xz
48420e14feade950a91ffc957c5b3f30c72b6b549874ab136701e1c444d691f8 21531 papers_49.1-1ubuntu1_source.buildinfo
Files:
0cfe375fd9c8c1ae7299168f2decd1e4 6859 gnome optional papers_49.1-1ubuntu1.dsc
a756b3d2543aaf6e13fd5641383d770e 4467132 gnome optional papers_49.1.orig.tar.xz
e539675efae741e331eb3fbca630e222 19107932 gnome optional papers_49.1-1ubuntu1.debian.tar.xz
a7d046caf06632b1edbd0249484538e2 21531 gnome optional papers_49.1-1ubuntu1_source.buildinfo
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
More information about the Resolute-changes
mailing list