[Pkg-ocaml-maint-commits] [findlib] 08/13: Do not move METAs from empty dirs to METAS dir

Stéphane Glondu glondu at moszumanska.debian.org
Thu Jun 9 11:07:31 UTC 2016


This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository findlib.

commit f0ca769ab1edd2e9d5da2526de4b239b39df60bf
Author: Stephane Glondu <steph at glondu.net>
Date:   Thu Jun 9 11:49:53 2016 +0200

    Do not move METAs from empty dirs to METAS dir
---
 debian/rules | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/debian/rules b/debian/rules
index e1fb7b6..b6a37f0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,14 +33,6 @@ override_dh_auto_install:
 	grep -v \\.opt debian/tmp/etc/ocamlfind.conf > debian/ocamlfind.conf.new
 	sed -i -e 's/@OCamlABI@/$(OCAML_ABI)/g' debian/ocamlfind.conf.new
 	mv debian/ocamlfind.conf.new debian/tmp/etc/ocamlfind.conf
-# mv METAs from empty directories to the /META directory
-	mkdir -p $(CURDIR)/debian/tmp$(OCAML_STDLIB_DIR)/METAS
-	for p in `ls site-lib-src/`; do \
-	  mv $(CURDIR)/debian/tmp$(OCAML_STDLIB_DIR)/$$p/META \
-	    $(CURDIR)/debian/tmp$(OCAML_STDLIB_DIR)/METAS/META.$$p; \
-	  rmdir $(CURDIR)/debian/tmp$(OCAML_STDLIB_DIR)/$$p/; \
-	done
-	echo 'directory="^"' >> $(CURDIR)/debian/tmp$(OCAML_STDLIB_DIR)/METAS/META.bytes
 # rm empty man3 dir
 	test -d $(CURDIR)/debian/tmp/usr/share/man/man3 && \
 		rmdir $(CURDIR)/debian/tmp/usr/share/man/man3

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/findlib.git



More information about the Pkg-ocaml-maint-commits mailing list