Your message dated Wed, 18 Jun 2025 06:50:15 +0000
with message-id <[email protected]>
and subject line unblock rust-gtk4
has caused the Debian Bug report #1107958,
regarding unblock: rust-gtk4/0.9.6-1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1107958: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1107958
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
X-Debbugs-Cc: [email protected], [email protected]
Control: affects -1 + src:rust-gtk4
User: [email protected]
Usertags: unblock

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Please unblock package rust-gtk4


[ Reason ]
I just uploaded a fix for #1107924 (wrong nocheck annotation)

[ Impact ]
Would eventually lead to the removal of all rust-gtk related packages 
(which would be bad)

[ Tests ]
autopkgtests (I ensured they pass)

[ Risks ]
little, just a gained dependency on libgtk-4-dev 

[ Checklist ]
  [x] all changes are documented in the d/changelog
  [x] I reviewed all changes and I approve them
  [x] attach debdiff against the package in testing


unblock rust-gtk4/0.9.6-1


-----BEGIN PGP SIGNATURE-----

iIsEARYKADMWIQQUWTv/Sl6/b+DpcW7svtu2B7myvgUCaFHqRxUcd2VyZGFoaWFz
QGRlYmlhbi5vcmcACgkQ7L7btge5sr60SAEA1E8FH614Hbs7PiA104tuI3mXXSBd
NF5BrStYyXhqbvcBAJ52E9CcmBO3vI6yZwwqnkc++HMNgXoPKk4HNqY/psIF
=nIb+
-----END PGP SIGNATURE-----
diff -Nru rust-gtk4-0.9.6/debian/changelog rust-gtk4-0.9.6/debian/changelog
--- rust-gtk4-0.9.6/debian/changelog    2025-02-22 15:59:13.000000000 +0100
+++ rust-gtk4-0.9.6/debian/changelog    2025-06-18 00:09:50.000000000 +0200
@@ -1,3 +1,9 @@
+rust-gtk4 (0.9.6-2) unstable; urgency=medium
+
+  * Add build-depencency on libgtk-4-dev (Closes: #1107924)
+
+ -- Matthias Geiger <[email protected]>  Wed, 18 Jun 2025 00:09:50 +0200
+
 rust-gtk4 (0.9.6-1) unstable; urgency=medium
 
   * Package gtk4 0.9.6 from crates.io using debcargo 2.7.7
diff -Nru rust-gtk4-0.9.6/debian/control rust-gtk4-0.9.6/debian/control
--- rust-gtk4-0.9.6/debian/control      2025-02-22 15:59:13.000000000 +0100
+++ rust-gtk4-0.9.6/debian/control      2025-06-18 00:09:50.000000000 +0200
@@ -3,7 +3,12 @@
 Priority: optional
 Build-Depends: debhelper-compat (= 13),
  dh-sequence-cargo,
- cargo:native <!nocheck>,
+ libgtk-4-dev (>= 4.17.4),
+ gir-rust-code-generator (>= 0.20),
+ libgirepository1.0-dev,
+ libgraphene-1.0-dev,
+ xmlstarlet
+Build-Depends-Arch: cargo:native <!nocheck>,
  rustc:native (>= 1.70) <!nocheck>,
  libstd-rust-dev <!nocheck>,
  librust-cairo-rs-0.20+default-dev <!nocheck>,
@@ -23,11 +28,7 @@
  librust-libc-0.2+default-dev <!nocheck>,
  librust-pango-0.20+default-dev <!nocheck>,
  librust-pango-0.20+v1-46-dev <!nocheck>,
- libgtk-4-dev (>= 4.17.4) <!nocheck>,
- gir-rust-code-generator (>= 0.20),
- libgirepository1.0-dev,
- libgraphene-1.0-dev,
- xmlstarlet
+ libgtk-4-dev (>= 4.17.4) <!nocheck>
 Maintainer: Debian Rust Maintainers 
<[email protected]>
 Uploaders:
  Matthias Geiger <[email protected]>
diff -Nru rust-gtk4-0.9.6/debian/debcargo.toml 
rust-gtk4-0.9.6/debian/debcargo.toml
--- rust-gtk4-0.9.6/debian/debcargo.toml        2025-02-22 15:59:13.000000000 
+0100
+++ rust-gtk4-0.9.6/debian/debcargo.toml        2025-06-18 00:09:50.000000000 
+0200
@@ -9,7 +9,7 @@
 
 # this is needed for regeneration, do not delete
 [source]
-build_depends = ["gir-rust-code-generator (>= 0.20)", 
"libgirepository1.0-dev", "libgraphene-1.0-dev", "xmlstarlet"]
+build_depends = ["libgtk-4-dev (>= 4.17.4)","gir-rust-code-generator (>= 
0.20)", "libgirepository1.0-dev", "libgraphene-1.0-dev", "xmlstarlet"]
 
 [packages."lib+unsafe-assume-initialized"]
 test_is_broken = true

--- End Message ---
--- Begin Message ---
Unblocked.

--- End Message ---

Reply via email to