Package: google-perftools
Version: 2.0-1
Severity: important
Tags: patch

Hi Daigo,

Some header files are moved to a different location with the 2.0
upstream release. They are not packaged, which makes my package, ceph
FTBFS. The attached patch fixes the problem. Please upload a new package
revision. I may NMU it after a week if I don't get a response from you.

Thanks,
Laszlo/GCS
--- google-perftools-2.0/debian/rules	2012-03-28 18:54:06.000000000 +0200
+++ google-perftools-2.0-1.1/debian/rules	2012-03-28 18:47:19.753363781 +0200
@@ -28,7 +28,7 @@
 DEB_INSTALL_DIRS_libgoogle-perftools4 += $(lib_dir)
 DEB_INSTALL_DOCS_libgoogle-perftools4 += debian/README.Debian
 
-DEB_INSTALL_DIRS_libgoogle-perftools-dev += $(lib_dir) usr/include/google
+DEB_INSTALL_DIRS_libgoogle-perftools-dev += $(lib_dir) usr/include/google usr/include/gperftools
 DEB_INSTALL_DOCS_libgoogle-perftools-dev += $(DEB_SRCDIR)/doc/* -Xpprof.1
 
 DEB_INSTALL_DIRS_google-perftools += $(bin_dir) $(man_dir)
@@ -56,6 +56,7 @@
 	    find usr/lib -name '*.a' -o -name '*.so') | \
 	    xargs dh_movefiles -p$(cdbs_curpkg)
 	dh_movefiles -p$(cdbs_curpkg) usr/include/google
+	dh_movefiles -p$(cdbs_curpkg) usr/include/gperftools
 
 install/google-perftools::
 	(cd $(CURDIR)/debian/tmp/usr/bin && \

Reply via email to