summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManoj Srivastava <srivasta@debian.org>2020-06-04 22:33:00 -0700
committerManoj Srivastava <srivasta@debian.org>2020-06-04 22:33:00 -0700
commit9fa297fa115a002f100d4d978de6dcbd288688d8 (patch)
treebfec12194a9e8f87d4a6d5924242a36f7f368cc4
parent9a63bbbb56fdb3420799b1c9e46e251decf52932 (diff)
fix(FTBS) Fix trying to massage nonexistent filedebian/2.6.4-8archive/debian/2.6.4-8
The upstream no longer comes with static Makefiles in the examples directory, so ther eis no need to massage them Closes: #961778 Signed-off-by: Manoj Srivastava <srivasta@debian.org>
-rw-r--r--debian/changelog8
-rwxr-xr-xdebian/rules14
2 files changed, 8 insertions, 14 deletions
diff --git a/debian/changelog b/debian/changelog
index e9c0fcb..93c2f41 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+flex (2.6.4-8) unstable; urgency=medium
+
+ * The source does not ship with example Makefiles, so no need to massage them.
+ * Bug fix: "binary-all FTBFS", thanks to Adrian Bunk (Closes: #961778).
+ * Movement on Bug#603787 https://github.com/westes/flex/pull/357
+
+ -- Manoj Srivastava <srivasta@debian.org> Thu, 04 Jun 2020 22:32:05 -0700
+
flex (2.6.4-7) unstable; urgency=medium
* Ack NMUS. Thanks Ruben Undheim and Niels Thykier <niels@thykier.net>
diff --git a/debian/rules b/debian/rules
index 015f80a..d0d5597 100755
--- a/debian/rules
+++ b/debian/rules
@@ -80,7 +80,6 @@ override_dh_install:
fi
dh_link
-
override_dh_installdocs:
dh_installdocs
ifneq (,$(filter flex-doc, $(shell dh_listpackages)))
@@ -92,19 +91,6 @@ ifneq (,$(filter flex-doc, $(shell dh_listpackages)))
debian/flex-doc/usr/share/doc/flex-doc/
endif
-override_dh_installexamples:
- dh_installexamples
- # Clean up embedded build paths in order to ensure reproducible builds.
- sed -i -e "s,-fdebug-prefix-map=$(CURDIR)=\.,,g" \
- -e "s,-ffile-prefix-map=$(CURDIR)=\.,,g" \
- -e "s,abs_.*$(CURDIR).*,,g" \
- -e "s,$(CURDIR).*missing --run,,g" \
- -e "s,$(CURDIR),./,g" \
- $(CURDIR)/debian/flex/usr/share/doc/flex/examples/fastwc/Makefile \
- $(CURDIR)/debian/flex/usr/share/doc/flex/examples/manual/Makefile
-
-
-
override_dh_auto_build:
dh_auto_build
ifneq (,$(filter flex-doc, $(shell dh_listpackages)))