]> granicus.if.org Git - graphviz/commitdiff
removed lines that copy ocaml development files
authorDwight Perry <dperry@research.att.com>
Thu, 5 Apr 2012 19:50:10 +0000 (15:50 -0400)
committerDwight Perry <dperry@research.att.com>
Thu, 5 Apr 2012 19:50:10 +0000 (15:50 -0400)
debian/rules

index 5c2028057d867d08474e3f38ea4f29d2962d9d49..020df96266bf4ca0fa9444eba5f8dd554280359d 100644 (file)
@@ -185,9 +185,12 @@ install: build
        mv $(OCAML_PACKAGE)/usr/lib/graphviz/ocaml/libgv_ocaml.so \
                $(OCAML_PACKAGE)/usr/lib/ocaml/$(OCAMLABI)/stublibs/dllgv.so
        # 2. Move the devel files where they belong
-       install -d $(DEV_PACKAGE)/usr/lib/ocaml/$(OCAMLABI)/gv
-       mv $(OCAML_PACKAGE)/usr/lib/graphviz/ocaml/*.cm* \
-               $(DEV_PACKAGE)/usr/lib/ocaml/$(OCAMLABI)/gv
+       # dev files have been removed by recommendation of rpmlint
+
+       #install -d $(DEV_PACKAGE)/usr/lib/ocaml/$(OCAMLABI)/gv
+       #mv $(OCAML_PACKAGE)/usr/lib/graphviz/ocaml/*.cm* \
+       #       $(DEV_PACKAGE)/usr/lib/ocaml/$(OCAMLABI)/gv
+
        # 3. Trash the (almost empty) directory (and its .la)
        rm -rf $(OCAML_PACKAGE)/usr/lib/graphviz