Your message dated Tue, 11 Feb 2020 12:50:16 +0000
with message-id <e1j1uzy-00054c...@fasolo.debian.org>
and subject line Bug#951044: fixed in libical3 3.0.7-2
has caused the Debian Bug report #951044,
regarding Revdeps which use the typelib FTBFS: dh_girepository: error: Could 
not find ICalGLib-3.0.typelib dependency
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 ow...@bugs.debian.org
immediately.)


-- 
951044: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=951044
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:libical3
Version: 3.0.7-1
Severity: serious
Tags: patch

Hi,

Reverse dependencies which want to use libical3's typelibs fail to build
with this message now:

  dh_girepository: error: Could not find ICalGLib-3.0.typelib dependency

It's because that file is installed in the wrong location. See:

  laney@disco> debdiff gir1.2-ical-3.0_3.0.5-2_amd64.deb 
gir1.2-ical-3.0_3.0.7-1_amd64.deb
  [The following lists of changes regard files as different if they have
  different names, permissions or owners.]

  Files in second .deb but not in first
  -------------------------------------
  -rw-r--r--  root/root   /usr/lib/x86_64-linux-gnu/ICal-3.0.typelib
  -rw-r--r--  root/root   /usr/lib/x86_64-linux-gnu/ICalGLib-3.0.typelib

  Files in first .deb but not in second
  -------------------------------------
  -rw-r--r--  root/root   
/usr/lib/x86_64-linux-gnu/girepository-1.0/ICal-3.0.typelib
  -rw-r--r--  root/root   
/usr/lib/x86_64-linux-gnu/girepository-1.0/ICalGLib-3.0.typelib

  Control files: lines which differ (wdiff format)
  ------------------------------------------------
  [-Depends: gir1.2-glib-2.0, libical3 (>= 3.0.0)-]
  Installed-Size: [-258-] {+257+}
  Version: [-3.0.5-2-] {+3.0.7-1+}

Because of this change in the debdiff:

  diff -Nru libical3-3.0.5/debian/gir1.2-ical-3.0.install 
libical3-3.0.7/debian/gir1.2-ical-3.0.install
  --- libical3-3.0.5/debian/gir1.2-ical-3.0.install       2019-01-12 
17:56:50.000000000 +0000
  +++ libical3-3.0.7/debian/gir1.2-ical-3.0.install       2020-02-02 
14:14:47.000000000 +0000
  @@ -1 +1,2 @@
  -/usr/lib/*/girepository-1.0/*.typelib
  +#! /usr/bin/dh-exec
  +/usr/lib/*/girepository-1.0/*.typelib usr/lib/${DEB_HOST_MULTIARCH}

It misses the directory from the end of the destination. What was the
reason for that change? On the surface the previous rules file looks
fine to me, and unfortunately this change isn't mentioned in the
changelog so I can't see what problem was being fixed.

Since this is breaking the build of reverse dependencies, I'm proposing
to NMU a fix to DELAYED/5. The debdiff is attached. Feel free to fix it
yourself sooner, though.

Cheers,

-- 
Iain Lane                                  [ i...@orangesquash.org.uk ]
Debian Developer                                   [ la...@debian.org ]
Ubuntu Developer                                   [ la...@ubuntu.com ]
diff -Nru libical3-3.0.7/debian/changelog libical3-3.0.7/debian/changelog
--- libical3-3.0.7/debian/changelog     2020-02-02 14:14:47.000000000 +0000
+++ libical3-3.0.7/debian/changelog     2020-02-10 10:38:37.000000000 +0000
@@ -1,3 +1,11 @@
+libical3 (3.0.7-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix .typelib install path after .install files were converted to dh-exec.
+    (Closes: #xxx)
+
+ -- Iain Lane <la...@debian.org>  Mon, 10 Feb 2020 10:38:37 +0000
+
 libical3 (3.0.7-1) unstable; urgency=medium
 
   * New upstream version. (Closes: #950461)
diff -Nru libical3-3.0.7/debian/gir1.2-ical-3.0.install 
libical3-3.0.7/debian/gir1.2-ical-3.0.install
--- libical3-3.0.7/debian/gir1.2-ical-3.0.install       2020-02-02 
14:14:47.000000000 +0000
+++ libical3-3.0.7/debian/gir1.2-ical-3.0.install       2020-02-10 
10:38:25.000000000 +0000
@@ -1,2 +1,2 @@
 #! /usr/bin/dh-exec
-/usr/lib/*/girepository-1.0/*.typelib usr/lib/${DEB_HOST_MULTIARCH}
+/usr/lib/*/girepository-1.0/*.typelib 
usr/lib/${DEB_HOST_MULTIARCH}/girepository-1.0

--- End Message ---
--- Begin Message ---
Source: libical3
Source-Version: 3.0.7-2

We believe that the bug you reported is fixed in the latest version of
libical3, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 951...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Nicolas Mora <nico...@babelouest.org> (supplier of updated libical3 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 11 Feb 2020 07:11:25 -0500
Source: libical3
Architecture: source
Version: 3.0.7-2
Distribution: unstable
Urgency: medium
Maintainer: Nicolas Mora <nico...@babelouest.org>
Changed-By: Nicolas Mora <nico...@babelouest.org>
Closes: 951044
Changes:
 libical3 (3.0.7-2) unstable; urgency=medium
 .
   * Fix .typelib install path after .install files were converted to dh-exec.
     Thanks Iain Lane <la...@debian.org>! (Closes: #951044)
Checksums-Sha1:
 944dbe96232b746307dfb2ba8bf5c10f89dc459b 2311 libical3_3.0.7-2.dsc
 4b5ba1127b6f5f44e49ff0e8864cdfbb776e99f7 20452 libical3_3.0.7-2.debian.tar.xz
 b8b511773eecb47a9c2d1f53ed082a3a0e8d2770 9799 libical3_3.0.7-2_amd64.buildinfo
Checksums-Sha256:
 ff20c734c6f0c4cd9bcc9527b356ea2e0d8e9f4339722474c4ee117e77e45e30 2311 
libical3_3.0.7-2.dsc
 302e5cac844a2827a48f50a5ae286ce9996d2c1be8bbc77b093a013551e729dd 20452 
libical3_3.0.7-2.debian.tar.xz
 870d9c20fdf96772da4ed2ddc9223e033130e464b4416af1704cedde81f67f51 9799 
libical3_3.0.7-2_amd64.buildinfo
Files:
 6f6e0260d8d7e054432a9a1e05ac2f2b 2311 libs optional libical3_3.0.7-2.dsc
 ab05e4705ef962170e26f4a9785fbed5 20452 libs optional 
libical3_3.0.7-2.debian.tar.xz
 5dcfd8df37597acba0aebc95598855d8 9799 libs optional 
libical3_3.0.7-2_amd64.buildinfo

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

iQIzBAEBCAAdFiEEhAWwL8wo75dEyPJT/oITlEC9IrkFAl5CnbUACgkQ/oITlEC9
IrlNVRAAk7bwZqjtL7Y+zjR67Gkei1pSBT1yk0C1yv9lAQms6kZeKItvNFaW9Vw3
MYWgGdk2jmvzJo5BIblTaultdKDjozLx6uRQ4GzERMxCvXdrHiqf2QNJCj9y7jZI
XUYdxgJDMyhu6NimkggXrUGHunPwoxNiY+i4VfLlQVU/vEDy3MOua8YAjC0pjMWb
6yXvL4HFDS+zpd5/yAUXyTZuQCbybM6MKJNpXyk4TSU2aDVr+s4OVBQsKvtfVHLA
exkr9ZpTqe9OmLS59jGC/9Et5F8CdoPmM24bYcM75UZZCbxW3up9mhsuSYKqsAJJ
PgykQOh1VptxZteV2wd8L5srGUtBarNlV3zDIJle0dZZG8duUpMt7HwOE/hFHJo8
g2IWX+xAYPf+zz1auSiMZM+z2MJC3YdacCIHJ5/lDVYZbq27rMCTMA79asg2hFVQ
wsXCGQE7taAh2VPO+Lt3v8vkZ+oqVGtIPlwPUREswrUCy4LScqWJuaUv6GzhMxa3
PxjJmV8E65IG74jxfYC0JyASaT+izKbhb9nOo7fAlGztDymVOZFSIPWmHHXbMoXt
SD5Ur8f1Ufpm1VXEjtxBDlmEoOAdHXRLDWK/qlSGiR1zctbevE2q+6XfwhA3pAPz
Bd/FuzSBgeLg147dnS4ErwDHw6ReCNRI8TPbhDajZUpKqUVmi8o=
=kPJL
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to