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

(-)a/branches/ucs-4.0/ucs-4.0-0/services/univention-samba/debian/control (+1 lines)
 Lines 6-11   Build-Depends: debhelper (>> 7), Link Here 
6
 univention-config-dev,
6
 univention-config-dev,
7
 ucslint-univention
7
 ucslint-univention
8
Standards-Version: 3.5.2
8
Standards-Version: 3.5.2
9
XS-Python-Version: 2.6, 2.7
9
10
10
Package: univention-samba
11
Package: univention-samba
11
Architecture: all
12
Architecture: all
(-)a/branches/ucs-4.0/ucs-4.0-0/services/univention-samba/debian/rules (-5 / +7 lines)
 Lines 30-51    Link Here 
30
# /usr/share/common-licenses/AGPL-3; if not, see
30
# /usr/share/common-licenses/AGPL-3; if not, see
31
# <http://www.gnu.org/licenses/>.
31
# <http://www.gnu.org/licenses/>.
32
32
33
override_dh_auto_install:
33
override_dh_pysupport:
34
	dh_pysupport
35
ifneq (,$(findstring univention-samba-local-config, $(shell dh_listpackages)))
36
	echo update-python-modules --post-install >> debian/univention-samba-local-config.postinst.debhelper
37
endif
34
	univention-install-config-registry
38
	univention-install-config-registry
35
	dh_auto_install 
36
39
37
override_dh_fixperms:
40
override_dh_fixperms:
41
	dh_fixperms
38
	chmod 755 debian/univention-samba/usr/share/univention-samba/kerberize_user
42
	chmod 755 debian/univention-samba/usr/share/univention-samba/kerberize_user
39
	chmod 755 debian/univention-samba/usr/lib/univention-directory-listener/system/samba-shares.py
43
	chmod 755 debian/univention-samba/usr/lib/univention-directory-listener/system/samba-shares.py
40
	chmod 755 debian/univention-samba/usr/share/univention-samba/remove-samba-account
44
	chmod 755 debian/univention-samba/usr/share/univention-samba/remove-samba-account
41
	chmod 755 debian/univention-samba/usr/share/univention-samba/slave-sync
45
	chmod 755 debian/univention-samba/usr/share/univention-samba/slave-sync
42
	chmod 755 debian/univention-samba/usr/lib/univention-directory-listener/system/samba-privileges.py
46
	chmod 755 debian/univention-samba/usr/lib/univention-directory-listener/system/samba-privileges.py
43
	chmod 755 debian/univention-samba/usr/share/univention-samba/addmachine.sh
47
	chmod 755 debian/univention-samba/usr/share/univention-samba/addmachine.sh
44
	dh_fixperms 
45
48
46
override_dh_auto_test:
49
override_dh_auto_test:
47
	ucslint
50
	ucslint
48
	dh_auto_test
51
	dh_auto_test
49
52
50
%:
53
%:
51
	dh $@
54
	dh $@ --with python_support
52
- 

Return to bug 35828