[Pkg-telepathy-commits] [SCM] telepathy-qt4 packaging branch, debian, updated. e1d13e3c25f7ac27e3098cb1c99e5f46278456ad

Simon McVittie smcv at debian.org
Tue Nov 10 14:46:46 UTC 2009


The following commit has been merged in the debian branch:
commit e1d13e3c25f7ac27e3098cb1c99e5f46278456ad
Author: Simon McVittie <smcv at debian.org>
Date:   Tue Nov 10 14:45:35 2009 +0000

    Enable dh_makeshlibs -V; disable DPKG_GENSYMBOLS_CHECK_LEVEL for now

diff --git a/debian/rules b/debian/rules
index 4277df1..d7451e2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,6 @@
 #!/usr/bin/make -f
 
-# We don't have a shared library yet
-#DEB_DH_MAKESHLIBS_ARGS_libtelepathy-qt4-0 := -V"libtelepathy-qt4-0 (>= 0.2)"
+DEB_DH_MAKESHLIBS_ARGS_libtelepathy-qt4-0 := -V"libtelepathy-qt4-0 (>= 0.2)"
 
 include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/cdbs/1/class/autotools.mk
@@ -23,7 +22,8 @@ DEB_MAKE_CHECK_TARGET = check
 common-build-indep::
 	$(DEB_MAKE_INVOKE) doxygen-doc
 
-export DPKG_GENSYMBOLS_CHECK_LEVEL = 4
+# symbols file to be added later, if C++ even allows
+#export DPKG_GENSYMBOLS_CHECK_LEVEL = 4
 
 include $(CURDIR)/debian/update-patches.mk
 

-- 
telepathy-qt4 packaging



More information about the Pkg-telepathy-commits mailing list