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

Please unblock package libaperture-0

The source package libaperture-0 is missing --with gir when calling
debhelper in debian/rules. This results in ${gir:Depends} not being
expanded properly and therefore gir1.2-aperture-0 is missing
dependencies.

[ Reason ]
Closes RC bug #991078 - missing gir dependencies on binary package.

[ Impact ]
The binary package gir1.2-aperture-0 is missing dependencies.

[ Tests ]
No specific tests added, the change only affect the debian packaging,
not the upstream code.

[ Risks ]
Change is trivial and this is not a key package (it is a leaf package).
Therefore I consider the risk as very low.

[ 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 ]
n/a

unblock libaperture-0/0.1.0+git20200908-2
diff -Nru libaperture-0-0.1.0+git20200908/debian/changelog 
libaperture-0-0.1.0+git20200908/debian/changelog
--- libaperture-0-0.1.0+git20200908/debian/changelog    2020-07-06 
09:53:19.000000000 +0000
+++ libaperture-0-0.1.0+git20200908/debian/changelog    2021-07-15 
15:53:35.000000000 +0000
@@ -1,3 +1,9 @@
+libaperture-0 (0.1.0+git20200908-2) unstable; urgency=medium
+
+  * d/rules: ensure dh uses --with gir (Closes: #991078)
+
+ -- Henry-Nicolas Tourneur <deb...@nilux.be>  Thu, 15 Jul 2021 15:53:35 +0000
+
 libaperture-0 (0.1.0+git20200908-1) unstable; urgency=medium
 
   * Initial Debian release (Closes: #969745)
diff -Nru libaperture-0-0.1.0+git20200908/debian/rules 
libaperture-0-0.1.0+git20200908/debian/rules
--- libaperture-0-0.1.0+git20200908/debian/rules        2020-07-06 
09:53:19.000000000 +0000
+++ libaperture-0-0.1.0+git20200908/debian/rules        2021-07-15 
15:52:50.000000000 +0000
@@ -3,7 +3,7 @@
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
-       dh $@ --builddirectory=_build
+       dh $@ --builddirectory=_build --with gir
 
 override_dh_auto_test:
 ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)

Reply via email to