Skip to content

Commit 380ceaf

Browse files
committed
Refresh patches
1 parent 65409e1 commit 380ceaf

4 files changed

Lines changed: 5 additions & 5 deletions

debian/patches/0003-Mark-Gemspec-reproducible-change-fixing-784225-too.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Signed-off-by: Christian Hofstaedtler <zeha@debian.org>
1313

1414
--- a/lib/rubygems/specification.rb
1515
+++ b/lib/rubygems/specification.rb
16-
@@ -1750,7 +1750,9 @@
16+
@@ -1768,7 +1768,9 @@
1717
raise(Gem::InvalidSpecificationException,
1818
"invalid date format in specification: #{date.inspect}")
1919
end

debian/patches/0006-Fix-FTBS-on-hurd.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
1212

1313
--- a/io.c
1414
+++ b/io.c
15-
@@ -2214,7 +2214,11 @@
15+
@@ -2213,7 +2213,11 @@
1616

1717
for (i = 0; i < argc; i += cnt) {
1818
#ifdef HAVE_WRITEV

debian/patches/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Updated by John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> on
1313

1414
--- a/configure.ac
1515
+++ b/configure.ac
16-
@@ -2598,6 +2598,9 @@
16+
@@ -2616,6 +2616,9 @@
1717
[powerpc64-darwin*|ppc64-darwin*], [
1818
coroutine_type=ppc64
1919
],

debian/patches/0011-don-t-try-to-download-stuff-in-configure.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Subject: don't try to download stuff in configure
88

99
--- a/defs/gmake.mk
1010
+++ b/defs/gmake.mk
11-
@@ -305,9 +305,7 @@
12-
bundled-gem-gemspec = $(srcdir)/gems/src/$(1)/$(1).gemspec
11+
@@ -328,9 +328,7 @@
1312
bundled-gem-extracted = $(srcdir)/.bundle/gems/$(1)-$(2)
13+
bundled-gem-revision = $(srcdir)/.bundle/.timestamp/$(1).revision
1414

1515
-update-gems: | $(patsubst %,$(srcdir)/gems/%.gem,$(bundled-gems))
1616
-update-gems: | $(call foreach-bundled-gems-rev,bundled-gem-gemfile)

0 commit comments

Comments
 (0)