[debian-edu-commits] debian-edu/pkg-team/ 10/25: debian/patches: Add 1004_fix-typos-in-man-pages.patch. Fix several typos and hyphen-used-as-minus-sign issues in GOsa² man pages.

Mike Gabriel sunweaver at debian.org
Tue Aug 12 16:44:39 UTC 2014


This is an automated email from the git hooks/post-receive script.

sunweaver pushed a commit to branch master
in repository gosa.

commit f85061a6ba0c6045a23fae555e0d022be3ae67b5
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Mon Aug 11 18:07:53 2014 +0200

    debian/patches: Add 1004_fix-typos-in-man-pages.patch. Fix several typos and hyphen-used-as-minus-sign issues in GOsa² man pages.
---
 debian/patches/1004_fix-typos-in-man-pages.patch | 82 ++++++++++++++++++++++++
 debian/patches/series                            |  1 +
 2 files changed, 83 insertions(+)

diff --git a/debian/patches/1004_fix-typos-in-man-pages.patch b/debian/patches/1004_fix-typos-in-man-pages.patch
new file mode 100644
index 0000000..5868d1e
--- /dev/null
+++ b/debian/patches/1004_fix-typos-in-man-pages.patch
@@ -0,0 +1,82 @@
+Description: Fix typos and hyphen-used-as-minus-sign issues in man pages
+Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+--- a/gosa-core/contrib/gosa.conf.5
++++ b/gosa-core/contrib/gosa.conf.5
+@@ -118,9 +118,9 @@
+ 
+ This keyword takes a full executable path of a script. Check is
+ triggered after you press the
+--I "Apply"
++\-I "Apply"
+ or
+--I "OK"
++\-I "OK"
+ button. The complete LDAP entry as it will be written to the
+ LDAP is passed to your script. If parts of the entry do not
+ match some logic of your script, just print an error message
+@@ -557,7 +557,7 @@
+ Whenever you change a password, you can then decide whether to use the proposal or to manually specify a password.
+ 
+ .nf
+-/usr/bin/apg -n1
++/usr/bin/apg \-n1
+ .fi
+ 
+ .B strictPasswordRules
+@@ -1076,7 +1076,7 @@
+ perl to generate the hash:
+ 
+ .nf
+-perl -MCrypt::SmbHash -e "print join(q[:], ntlmgen \\$ARGV[0]), $/;"
++perl \-MCrypt::SmbHash \-e "print join(q[:], ntlmgen \\$ARGV[0]), $/;"
+ .if
+ .PP
+ 
+@@ -1147,7 +1147,7 @@
+ .PP
+ The
+ .I cyrusAutocreateFolders
+-statement contains a comma seperated list of personal IMAP folders that
++statement contains a comma separated list of personal IMAP folders that
+ should be created along initial account creation.
+ 
+ .B postfixRestrictionFilters
+@@ -1216,7 +1216,7 @@
+ 
+ 
+ .B mailUserCreation
+-This attribute allows to override the user account creation syntax, see
++This attribute allows one to override the user account creation syntax, see
+ the
+ .I mailFolderCreation
+ description for more details. 
+--- a/gosa-core/dh-make-gosa.1
++++ b/gosa-core/dh-make-gosa.1
+@@ -40,7 +40,7 @@
+ Add additional dependencies to the Debian tree which did not get
+ listed in the
+ .I plugin.dsc
+-file. This is a comma seperated list of Debian package names.
++file. This is a comma separated list of Debian package names.
+ 
+ .IP "-e mail, --email mail"
+ Overrides the Debian packager defined inside the
+@@ -52,15 +52,15 @@
+ 
+ .nf
+ # Check out a plugin from SVN
+-svn co https://oss.gonicus.de/repositories/gosa/trunk/gosa-plugins/samba /tmp/samba
++svn co https://oss.gonicus.de/repositories/gosa/trunk/gosa\-plugins/samba /tmp/samba
+ 
+ # Debianize the tree
+ cd /tmp
+-dh-make-gosa --email cajus at debian.org --release etch --section web samba
++dh-make-gosa \-\-email cajus at debian.org \-\-release etch \-\-section web samba
+ 
+ # Build debian package
+ cd samba
+-dpkg-buildpackage -uc -us -rfakeroot
++dpkg\-buildpackage \-uc \-us \-rfakeroot
+ .fi
+ 
+ To build everything from the subversion repository which is GOsa related, please
diff --git a/debian/patches/series b/debian/patches/series
index 97eaa4f..3750c40 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,6 +4,7 @@
 1001_fix-mass-ldapimport.patch
 1002_trim-decrypt.patch
 1003_RequestHeader-no-underscores-apache24.patch
+1004_fix-typos-in-man-pages.patch
 2001_fix-smarty-location.patch
 2002_fix-template-location.patch
 2003_fix-class-mapping.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/gosa.git



More information about the debian-edu-commits mailing list