[DRE-commits] [SCM] ruby-dbf.git branch, master, updated. debian/2.0.3-1-4-ge6394f0

Christopher Baines cbaines8 at gmail.com
Sat Jul 6 15:55:51 UTC 2013


The following commit has been merged in the master branch:
commit e6394f0b781b58ad56f8774035b79608e3a07a7f
Author: Christopher Baines <cbaines8 at gmail.com>
Date:   Sat Jul 6 16:47:21 2013 +0100

    Update package to new upstream version
    
    Remove patches as they have been merged upstream

diff --git a/debian/changelog b/debian/changelog
index 9a32441..1ffa188 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+ruby-dbf (2.0.5-1) unstable; urgency=low
+
+  * New upstream version
+    + use correct FoxPro memo block size
+    + memo fields return nil if memo file is missing
+
+ -- Christopher Baines <cbaines8 at gmail.com>  Sat, 06 Jul 2013 16:45:35 +0100
+
 ruby-dbf (2.0.3-1) unstable; urgency=low
 
   * Initial release (Closes: #702161)
diff --git a/debian/patches/fix-encoding b/debian/patches/fix-encoding
deleted file mode 100644
index 6d386ee..0000000
--- a/debian/patches/fix-encoding
+++ /dev/null
@@ -1,13 +0,0 @@
-Description: Add encoding information
-Author: Christopher Baines <cbaines8 at gmail.com>
-Last-Update: 2013-03-10
-Bug: https://github.com/infused/dbf/pull/52
-
---- ruby-dbf-2.0.3.orig/spec/dbf/record_spec.rb
-+++ ruby-dbf-2.0.3/spec/dbf/record_spec.rb
-@@ -1,3 +1,5 @@
-+Encoding.default_external='UTF-8' if defined? Encoding
-+
- require "spec_helper"
- 
- describe DBF::Record do
diff --git a/debian/patches/prevent-modification-of-loadpath b/debian/patches/prevent-modification-of-loadpath
deleted file mode 100644
index 06b1ef1..0000000
--- a/debian/patches/prevent-modification-of-loadpath
+++ /dev/null
@@ -1,12 +0,0 @@
-Description: Prevent modification of $: ($LOAD_PATH)
-Author: Christopher Baines <cbaines8 at gmail.com>
-Last-Update: 2013-03-10
-Bug: https://github.com/infused/dbf/pull/52
-
---- ruby-dbf-2.0.3.orig/spec/spec_helper.rb
-+++ ruby-dbf-2.0.3/spec/spec_helper.rb
-@@ -1,4 +1,3 @@
--$:.unshift(File.dirname(__FILE__) + '/../lib/')
- require 'dbf'
- require 'rspec'
- 
diff --git a/debian/patches/remove-rubygems b/debian/patches/remove-rubygems
deleted file mode 100644
index 84e2439..0000000
--- a/debian/patches/remove-rubygems
+++ /dev/null
@@ -1,14 +0,0 @@
-Description: Remove requires rubygems from dbf-rb
-Author: Christopher Baines <cbaines8 at gmail.com>
-Last-Update: 2013-03-10
-Bug: https://github.com/infused/dbf/pull/52
-
---- ruby-dbf-2.0.3.orig/bin/dbf
-+++ ruby-dbf-2.0.3/bin/dbf
-@@ -1,6 +1,5 @@
- #!/usr/bin/env ruby -s
- 
--require 'rubygems'
- require 'dbf'
- 
- $a ||= false
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 283c890..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,3 +0,0 @@
-remove-rubygems
-fix-encoding
-prevent-modification-of-loadpath

-- 
ruby-dbf.git



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