[Pkg-lustre-svn-commit] r495 - in /trunk/debian: changelog patches/00list patches/use_bash_instead_of_sh.dpatch source.lintian-overrides

2008-09-12 Thread winnie
Author: winnie
Date: Fri Sep 12 13:59:38 2008
New Revision: 495

URL: http://svn.debian.org/wsvn/pkg-lustre/?sc=1rev=495
Log:
Fix some more lintian warnings

Added:
trunk/debian/patches/use_bash_instead_of_sh.dpatch   (with props)
Modified:
trunk/debian/changelog
trunk/debian/patches/00list
trunk/debian/source.lintian-overrides

Modified: trunk/debian/changelog
URL: 
http://svn.debian.org/wsvn/pkg-lustre/trunk/debian/changelog?rev=495op=diff
==
--- trunk/debian/changelog (original)
+++ trunk/debian/changelog Fri Sep 12 13:59:38 2008
@@ -10,11 +10,16 @@
 fix-symlink-attack.dpatch
   * Add lintian override for lustre, which overrides this messages:
  - build-depends-on-obsolete-package build-depends: tetex-extra
+   = we want to build lustre also on etch, therefore need tetex-extra
  - more-than-one-patch-system
  - patch-system-but-direct-changes-in-diff 
ldiskfs/kernel_patches/series/ldiskfs-2.6.18-debian.series
-  * Change section of lustre-source: base doesn't exist. Using now
-admin.
+ - lustre source: quilt-build-dep-but-no-series-file lustre
+   = lustre itself uses quilt and we use dpatch for patching
+  * Fixes some more lintian warnings:
+ - changed section of lustre-source from base to admin
+ - added use_bash_instead_of_sh.dpatch to use bash instead of sh
+   in make-tree
 
  -- Patrick Winnertz [EMAIL PROTECTED]  Fri, 12 Sep 2008 15:41:54 +0200
 

Modified: trunk/debian/patches/00list
URL: 
http://svn.debian.org/wsvn/pkg-lustre/trunk/debian/patches/00list?rev=495op=diff
==
--- trunk/debian/patches/00list (original)
+++ trunk/debian/patches/00list Fri Sep 12 13:59:38 2008
@@ -24,3 +24,4 @@
 fix-lustre-manpage.dpatch
 enable-quota.dpatch
 fix-symlink-attack.dpatch
+use_bash_instead_of_sh.dpatch

Added: trunk/debian/patches/use_bash_instead_of_sh.dpatch
URL: 
http://svn.debian.org/wsvn/pkg-lustre/trunk/debian/patches/use_bash_instead_of_sh.dpatch?rev=495op=file
==
--- trunk/debian/patches/use_bash_instead_of_sh.dpatch (added)
+++ trunk/debian/patches/use_bash_instead_of_sh.dpatch Fri Sep 12 13:59:38 2008
@@ -1,0 +1,17 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## use_bash_instead_of_sh.dpatch by Patrick Winnertz [EMAIL PROTECTED]
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: This script uses functions not available on plain sh shell, therefore
+## DP: using /bin/bash instead
+
[EMAIL PROTECTED]@
+diff -urNad lustre-1.6.5.1~/lustre/tests/acl/make-tree 
lustre-1.6.5.1/lustre/tests/acl/make-tree
+--- lustre-1.6.5.1~/lustre/tests/acl/make-tree 2005-06-21 00:18:48.0 
+0200
 lustre-1.6.5.1/lustre/tests/acl/make-tree  2008-09-12 15:48:13.0 
+0200
+@@ -1,4 +1,4 @@
+-#!/bin/sh
++#!/bin/bash
+ 
+ # reduce LEVELS from 3 = 2 by CFS
+ LEVELS=2 ;[ -z $1 ] || LEVELS=$1

Propchange: trunk/debian/patches/use_bash_instead_of_sh.dpatch
--
svn:executable = *

Modified: trunk/debian/source.lintian-overrides
URL: 
http://svn.debian.org/wsvn/pkg-lustre/trunk/debian/source.lintian-overrides?rev=495op=diff
==
--- trunk/debian/source.lintian-overrides (original)
+++ trunk/debian/source.lintian-overrides Fri Sep 12 13:59:38 2008
@@ -1,3 +1,4 @@
 lustre source: build-depends-on-obsolete-package build-depends: tetex-extra
 lustre source: more-than-one-patch-system
 lustre source: patch-system-but-direct-changes-in-diff 
ldiskfs/kernel_patches/series/ldiskfs-2.6.18-debian.series
+lustre source: quilt-build-dep-but-no-series-file lustre


___
Pkg-lustre-svn-commit mailing list
Pkg-lustre-svn-commit@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-lustre-svn-commit


[Pkg-lustre-svn-commit] r496 - in /trunk/debian: changelog patches/fix-lustre-manpage.dpatch

2008-09-12 Thread winnie
Author: winnie
Date: Fri Sep 12 14:11:57 2008
New Revision: 496

URL: http://svn.debian.org/wsvn/pkg-lustre/?sc=1rev=496
Log:
Fix another lintian warning

Modified:
trunk/debian/changelog
trunk/debian/patches/fix-lustre-manpage.dpatch

Modified: trunk/debian/changelog
URL: 
http://svn.debian.org/wsvn/pkg-lustre/trunk/debian/changelog?rev=496op=diff
==
--- trunk/debian/changelog (original)
+++ trunk/debian/changelog Fri Sep 12 14:11:57 2008
@@ -20,6 +20,7 @@
  - changed section of lustre-source from base to admin
  - added use_bash_instead_of_sh.dpatch to use bash instead of sh
in make-tree
+ - modified fix-lustre-manpage.dpatch to fix typo in lctl.8
 
  -- Patrick Winnertz [EMAIL PROTECTED]  Fri, 12 Sep 2008 15:41:54 +0200
 

Modified: trunk/debian/patches/fix-lustre-manpage.dpatch
URL: 
http://svn.debian.org/wsvn/pkg-lustre/trunk/debian/patches/fix-lustre-manpage.dpatch?rev=496op=diff
==
--- trunk/debian/patches/fix-lustre-manpage.dpatch (original)
+++ trunk/debian/patches/fix-lustre-manpage.dpatch Fri Sep 12 14:11:57 2008
@@ -5,9 +5,21 @@
 ## DP: fix some errors in the lustre manpage
 
 @DPATCH@
-diff -urNad lustre-1.6.4.1~/lustre/doc/lustre.7 
lustre-1.6.4.1/lustre/doc/lustre.7
 lustre-1.6.4.1~/lustre/doc/lustre.72007-12-19 13:20:23.0 
+0100
-+++ lustre-1.6.4.1/lustre/doc/lustre.7 2007-12-19 13:24:40.0 +0100
+diff -urNad lustre-1.6.5.1~/lustre/doc/lctl.8 lustre-1.6.5.1/lustre/doc/lctl.8
+--- lustre-1.6.5.1~/lustre/doc/lctl.8  2007-09-27 07:09:22.0 +0200
 lustre-1.6.5.1/lustre/doc/lctl.8   2008-09-12 16:09:43.0 +0200
+@@ -36,7 +36,7 @@
+ command, type 
+ .B help 
+ .I command
+-.  Command completion is activated with the TAB key, and command history is 
available via the up- and down-arrow keys. 
++Command completion is activated with the TAB key, and command history is 
available via the up- and down-arrow keys. 
+ 
+ For non-interactive use, one uses the second invocation, which runs command 
after connecting to the device. 
+ 
+diff -urNad lustre-1.6.5.1~/lustre/doc/lustre.7 
lustre-1.6.5.1/lustre/doc/lustre.7
+--- lustre-1.6.5.1~/lustre/doc/lustre.72008-09-12 16:09:32.0 
+0200
 lustre-1.6.5.1/lustre/doc/lustre.7 2008-09-12 16:09:33.0 +0200
 @@ -2,9 +2,9 @@
  .\ Copyright 2006 by Cluster FileSystems.  All Rights Reserved.
  .\ This file may be copied under the terms of the GNU Public License.


___
Pkg-lustre-svn-commit mailing list
Pkg-lustre-svn-commit@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-lustre-svn-commit