[DRE-commits] [ruby-pg] 02/02: make build reproducible

Antonio Terceiro terceiro at moszumanska.debian.org
Mon Oct 17 16:35:51 UTC 2016


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

terceiro pushed a commit to branch master
in repository ruby-pg.

commit e972eccee8e33ce60da0e4f35e6a2c35c6e2db38
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Mon Oct 17 14:22:48 2016 -0200

    make build reproducible
    
    Closes: #834541
---
 debian/changelog                            |  2 ++
 debian/patches/0003-reproducible-docs.patch | 15 +++++++++++++++
 debian/patches/series                       |  1 +
 3 files changed, 18 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 7dbed39..7c67d8f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ ruby-pg (0.18.4-1.1) UNRELEASED; urgency=medium
 
   * Team upload.
   * debian/watch: fix URL
+  * debian/patches/0003-reproducible-docs.patch: make build reproducible
+    (Closes: #834541). Thanks to Chris Lamb to the original patch.
 
  -- Antonio Terceiro <terceiro at debian.org>  Mon, 17 Oct 2016 14:19:13 -0200
 
diff --git a/debian/patches/0003-reproducible-docs.patch b/debian/patches/0003-reproducible-docs.patch
new file mode 100644
index 0000000..2949ace
--- /dev/null
+++ b/debian/patches/0003-reproducible-docs.patch
@@ -0,0 +1,15 @@
+Description: make documentation reproducible
+Author: Antonio Terceiro <terceiro at debian.org>
+Origin: vendor
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=834541
+Last-Update: 2016-10-17
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/lib/pg/result.rb
++++ b/lib/pg/result.rb
+@@ -23,4 +23,5 @@ class PG::Result
+ end # class PG::Result
+ 
+ # Backward-compatible alias
++# :nodoc:
+ PGresult = PG::Result
diff --git a/debian/patches/series b/debian/patches/series
index bd9f667..a6fd5b5 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 0002-fix-license-gemspec.patch
 0001-do-not-set-rpath.patch
+0003-reproducible-docs.patch

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



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