[Pkg-lustre-svn-commit] r495 - in /trunk/debian: changelog patches/00list patches/use_bash_instead_of_sh.dpatch source.lintian-overrides
winnie at users.alioth.debian.org
winnie at users.alioth.debian.org
Fri Sep 12 13:59:39 UTC 2008
Author: winnie
Date: Fri Sep 12 13:59:38 2008
New Revision: 495
URL: http://svn.debian.org/wsvn/pkg-lustre/?sc=1&rev=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=495&op=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 <winnie at debian.org> 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=495&op=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=495&op=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 <winnie at debian.org>
+##
+## 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
+
+ at DPATCH@
+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.000000000 +0200
++++ lustre-1.6.5.1/lustre/tests/acl/make-tree 2008-09-12 15:48:13.000000000 +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=495&op=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
More information about the Pkg-lustre-svn-commit
mailing list