[Python-modules-commits] r24405 - in packages/shiboken/trunk/debian (rules shiboken-dbg.install)

odyx at users.alioth.debian.org odyx at users.alioth.debian.org
Thu May 16 15:09:18 UTC 2013


    Date: Thursday, May 16, 2013 @ 15:09:16
  Author: odyx
Revision: 24405

update debian/shiboken-dbg.install and debian/rules makeshlibs override for new python abi suffixes not having "u"

Modified:
  packages/shiboken/trunk/debian/rules
  packages/shiboken/trunk/debian/shiboken-dbg.install

Modified: packages/shiboken/trunk/debian/rules
===================================================================
--- packages/shiboken/trunk/debian/rules	2013-05-16 15:09:06 UTC (rev 24404)
+++ packages/shiboken/trunk/debian/rules	2013-05-16 15:09:16 UTC (rev 24405)
@@ -181,7 +181,7 @@
 endif
 
 override_dh_makeshlibs_py3-%:
-	echo "libshiboken.cpython-$(subst .,,$*)mu.so.${LIBSHIBOKEN_SOVERSION} libshiboken-py3-${LIBSHIBOKEN_SOVERSION} #MINVER#" > debian/libshiboken-py3-${LIBSHIBOKEN_SOVERSION}.symbols-py$*
+	echo "libshiboken.cpython-$(subst .,,$*)m.so.${LIBSHIBOKEN_SOVERSION} libshiboken-py3-${LIBSHIBOKEN_SOVERSION} #MINVER#" > debian/libshiboken-py3-${LIBSHIBOKEN_SOVERSION}.symbols-py$*
 	cat debian/libshiboken${LIBSHIBOKEN_SOVERSION}.symbols.pristine >> debian/libshiboken-py3-${LIBSHIBOKEN_SOVERSION}.symbols-py$*
 ifeq ($(g++-version-ge-4.5),yes)
 	# g++ version is >= 4.5, add related symbols

Modified: packages/shiboken/trunk/debian/shiboken-dbg.install
===================================================================
--- packages/shiboken/trunk/debian/shiboken-dbg.install	2013-05-16 15:09:06 UTC (rev 24404)
+++ packages/shiboken/trunk/debian/shiboken-dbg.install	2013-05-16 15:09:16 UTC (rev 24405)
@@ -1,3 +1,3 @@
 usr/lib/*/*.so*
 usr/lib/*/cmake/*/*-dbg.cmake
-usr/lib/*/cmake/*/*dmu.cmake
+usr/lib/*/cmake/*/*dm.cmake




More information about the Python-modules-commits mailing list