[DRE-commits] [ruby-graffiti] 01/01: Remove patches applied upstream

Dmitry Borodaenko angdraug at moszumanska.debian.org
Sun Apr 17 19:26:58 UTC 2016


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

angdraug pushed a commit to branch master
in repository ruby-graffiti.

commit 59cb0d30d993562c32ff7d10d4f3dc641ebad64a
Author: Dmitry Borodaenko <angdraug at gmail.com>
Date:   Sun Apr 17 12:26:51 2016 -0700

    Remove patches applied upstream
---
 debian/changelog                                   |  3 +++
 .../0001-Set-correct-version-in-gemspec.patch      | 20 ------------------
 ...002-Do-not-use-booleans-mapped-to-integer.patch | 24 ----------------------
 debian/patches/series                              |  2 --
 4 files changed, 3 insertions(+), 46 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index af7fa9d..4fbb9b0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,9 @@ ruby-graffiti (2.3.1-1) unstable; urgency=low
   [ Dmitry Borodaenko ]
   * New upstream release:
     - test, build, and CI integration fixes.
+  * Remove patches:
+    - 0001-Set-correct-version-in-gemspec.patch (fixed upstream)
+    - 0002-Do-not-use-booleans-mapped-to-integer.patch (fixed upstream).
 
   [ Cédric Boutillier ]
   * Bump debhelper compatibility level to 9.
diff --git a/debian/patches/0001-Set-correct-version-in-gemspec.patch b/debian/patches/0001-Set-correct-version-in-gemspec.patch
deleted file mode 100644
index ee92b0a..0000000
--- a/debian/patches/0001-Set-correct-version-in-gemspec.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-From: Hleb Valoshka <375GNU at Gmail.COM>
-Date: Wed, 25 Dec 2013 13:24:52 +0300
-Subject: Set correct version in gemspec
-
----
- graffiti.gemspec | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/graffiti.gemspec b/graffiti.gemspec
-index 2082efc..d54b2cb 100644
---- a/graffiti.gemspec
-+++ b/graffiti.gemspec
-@@ -1,6 +1,6 @@
- Gem::Specification.new do |spec|
-   spec.name        = 'graffiti'
--  spec.version     = '2.1'
-+  spec.version     = '2.2'
-   spec.author      = 'Dmitry Borodaenko'
-   spec.email       = 'angdraug at debian.org'
-   spec.homepage    = 'https://github.com/angdraug/graffiti'
diff --git a/debian/patches/0002-Do-not-use-booleans-mapped-to-integer.patch b/debian/patches/0002-Do-not-use-booleans-mapped-to-integer.patch
deleted file mode 100644
index afa8fdf..0000000
--- a/debian/patches/0002-Do-not-use-booleans-mapped-to-integer.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From: Hleb Valoshka <375GNU at Gmail.COM>
-Date: Wed, 25 Dec 2013 13:28:50 +0300
-Subject: Do not use booleans mapped to integer
-
-While SQLite recommends booleans be stored as integers Graffiti assumes
-they are stored as 't'/'f' as in previous versions of Sequel.
----
- test/ts_graffiti.rb | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/test/ts_graffiti.rb b/test/ts_graffiti.rb
-index 1111424..99601d1 100644
---- a/test/ts_graffiti.rb
-+++ b/test/ts_graffiti.rb
-@@ -390,7 +390,8 @@ ORDER BY c.published_date DESC"
-   end
- 
-   def create_mock_db
--    db = Sequel.sqlite(:quote_identifiers => false)
-+    db = Sequel.sqlite(:quote_identifiers => false,
-+                       :integer_booleans  => false)
- 
-     db.create_table(:resource) do
-       primary_key :id
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 99a952c..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-0001-Set-correct-version-in-gemspec.patch
-0002-Do-not-use-booleans-mapped-to-integer.patch

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



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