From 3902ae6329d1bce17c3993bf4292c63cb3b54778 Mon Sep 17 00:00:00 2001 From: Stephane Glondu Date: Thu, 11 Jul 2019 12:44:25 +0200 Subject: [PATCH] Remove references to no-longer-shipped examples --- debian/ocaml.examples | 1 - debian/rules | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 debian/ocaml.examples diff --git a/debian/ocaml.examples b/debian/ocaml.examples deleted file mode 100644 index 55b78ae3..00000000 --- a/debian/ocaml.examples +++ /dev/null @@ -1 +0,0 @@ -debian/examples/* diff --git a/debian/rules b/debian/rules index b93ff6fc..a7c3d654 100755 --- a/debian/rules +++ b/debian/rules @@ -133,7 +133,6 @@ build-stamp: config-stamp if test ! -d boot.debian; then \ cp -xa boot boot.debian; \ fi - rm -Rf debian/examples && mkdir debian/examples ifeq ($(BUILDCACHE),) $(MAKE) world $(MAKE) bootstrap @@ -171,7 +170,7 @@ endif fi; \ done # Remaining stuff - -rm -Rf debian/$(SRCTARBALL) debian/examples $(TESTDIR) + -rm -Rf debian/$(SRCTARBALL) $(TESTDIR) .PHONY: override_dh_auto_install-arch override_dh_auto_install-indep override_dh_auto_install-arch: install-stamp-arch -- 2.30.2