[Python-modules-commits] r13588 - in packages/shiboken/trunk/debian (3 files)

odyx-guest at users.alioth.debian.org odyx-guest at users.alioth.debian.org
Thu Jun 24 07:16:23 UTC 2010


    Date: Thursday, June 24, 2010 @ 07:16:12
  Author: odyx-guest
Revision: 13588

Add lintian overrides, fix rules and re-release

Added:
  packages/shiboken/trunk/debian/shiboken-dbg.lintian-overrides
Modified:
  packages/shiboken/trunk/debian/changelog
  packages/shiboken/trunk/debian/rules

Modified: packages/shiboken/trunk/debian/changelog
===================================================================
--- packages/shiboken/trunk/debian/changelog	2010-06-24 04:19:44 UTC (rev 13587)
+++ packages/shiboken/trunk/debian/changelog	2010-06-24 07:16:12 UTC (rev 13588)
@@ -2,11 +2,12 @@
 
   * Add debug-built versions to fix PySide's debug build
     - Import u_2f7c242_fidDebugBuild.patch from upstream
+    - Add lintian overrides
 
   * Fix the Hurd FTBFS by importing u_4bab9a8_fix_Hurd_FTBFS.patch from
     upstream.
 
- -- Didier Raboud <didier at raboud.com>  Thu, 24 Jun 2010 00:27:05 +0200
+ -- Didier Raboud <didier at raboud.com>  Thu, 24 Jun 2010 09:15:49 +0200
 
 shiboken (0.3.2-1) unstable; urgency=low
 

Modified: packages/shiboken/trunk/debian/rules
===================================================================
--- packages/shiboken/trunk/debian/rules	2010-06-24 04:19:44 UTC (rev 13587)
+++ packages/shiboken/trunk/debian/rules	2010-06-24 07:16:12 UTC (rev 13588)
@@ -106,11 +106,6 @@
 	              debian/tmp/usr/lib/generatorrunner/libshiboken_generator.so )
 	$(shell ln -s libshiboken`echo -py${DEFAULT_PY} | sed -e 's/\.//g' -`.so \
 	              debian/tmp/usr/lib/libshiboken.so )
-	# Setup the default version symbolic links for the debug build
-	$(shell ln -s libshiboken_generator`echo -py${DEFAULT_PY} | sed -e 's/\.//g' -`_d.so \
-	              debian/tmp-dbg/usr/lib/generatorrunner/libshiboken_generator_d.so )
-	$(shell ln -s libshiboken`echo -py${DEFAULT_PY} | sed -e 's/\.//g' -`_d.so \
-	              debian/tmp-dbg/usr/lib/libshiboken_d.so )
 
 override_dh_install_2: override_dh_install_1
 	# Do the legacy install for the rest
@@ -126,7 +121,8 @@
 #### Shared libs ####
 override_dh_makeshlibs:
 	# Package shiboken ships a usr/lib/generatorrunner/*.so plugin. No shared libs in there.
-	dh_makeshlibs -Nshiboken
+	# Debug package shouldn't be depended upon
+	dh_makeshlibs -Nshiboken -Nshiboken-dbg
 
 #### Docs ####
 binary: binary-arch binary-indep;

Added: packages/shiboken/trunk/debian/shiboken-dbg.lintian-overrides
===================================================================
--- packages/shiboken/trunk/debian/shiboken-dbg.lintian-overrides	                        (rev 0)
+++ packages/shiboken/trunk/debian/shiboken-dbg.lintian-overrides	2010-06-24 07:16:12 UTC (rev 13588)
@@ -0,0 +1,4 @@
+# This package contains debug versions of libshiboken
+package-name-doesnt-match-sonames
+# Nobody should depend on them
+no-symbols-control-file




More information about the Python-modules-commits mailing list