[DRE-commits] [ruby-grape-logging] 03/06: Drop app-response.patch, it is not needed anymore

Lucas Kanashiro kanashiro.duarte at gmail.com
Mon May 9 19:04:28 UTC 2016


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

kanashiro-guest pushed a commit to branch master
in repository ruby-grape-logging.

commit 7ff96b03d821046bec0660e7ed81178e0a578c8b
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Mon May 9 15:54:01 2016 -0300

    Drop app-response.patch, it is not needed anymore
---
 debian/changelog                  |  1 +
 debian/patches/app-response.patch | 24 ------------------------
 debian/patches/series             |  1 -
 3 files changed, 1 insertion(+), 25 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bcaa788..124a860 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ ruby-grape-logging (1.2.1-1) UNRELEASED; urgency=medium
 
   [ Lucas Kanashiro ]
   * Imported Upstream version 1.2.1
+  * Drop app-response.patch, it is not needed anymore
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Mon, 09 May 2016 15:46:16 -0300
 
diff --git a/debian/patches/app-response.patch b/debian/patches/app-response.patch
deleted file mode 100644
index c6bdfd2..0000000
--- a/debian/patches/app-response.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Description: fix call to response status
-Origin: https://github.com/aserafin/grape_logging/pull/10
-Reviewed-By: Antonio Terceiro <terceiro at colivre.coop.br>
-Last-Update: 2015-07-22
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- a/lib/grape_logging/middleware/request_logger.rb
-+++ b/lib/grape_logging/middleware/request_logger.rb
-@@ -33,7 +33,7 @@ module GrapeLogging
-             method: request.request_method,
-             total: total_runtime,
-             db: @db_duration.round(2),
--            status: response.status
-+            status: @app_response.status
-         }
-       end
- 
-@@ -59,4 +59,4 @@ module GrapeLogging
-       end
-     end
-   end
--end
-\ No newline at end of file
-+end
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 2a35cd4..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-app-response.patch

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



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