diff -ur univention-debug-5.0.11.orig/debian/control univention-debug-5.0.11/debian/control --- univention-debug-5.0.11.orig/debian/control 2011-10-22 08:51:07.000000000 +0200 +++ univention-debug-5.0.11/debian/control 2012-05-30 12:51:56.000000000 +0200 @@ -38,6 +38,20 @@ corporate environments. For more information about UCS, refer to: http://www.univention.de/ +Package: libunivention-debug-dbg +Architecture: any +Section: debug +Priority: extra +Depends: ${misc:Depends}, + libunivention-debug1 (= ${binary:Version}) +Description: UCS - debugging and logging library (debugging files) + This package contains the debugging symbols for libunivention-debug1. + . + It is part of Univention Corporate Server (UCS), an + integrated, directory driven solution for managing + corporate environments. For more information about UCS, + refer to: http://www.univention.de/ + Package: python-univention-debug Architecture: any Conflicts: python-univention (<< 3.0.1) diff -ur univention-debug-5.0.11.orig/debian/rules univention-debug-5.0.11/debian/rules --- univention-debug-5.0.11.orig/debian/rules 2012-01-04 12:53:38.000000000 +0100 +++ univention-debug-5.0.11/debian/rules 2012-05-30 12:48:16.000000000 +0200 @@ -59,3 +59,6 @@ override_dh_auto_test: $(MAKE) check [ ! -x /usr/bin/ucslint ] || /usr/bin/ucslint + +override_dh_strip: + dh_strip --dbg-package=libunivention-debug-dbg