[Pkg-ocaml-maint-commits] [findlib] 01/01: Add directory directive to META.bytes
Stéphane Glondu
glondu at moszumanska.debian.org
Fri Aug 14 14:44:12 UTC 2015
This is an automated email from the git hooks/post-receive script.
glondu pushed a commit to branch master
in repository findlib.
commit 2eef384329154c009e984ada5cd22f8d0326fcd4
Author: Stephane Glondu <steph at glondu.net>
Date: Tue Jun 16 14:43:45 2015 +0200
Add directory directive to META.bytes
---
debian/changelog | 6 ++++++
debian/rules | 1 +
2 files changed, 7 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index ebf1af9..0f27bc7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+findlib (1.5.5-2) UNRELEASED; urgency=medium
+
+ * Add `directory' directive to META.bytes
+
+ -- Stéphane Glondu <glondu at debian.org> Tue, 16 Jun 2015 14:44:14 +0200
+
findlib (1.5.5-1) experimental; urgency=medium
* New upstream release
diff --git a/debian/rules b/debian/rules
index a927f61..e1fb7b6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,6 +40,7 @@ override_dh_auto_install:
$(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