[DRE-commits] [ruby-bdb] 03/04: Refreshed patches

Gunnar Wolf gwolf at moszumanska.debian.org
Fri Jan 17 20:01:15 UTC 2014


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

gwolf pushed a commit to branch master
in repository ruby-bdb.

commit dd2b8e4fd07dff41905b3706d200278d7fa9a960
Author: Gunnar Wolf <gwolf at gwolf.org>
Date:   Fri Jan 17 13:34:07 2014 -0600

    Refreshed patches
---
 debian/patches/doc-in-a-single-dir.patch | 104 +++++++++++++++++--------------
 debian/patches/series                    |   2 +-
 2 files changed, 59 insertions(+), 47 deletions(-)

diff --git a/debian/patches/doc-in-a-single-dir.patch b/debian/patches/doc-in-a-single-dir.patch
index e784ff2..9cbc2f4 100644
--- a/debian/patches/doc-in-a-single-dir.patch
+++ b/debian/patches/doc-in-a-single-dir.patch
@@ -1,56 +1,68 @@
-diff -Nur -x '*.orig' -x '*~' libdb-ruby-0.6.5/bdb.html libdb-ruby-0.6.5.new/bdb.html
---- libdb-ruby-0.6.5/bdb.html	2005-02-15 11:06:21.000000000 -0600
-+++ libdb-ruby-0.6.5.new/bdb.html	2008-12-09 10:37:05.000000000 -0600
-@@ -37,22 +37,22 @@
+Index: ruby-bdb/bdb.rd
+===================================================================
+--- ruby-bdb.orig/bdb.rd	2014-01-17 13:23:55.000000000 -0600
++++ ruby-bdb/bdb.rd	2014-01-17 13:33:24.000000000 -0600
+@@ -41,7 +41,7 @@
       of the database, or mutable, permitting new records to be inserted
-      between existing records. </li>
- </ul>
--<p><a href="docs/env.html">Berkeley DB environnement</a></p>
-+<p><a href="env.html">Berkeley DB environnement</a></p>
- <p>Berkeley DB environment is an encapsulation of one or more databases,
+      between existing records. 
+ 
+-((<Berkeley DB environnement|URL:docs/env.html>))
++((<Berkeley DB environnement|URL:env.html>))
+ 
+ Berkeley DB environment is an encapsulation of one or more databases,
  log files and shared information about the database environment such
- as shared memory buffer cache pages.</p>
- <p>Acces Methods</p>
- <ul>
--<li><a href="docs/hashlike.html">Hash like interface</a>
-+<li><a href="hashlike.html">Hash like interface</a>
+@@ -49,20 +49,20 @@
+ 
+ Acces Methods
+    
+-    * ((<Hash like interface|URL:docs/hashlike.html>))
++    * ((<Hash like interface|URL:hashlike.html>))
        these are the common methods for BDB::Btree,
-       BDB::Hash, BDB::Recno, BDB::Queue</li>
--<li><a href="docs/arraylike.html">Array like interface</a>
-+<li><a href="arraylike.html">Array like interface</a>
-       methods for BDB::Recnum</li>
- </ul>
--<p><a href="docs/sequence.html">Sequence</a></p>
-+<p><a href="sequence.html">Sequence</a></p>
- <p>A sequence is created with BDB::Common::create_sequence or
- BDB::Common::open_sequence (only with db >= 4.3)</p>
--<p><a href="docs/transaction.html">Transaction Manager</a></p>
-+<p><a href="transaction.html">Transaction Manager</a></p>
- <p>The transaction subsystem makes operations atomic, consistent,
+       BDB::Hash, BDB::Recno, BDB::Queue
+ 
+-    * ((<Array like interface|URL:docs/arraylike.html>))
++    * ((<Array like interface|URL:arraylike.html>))
+       methods for BDB::Recnum
+ 
+ 
+-((<Sequence|URL:docs/sequence.html>))
++((<Sequence|URL:sequence.html>))
+ 
+ A sequence is created with BDB::Common::create_sequence or
+ BDB::Common::open_sequence (only with db >= 4.3)
+ 
+-((<Transaction Manager|URL:docs/transaction.html>))
++((<Transaction Manager|URL:transaction.html>))
+ 
+ The transaction subsystem makes operations atomic, consistent,
  isolated, and durable in the face of system and application
- failures. The subsystem requires that the data be properly logged and
-@@ -60,20 +60,20 @@
- the components necessary to transaction-protect the Berkeley DB access
+@@ -72,7 +72,7 @@
  methods and other forms of data may be protected if they are logged
- and locked appropriately.</p>
--<p><a href="docs/cursor.html">Cursor operation</a></p>
-+<p><a href="cursor.html">Cursor operation</a></p>
- <p>A database cursor is a sequential pointer to the database entries. It
+ and locked appropriately.
+ 
+-((<Cursor operation|URL:docs/cursor.html>))
++((<Cursor operation|URL:cursor.html>))
+ 
+ A database cursor is a sequential pointer to the database entries. It
  allows traversal of the database and access to duplicate keyed
- entries.  Cursors are used for operating on collections of records,
+@@ -80,9 +80,9 @@
  for iterating over a database, and for saving handles to individual
- records, so that they can be modified after they have been read.</p>
--<p>See also iterators in <a href="docs/hashlike.html#each">Acces Methods</a></p>
--<p><a href="docs/lock.html">Lock system</a></p>
-+<p>See also iterators in <a href="hashlike.html#each">Acces Methods</a></p>
-+<p><a href="lock.html">Lock system</a></p>
- <p>The lock subsystem provides interprocess and intraprocess concurrency
+ records, so that they can be modified after they have been read.
+ 
+-See also iterators in ((<Acces Methods|URL:docs/hashlike.html#each>))
++See also iterators in ((<Acces Methods|URL:hashlike.html#each>))
+ 
+-((<Lock system|URL:docs/lock.html>))
++((<Lock system|URL:lock.html>))
+ 
+ The lock subsystem provides interprocess and intraprocess concurrency
  control mechanisms. While the locking system is used extensively by
- the Berkeley DB access methods and transaction system, it may also be
+@@ -90,7 +90,7 @@
  used as a stand-alone subsystem to provide concurrency control to any
- set of designated resources.</p>
--<p><a href="docs/log.html">Logging subsystem</a></p>
-+<p><a href="log.html">Logging subsystem</a></p>
- <p>The logging subsystem is the logging facility used by Berkeley DB. It
+ set of designated resources.
+ 
+-((<Logging subsystem|URL:docs/log.html>))
++((<Logging subsystem|URL:log.html>))
+ 
+ The logging subsystem is the logging facility used by Berkeley DB. It
  is largely Berkeley DB specific, although it is potentially useful
- outside of the Berkeley DB package for applications wanting
diff --git a/debian/patches/series b/debian/patches/series
index 2d295ea..f293380 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,4 @@
-build-against-libdb.patch
+#build-against-libdb.patch
 doc-in-a-single-dir.patch
 dont-check-patch-level.patch
 fail-make-test-if-tests-fail.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-bdb.git



More information about the Pkg-ruby-extras-commits mailing list