Install uchar compatibility package (#944404)
authorAndy Li <andy@onthewings.net>
Sat, 28 Dec 2019 17:20:25 +0000 (01:20 +0800)
committerAndy Li <andy@onthewings.net>
Sat, 28 Dec 2019 17:20:25 +0000 (01:20 +0800)
debian/META.uchar [new file with mode: 0644]
debian/rules

diff --git a/debian/META.uchar b/debian/META.uchar
new file mode 100644 (file)
index 0000000..3b3bf44
--- /dev/null
@@ -0,0 +1,4 @@
+name="uchar"
+version="[distributed with OCaml 4.03 or above]"
+description="dummy backward-compatibility package for Uchar"
+requires=""
index 6a862c50ac255db028e63deee2a19d6c98f6bccb..48d9ebb77d0f8e5780431d072ef3438cde07f974 100755 (executable)
@@ -218,6 +218,9 @@ endif
 # Install the seq compatibility package (OCaml >= 4.07)
        mkdir -p debian/ocaml-base-nox$(OCAML_STDLIB_DIR)/seq
        cp debian/META.seq debian/ocaml-base-nox$(OCAML_STDLIB_DIR)/seq/META
+# Install the uchar compatibility package (OCaml >= 4.03)
+       mkdir -p debian/ocaml-base-nox$(OCAML_STDLIB_DIR)/uchar
+       cp debian/META.uchar debian/ocaml-base-nox$(OCAML_STDLIB_DIR)/uchar/META
 endif
 # Remaining stuff
        touch $@