[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#991144: marked as done (unblock: libaperture-0/0.1.0+git20200908-2)



Your message dated Sat, 17 Jul 2021 12:47:01 +0200
with message-id <CAM8zJQv=VWZm9O+2-2Sp0iCVEphUJ9Gr0=e32N8sc-hz1M90wQ@mail.gmail.com>
and subject line Re: Bug#991144: unblock: libaperture-0/0.1.0+git20200908-2
has caused the Debian Bug report #991144,
regarding unblock: libaperture-0/0.1.0+git20200908-2
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 owner@bugs.debian.org
immediately.)


-- 
991144: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=991144
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@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 <debian@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)),)

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

--- End Message ---

Reply to: