View | Details | Raw Unified | Return to bug 27034
Collapse All | Expand All

(-)univention-debug-5.0.11.orig/debian/control (+14 lines)
 Lines 38-43    Link Here 
38
 corporate environments. For more information about UCS,
38
 corporate environments. For more information about UCS,
39
 refer to: http://www.univention.de/
39
 refer to: http://www.univention.de/
40
40
41
Package: libunivention-debug-dbg
42
Architecture: any
43
Section: debug
44
Priority: extra
45
Depends: ${misc:Depends},
46
 libunivention-debug1 (= ${binary:Version})
47
Description: UCS - debugging and logging library (debugging files)
48
 This package contains the debugging symbols for libunivention-debug1.
49
 .
50
 It is part of Univention Corporate Server (UCS), an
51
 integrated, directory driven solution for managing
52
 corporate environments. For more information about UCS,
53
 refer to: http://www.univention.de/
54
41
Package: python-univention-debug
55
Package: python-univention-debug
42
Architecture: any
56
Architecture: any
43
Conflicts: python-univention (<< 3.0.1)
57
Conflicts: python-univention (<< 3.0.1)
(-)univention-debug-5.0.11.orig/debian/rules (+3 lines)
 Lines 59-61    Link Here 
59
override_dh_auto_test:
59
override_dh_auto_test:
60
	$(MAKE) check
60
	$(MAKE) check
61
	[ ! -x /usr/bin/ucslint ] || /usr/bin/ucslint
61
	[ ! -x /usr/bin/ucslint ] || /usr/bin/ucslint
62
63
override_dh_strip:
64
	dh_strip --dbg-package=libunivention-debug-dbg

Return to bug 27034