summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2017-02-04 10:28:57 -0500
committerClint Adams <clint@debian.org>2017-02-04 10:29:58 -0500
commit05174ae4471145060c685542ead364f3452aa06b (patch)
tree6d68caf2939644dc13ee9565cb1c261d37b8b1ce
parenta2a4f555c44abda322dabcdf570401434caa52f2 (diff)
Drop cross-building patch (obsoleted by upstream).
-rw-r--r--debian/patches/cross.patch32
-rw-r--r--debian/patches/series1
2 files changed, 0 insertions, 33 deletions
diff --git a/debian/patches/cross.patch b/debian/patches/cross.patch
deleted file mode 100644
index 8d66be4..0000000
--- a/debian/patches/cross.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From: Helmut Grohne <helmut@subdivi.de>
-Subject: skip help2man during cross builds
-
-Index: sed-4.3/configure.ac
-===================================================================
---- sed-4.3.orig/configure.ac
-+++ sed-4.3/configure.ac
-@@ -28,6 +28,7 @@
-
- AC_PROG_CC_STDC
- AM_PROG_CC_C_O
-+AM_CONDITIONAL([cross_compiling],[test x$cross_compiling = xyes])
- gl_EARLY
- gl_INIT
- gl_DISABLE_THREADS
-Index: sed-4.3/doc/local.mk
-===================================================================
---- sed-4.3.orig/doc/local.mk
-+++ sed-4.3/doc/local.mk
-@@ -22,6 +22,7 @@
-
- AM_MAKEINFOHTMLFLAGS = --no-split
-
-+if !cross_compiling
- doc/sed.1: sed/sed$(EXEEXT) .version $(srcdir)/doc/sed.x
- $(AM_V_GEN)$(MKDIR_P) doc
- $(AM_V_at)rm -rf $@ $@-t
-@@ -31,3 +32,4 @@
- -o $@-t $(SEDBIN) \
- && chmod a-w $@-t \
- && mv $@-t $@
-+endif
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index def274a..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-cross.patch