I noticed this same issue. I also noticed that with the latest version of the 
tests package that some of the pkg-config files are now missing with the update 
to 0.37. I attached a patch here that should fix both issues. Don't know what 
exactly the best way to go through getting this applied.

-- 
  Nicholas Omann
  alphaclus...@linux.com
diff --git a/debian/libqpid-proton-cpp12-dev.install b/debian/libqpid-proton-cpp12-dev.install
index 8fdd8434..b4a06c77 100644
--- a/debian/libqpid-proton-cpp12-dev.install
+++ b/debian/libqpid-proton-cpp12-dev.install
@@ -2,3 +2,4 @@ usr/include/proton/*.hpp
 usr/include/proton/*/*.hpp
 usr/lib/*/libqpid-proton-cpp.so
 usr/lib/*/pkgconfig/libqpid-proton-cpp.pc
+usr/lib/*/cmake/ProtonCpp/*.cmake
\ No newline at end of file
diff --git a/debian/libqpid-proton11-dev.install b/debian/libqpid-proton11-dev.install
index ec1e4a08..b5f157f9 100644
--- a/debian/libqpid-proton11-dev.install
+++ b/debian/libqpid-proton11-dev.install
@@ -1,4 +1,9 @@
 usr/include/proton/*.h
 usr/include/proton/*.i
 usr/lib/*/libqpid-proton.so
+usr/lib/*/libqpid-proton-core.so
+usr/lib/*/libqpid-proton-proactor.so
 usr/lib/*/pkgconfig/libqpid-proton.pc
+usr/lib/*/pkgconfig/libqpid-proton-core.pc
+usr/lib/*/pkgconfig/libqpid-proton-proactor.pc
+usr/lib/*/cmake/Proton/*.cmake
\ No newline at end of file

Reply via email to