[Python-apps-commits] r9097 - in packages/s3ql/trunk/debian (3 files)

nikratio-guest at users.alioth.debian.org nikratio-guest at users.alioth.debian.org
Thu Sep 6 02:12:59 UTC 2012


    Date: Thursday, September 6, 2012 @ 02:12:57
  Author: nikratio-guest
Revision: 9097

  * Added patches/buildd-fix.diff to prevent errors when trying
    to write logs during autobuilding.

Added:
  packages/s3ql/trunk/debian/patches/buildd-fix.diff
Modified:
  packages/s3ql/trunk/debian/changelog
  packages/s3ql/trunk/debian/patches/series

Modified: packages/s3ql/trunk/debian/changelog
===================================================================
--- packages/s3ql/trunk/debian/changelog	2012-09-06 01:48:04 UTC (rev 9096)
+++ packages/s3ql/trunk/debian/changelog	2012-09-06 02:12:57 UTC (rev 9097)
@@ -5,6 +5,8 @@
     dpkg-buildflags.
   * Added lintian override for hardening-no-fortify-functions,
     this is a false positive.
+  * Added patches/buildd-fix.diff to prevent errors when trying
+    to write logs during autobuilding.
 
  -- Nikolaus Rath <Nikolaus at rath.org>  Wed, 05 Sep 2012 20:22:18 -0400
 

Added: packages/s3ql/trunk/debian/patches/buildd-fix.diff
===================================================================
--- packages/s3ql/trunk/debian/patches/buildd-fix.diff	                        (rev 0)
+++ packages/s3ql/trunk/debian/patches/buildd-fix.diff	2012-09-06 02:12:57 UTC (rev 9097)
@@ -0,0 +1,30 @@
+Description: Don't try to write logs into buildd home
+ This patch prevents S3QL commands from trying to write log
+ data into the user's home directory when they're only called
+ to include their --help output in the documentation.
+Author: Nikolaus Rath <Nikolaus at rath.org>
+Origin: upstream
+Last-Update: 2012-09-05
+
+--- s3ql-1.12.orig/rst/man/fsck.rst
++++ s3ql-1.12/rst/man/fsck.rst
+@@ -27,7 +27,7 @@ Options
+ 
+ The |command| command accepts the following options.
+ 
+-.. pipeinclude:: ../../bin/fsck.s3ql --help
++.. pipeinclude:: ../../bin/fsck.s3ql --help --log none
+    :start-after: show this help message and exit
+ 
+ .. include:: ../include/postman.rst
+--- s3ql-1.12.orig/rst/man/mount.rst
++++ s3ql-1.12/rst/man/mount.rst
+@@ -29,7 +29,7 @@ Options
+ 
+ The |command| command accepts the following options.
+ 
+-.. pipeinclude:: ../../bin/mount.s3ql --help
++.. pipeinclude:: ../../bin/mount.s3ql --help --log none
+    :start-after: show this help message and exit
+ 
+ 

Modified: packages/s3ql/trunk/debian/patches/series
===================================================================
--- packages/s3ql/trunk/debian/patches/series	2012-09-06 01:48:04 UTC (rev 9096)
+++ packages/s3ql/trunk/debian/patches/series	2012-09-06 02:12:57 UTC (rev 9097)
@@ -1 +1,2 @@
 proc_mount.diff
+buildd-fix.diff




More information about the Python-apps-commits mailing list