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 <st...@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

_______________________________________________
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to