summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)))