Package: release.debian.org
Severity: normal
User: release.debian....@packages.debian.org
Usertags: unblock

Please unblock package gtk-layer-shell

[ Reason ]
gtk-layer-shell's gir:pkg had an empty Depends: field (because
${gir:Depends} was empty. It was pointed out by Adrian Bunk that src:pkgs
with a gir:pkg need to be built with "dh --with gir".

[ Impact ]
Broken Depends: field (empty) of gir1.2-gtklayershell-0.1.

[ Tests ]
Manual introspection.

[ Risks ]
None.

[ 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

[ Other info ]
None.

unblock gtk-layer-shell/0.5.2-2
diff -Nru gtk-layer-shell-0.5.2/debian/changelog 
gtk-layer-shell-0.5.2/debian/changelog
--- gtk-layer-shell-0.5.2/debian/changelog      2020-12-22 21:46:51.000000000 
+0100
+++ gtk-layer-shell-0.5.2/debian/changelog      2021-07-13 22:12:02.000000000 
+0200
@@ -1,3 +1,10 @@
+gtk-layer-shell (0.5.2-2) unstable; urgency=medium
+
+  * debian/rules:
+    + Add '--with gir' to dh command. (Closes: #991086).
+
+ -- Mike Gabriel <sunwea...@debian.org>  Tue, 13 Jul 2021 22:12:02 +0200
+
 gtk-layer-shell (0.5.2-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru gtk-layer-shell-0.5.2/debian/rules gtk-layer-shell-0.5.2/debian/rules
--- gtk-layer-shell-0.5.2/debian/rules  2020-10-29 13:17:27.000000000 +0100
+++ gtk-layer-shell-0.5.2/debian/rules  2021-07-13 22:11:03.000000000 +0200
@@ -8,7 +8,7 @@
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
-       dh $@ --buildsystem=meson
+       dh $@ --with gir --buildsystem=meson
 
 
 override_dh_auto_configure:

Reply via email to