~ubuntu-branches/ubuntu/maverick/ocfs2-tools/maverick

« back to all changes in this revision

Viewing changes to debian/patches/02-init-typos

  • Committer: Bazaar Package Importer
  • Author(s): Fabio M. Di Nitto
  • Date: 2007-11-19 06:53:59 UTC
  • Revision ID: james.westby@ubuntu.com-20071119065359-7yan1p3eg1d28sgx
Tags: 1.3.9-0ubuntu1

* Update default timeouts in template and translations files.

* debian/rules: fix clean target to not purge upstream patches/ directory.

* debian/control: rework Build-Depends
  - sort them: debian build specific bits first, upstream after in configure
    check order.
  - add pkg-config.
  - add libselinux1-dev and libsepol1-dev.

* add package ocfs2-tools-static-dev to include all development headers and
  static libraries required to build ocfs2-test (and possibly other tools
  that already in development stage.

* stop shipping local copy of mount.ocfs2.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Index: vendor/common/o2cb.sysconfig
2
 
===================================================================
3
 
--- vendor/common/o2cb.sysconfig.orig   2006-05-30 01:29:30.164157257 +0200
4
 
+++ vendor/common/o2cb.sysconfig        2006-05-30 01:30:04.734507522 +0200
5
 
@@ -4,7 +4,7 @@
6
 
 # Please use that method to modify this file
7
 
 #
8
 
 
9
 
-# O2CB_ENABELED: 'true' means to load the driver on boot.
10
 
+# O2CB_ENABLED: 'true' means to load the driver on boot.
11
 
 O2CB_ENABLED=false
12
 
 
13
 
 # O2CB_BOOTCLUSTER: If not empty, the name of a cluster to start.
14
 
Index: vendor/common/o2cb.init
15
 
===================================================================
16
 
--- vendor/common/o2cb.init.orig        2006-05-30 01:29:30.180158345 +0200
17
 
+++ vendor/common/o2cb.init     2006-05-30 01:30:04.734507522 +0200
18
 
@@ -123,7 +123,7 @@
19
 
 # Please use that method to modify this file
20
 
 #
21
 
 
22
 
-# O2CB_ENABELED: 'true' means to load the driver on boot.
23
 
+# O2CB_ENABLED: 'true' means to load the driver on boot.
24
 
 O2CB_ENABLED=${O2CB_ENABLED:-false}
25
 
 
26
 
 # O2CB_BOOTCLUSTER: If not empty, the name of a cluster to start.