From: cajus Date: Fri, 2 Jun 2006 08:24:05 +0000 (+0000) Subject: Updated debian files to create help packages X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f8ce466ad501cea922ac0b28a4643aecc1c529fa;p=gosa.git Updated debian files to create help packages git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3628 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/debian/control b/debian/control index 791d61d1d..3aa8dfaf0 100644 --- a/debian/control +++ b/debian/control @@ -25,3 +25,31 @@ Description: LDAP schema for GOsa . GOsa is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. + +Package: gosa-help-de +Architecture: all +Depends: gosa +Description: German online help for GOsa + This package includes the german online documentation for GOsa + . + GOsa is a combination of system-administrator and end-user web + interface, designed to handle LDAP based setups. + +Package: gosa-help-fr +Architecture: all +Depends: gosa +Description: French online help for GOsa + This package includes the french online documentation for GOsa + . + GOsa is a combination of system-administrator and end-user web + interface, designed to handle LDAP based setups. + +Package: gosa-help-nl +Architecture: all +Depends: gosa +Description: Dutch online help for GOsa + This package includes the dutch online documentation for GOsa + . + GOsa is a combination of system-administrator and end-user web + interface, designed to handle LDAP based setups. + diff --git a/debian/gosa-help-de.dirs b/debian/gosa-help-de.dirs new file mode 100644 index 000000000..9484067f1 --- /dev/null +++ b/debian/gosa-help-de.dirs @@ -0,0 +1 @@ +usr/share/gosa/doc/guide/user/de/html diff --git a/debian/gosa-help-fr.dirs b/debian/gosa-help-fr.dirs new file mode 100644 index 000000000..be8a6e9a9 --- /dev/null +++ b/debian/gosa-help-fr.dirs @@ -0,0 +1 @@ +usr/share/gosa/doc/guide/user/fr/html diff --git a/debian/gosa-help-nl.dirs b/debian/gosa-help-nl.dirs new file mode 100644 index 000000000..1a241884e --- /dev/null +++ b/debian/gosa-help-nl.dirs @@ -0,0 +1 @@ +usr/share/gosa/doc/guide/user/nl/html diff --git a/debian/rules b/debian/rules index 62f894f83..1897ea9bf 100755 --- a/debian/rules +++ b/debian/rules @@ -30,10 +30,9 @@ install-stamp: -find debian/gosa -type d -name ".svn" -exec rm -rf {} \; &> /dev/null || /bin/true -cp -R debian/gosa/usr/share/gosa/contrib/* debian/gosa/usr/share/doc/gosa/contrib/ -cp debian/gosa/usr/share/gosa/contrib/openldap/go*.schema debian/gosa-schema/etc/ldap/schema - -mkdir debian/gosa/usr/share/doc/gosa/manual + -mkdir debian/gosa/usr/share/doc/gosa -mkdir debian/gosa/usr/share/gosa/bin -mkdir -p debian/gosa-schema/usr/share/doc/gosa-schema - -cp -R debian/gosa/usr/share/gosa/doc/* debian/gosa/usr/share/doc/gosa/manual -cp -R INSTALL debian/gosa/usr/share/doc/gosa/README.INSTALL -gzip -c9 debian/changelog > debian/gosa/usr/share/doc/gosa/changelog.Debian.gz -gzip -c9 debian/changelog > debian/gosa-schema/usr/share/doc/gosa-schema/changelog.Debian.gz @@ -54,8 +53,6 @@ install-stamp: -cp -R contrib/encodings debian/gosa/etc/gosa/encodings -cp -R plugins/personal/mail/sieve-*.txt debian/gosa/etc/gosa -cp contrib/shells debian/gosa/etc/gosa - -rm -rf debian/gosa/usr/share/gosa/contrib - -rm -rf debian/gosa/usr/share/gosa/doc -rm debian/gosa/usr/share/gosa/bin/gosa -mkdir -p debian/gosa/usr/lib/gosa -mv debian/gosa/usr/share/gosa/bin/* debian/gosa/usr/bin @@ -63,6 +60,15 @@ install-stamp: -rm -rf debian/gosa/usr/share/doc/gosa/marketing -find debian/gosa -type f -exec chmod -x {} \; -chmod +x debian/gosa/usr/bin/mkntpasswd + -rm -rf debian/gosa/usr/share/gosa/doc/guide/user/*/lyx-source + -rm -rf debian/gosa/usr/share/gosa/doc/guide/admin + -rm -rf debian/gosa/usr/share/gosa/doc/guide/devel + -for lang in de en fr nl; do mkdir -p debian/gosa-help-$$lang/usr/share/gosa/doc/guide/user/$$lang; done + -for lang in de en fr nl; do mv debian/gosa/usr/share/gosa/doc/guide/user/$$lang/* debian/gosa-help-$$lang/usr/share/gosa/doc/guide/user/$$lang/; done + -cp -R debian/gosa/usr/share/gosa/doc/* debian/gosa/usr/share/doc/gosa + -rm -rf debian/gosa/usr/share/gosa/contrib + -rm -rf debian/gosa/usr/share/gosa/doc + -rm -rf debian/gosa/usr/share/gosa/locale/en -chmod +x debian/gosa/usr/lib/gosa/* -rm -rf debian/gosa/usr/share/gosa/gen_locale.sh -rm -rf debian/gosa/usr/share/gosa/gen_function_list.php