From 1b02f66881bae28684409c681e5f1c1eb2125fd8 Mon Sep 17 00:00:00 2001 From: cajus Date: Mon, 25 Jun 2007 08:38:44 +0000 Subject: [PATCH] Updated controls git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6677 594d385d-05f5-0310-b6e9-bd551577e9d8 --- debian/control | 9 +++++++++ debian/rules | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 1653fa44f..dc3c68841 100644 --- a/debian/control +++ b/debian/control @@ -26,6 +26,15 @@ 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-en +Architecture: all +Depends: gosa +Description: English online help for GOsa + This package includes the English 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-de Architecture: all Depends: gosa diff --git a/debian/rules b/debian/rules index 233a1b18d..31639653c 100755 --- a/debian/rules +++ b/debian/rules @@ -74,8 +74,8 @@ install-stamp: -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 fr nl; do mkdir -p debian/gosa-help-$$lang/usr/share/gosa/doc/guide/user/$$lang; done - -for lang in de 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 + -for lang in en de fr nl; do mkdir -p debian/gosa-help-$$lang/usr/share/gosa/doc/guide/user/$$lang; done + -for lang in en de 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/locale/en -- 2.30.2