Code

Updated debian files to create help packages
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 2 Jun 2006 08:24:05 +0000 (08:24 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 2 Jun 2006 08:24:05 +0000 (08:24 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3628 594d385d-05f5-0310-b6e9-bd551577e9d8

debian/control
debian/gosa-help-de.dirs [new file with mode: 0644]
debian/gosa-help-fr.dirs [new file with mode: 0644]
debian/gosa-help-nl.dirs [new file with mode: 0644]
debian/rules

index 791d61d1d81b075c45447085f5681da62c151ccd..3aa8dfaf01942e77db8fd6b19c50b3c847e53f63 100644 (file)
@@ -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 (file)
index 0000000..9484067
--- /dev/null
@@ -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 (file)
index 0000000..be8a6e9
--- /dev/null
@@ -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 (file)
index 0000000..1a24188
--- /dev/null
@@ -0,0 +1 @@
+usr/share/gosa/doc/guide/user/nl/html
index 62f894f83b74384090d9f9ebf7a7b9ace5b93ada..1897ea9bfadeda4cf8f584743d41d47ff1754268 100755 (executable)
@@ -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