]> granicus.if.org Git - graphviz/commitdiff
debian/rules: remove commented out lines
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 28 Sep 2021 14:35:16 +0000 (07:35 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 29 Sep 2021 14:48:01 +0000 (07:48 -0700)
debian/rules

index 32e3cc0fdb2fe1731ce219785d547c25f7e23fe4..374f4e3e6c88fa49807ad271a481b3aa6fdbef5a 100755 (executable)
@@ -97,15 +97,6 @@ build-stamp:
        $(MAKE)
        touch build-stamp
 
-#      # Build the manpage from SONAME-independent perlpod
-#      sed -e 's/##SONAME##/$(SONAME)/g' \
-#              debian/libgraphviz-config-update.pod.in > \
-#              debian/libgraphviz$(SONAME)-config-update.pod
-#      pod2man --center "GRAPHVIZ CONFIGURATION MANAGEMENT" \
-#              --release $(UPSTREAM_VERSION) \
-#              debian/libgraphviz$(SONAME)-config-update.pod \
-#              debian/libgraphviz$(SONAME)-config-update.1
-
 clean: clean-patched unpatch
 clean-patched:
        dh_testdir
@@ -115,10 +106,6 @@ clean-patched:
        # Clean up if a build already happened
        [ ! -f Makefile ] || $(MAKE) distclean
 
-#      # Clean up intermediate and generated manpages
-#      rm -f debian/libgraphviz$(SONAME)-config-update.pod
-#      rm -f debian/libgraphviz$(SONAME)-config-update.1
-
        dh_clean $(CONFIG_SCRIPTS) \
                tclpkg/gv/gv.R tclpkg/gv/php_gv.h
 
@@ -186,10 +173,6 @@ install: build
        # 2. Move the devel files where they belong
        # 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
 
@@ -207,10 +190,6 @@ install: build
        done
        rm -rf $(PYTHON_PACKAGE)/usr/lib/graphviz
 
-       # Debian-specific manpage
-#      dh_installman -plibgraphviz$(SONAME)      \
-#              $(CURDIR)/debian/libgraphviz$(SONAME)-config-update.1
-
        # Some additional work for libgv-ruby
        install -d $(RUBY_PACKAGE)/usr/lib/ruby/$(RUBY_VERSION)
        mv $(RUBY_PACKAGE)/usr/lib/graphviz/ruby/libgv_ruby.so \