Your message dated Tue, 11 Jun 2019 22:19:20 +0200
with message-id <[email protected]>
and subject line Re: Bug#929813: unblock: pugixml/1.9-3
has caused the Debian Bug report #929813,
regarding unblock: pugixml/1.9-3
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.)
--
929813: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=929813
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
User: [email protected]
Usertags: unblock
Severity: normal
Hello, looks like pugixml has been installing the cmake files into a
non-standard path:
usr/share/pugixml-dev/cmake
instead of:
/usr/lib/$(DEB_HOST_MULTIARCH)/cmake/pugixml
I fixed that and uploaded in unstable, after a cmake developer pointed this out
to us.
I also checked, and now the cmake file is correctly parsed.
thanks for caring,
Gianfranco
debdiff:
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+pugixml (1.9-3) unstable; urgency=medium
+
+ * Team upload
+ * Fixup dev package creation, cmake was put in wrong place
+ (Closes: #929792)
+
+ -- Gianfranco Costamagna <[email protected]> Fri, 31 May 2019
13:00:23 +0200
+
pugixml (1.9-2) unstable; urgency=medium
* Upload to unstable
diff --git a/debian/rules b/debian/rules
index a910c39..0ca135d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -80,7 +80,7 @@ debian/stamp-local-shlibs-$(lib): \
--override s/$(lib)$(major)-dev/$(lib)-dev/ \
--movedev "debian/tmp/usr/include/*" usr/include/ \
--movedev "debian/tmp/usr/lib/*/cmake/pugixml/*" \
- usr/share/$(lib)-dev/cmake \
+ /usr/lib/$(DEB_HOST_MULTIARCH)/cmake/pugixml \
--movedev "debian/tmp/usr/lib/pkgconfig/*" \
usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig \
debian/tmp/usr/lib/*/$(lib).so
--- End Message ---
--- Begin Message ---
Hi
Unblocked, thanks.
Paul
signature.asc
Description: OpenPGP digital signature
--- End Message ---