From: Matthew Fernandez Date: Tue, 28 Sep 2021 14:35:16 +0000 (-0700) Subject: debian/rules: remove commented out lines X-Git-Tag: 2.49.2~31^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9cf04c42224bb91e9ed0c6b7ac4f9add5a2c2187;p=graphviz debian/rules: remove commented out lines --- diff --git a/debian/rules b/debian/rules index 32e3cc0fd..374f4e3e6 100755 --- a/debian/rules +++ b/debian/rules @@ -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 \