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

gregoa pushed a commit to branch master
in repository libserver-starter-perl.

commit 8315cfd717306f258e5aaf5b51782135565c76b8
Author: gregor herrmann <gre...@debian.org>
Date:   Sun Jun 29 18:32:47 2014 +0200

    add patch to fix typo in patch
    
    Git-Dch: Ignore
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index 589272a..627ee0a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 0001-Synchronize-to-PID-in-t-07-envdir.t.patch
 0002-Fix-loading-envdir.patch
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..e6f2bf6
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,18 @@
+Description: fix typo in POD
+ introduced by previous patch
+Origin: vendor
+Forwarded: not-needed now
+Author: gregor herrmann <gre...@debian.org>
+Last-Update: 2014-06-29
+
+--- a/lib/Server/Starter.pm
++++ b/lib/Server/Starter.pm
+@@ -429,7 +429,7 @@
+ 
+ Defines a directory whose content is added into server's environment. Each 
file name specifies an environment variable, the file's content specifies a 
value of the environment variable. Files with names starting with a dot are 
ignored.  
+ 
+-The environment directory is scanned and read only on time-based autorestart 
or SIGHUP signal. The first server instances have default environment. To 
remove an enviroment variable added before, remove the file and send the signal.
++The environment directory is scanned and read only on time-based autorestart 
or SIGHUP signal. The first server instances have default environment. To 
remove an environment variable added before, remove the file and send the 
signal.
+ 
+ This option is not mandatory.
+ 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libserver-starter-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to