View | Details | Raw Unified | Return to bug 41187 | Differences between
and this patch

Collapse All | Expand All

(-)a/saml/univention-saml/debian/rules (+4 lines)
 Lines 28-35    Link Here 
28
# /usr/share/common-licenses/AGPL-3; if not, see
28
# /usr/share/common-licenses/AGPL-3; if not, see
29
# <http://www.gnu.org/licenses/>.
29
# <http://www.gnu.org/licenses/>.
30
30
31
override_dh_auto_build:
32
	python translate.py
33
31
override_dh_auto_install:
34
override_dh_auto_install:
32
	dh_auto_install
35
	dh_auto_install
36
	dh-umc-module-install
33
	univention-install-config-registry
37
	univention-install-config-registry
34
38
35
override_dh_auto_test:
39
override_dh_auto_test:
(-)a/saml/univention-saml/debian/univention-saml.umc-modules (+5 lines)
Line 0    Link Here 
1
Module: udm-saml
2
Python: umc/python
3
Definition: umc/saml-serviceprovider.xml
4
Javascript: umc/js
5
Icons: umc/icons
(-)a/saml/univention-saml/translate.py (+6 lines)
Line 0    Link Here 
1
import univention.dh_umc as dh_umc
2
modules = dh_umc.read_modules('univention-saml', False)
3
for module in modules:
4
	for lang, po_file in module.xml_po_files:
5
		dh_umc.module_xml2po(module, po_file, lang)
6
		dh_umc.create_mo_file(po_file)
(-)a/saml/univention-saml/umc/saml-serviceprovider.xml (-1 / +1 lines)
 Lines 5-11    Link Here 
5
		<name/>
5
		<name/>
6
		<description/>
6
		<description/>
7
		<keywords/>
7
		<keywords/>
8
		<flavor id="saml/serviceprovider">
8
		<flavor id="saml/serviceprovider" translationId="udm-saml">
9
			<name>SAML identity provider</name>
9
			<name>SAML identity provider</name>
10
			<description>Management of service provider configurations for the single sign-on functionality of the SAML identity provider</description>
10
			<description>Management of service provider configurations for the single sign-on functionality of the SAML identity provider</description>
11
			<keywords>SAML</keywords>
11
			<keywords>SAML</keywords>

Return to bug 41187