summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 04ef6ee)
raw | patch | inline | side by side (parent: 04ef6ee)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 2 Jun 2006 08:24:05 +0000 (08:24 +0000) | ||
committer | cajus <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 | patch | blob | history | |
debian/gosa-help-de.dirs | [new file with mode: 0644] | patch | blob |
debian/gosa-help-fr.dirs | [new file with mode: 0644] | patch | blob |
debian/gosa-help-nl.dirs | [new file with mode: 0644] | patch | blob |
debian/rules | patch | blob | history |
diff --git a/debian/control b/debian/control
index 791d61d1d81b075c45447085f5681da62c151ccd..3aa8dfaf01942e77db8fd6b19c50b3c847e53f63 100644 (file)
--- a/debian/control
+++ b/debian/control
.
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
--- /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
--- /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
--- /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 62f894f83b74384090d9f9ebf7a7b9ace5b93ada..1897ea9bfadeda4cf8f584743d41d47ff1754268 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
-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
-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
-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