[graphite2] 02/02: remove obsolete/long not used perl and mono parts from rules/control

Rene Engelhard rene at moszumanska.debian.org
Tue Sep 19 21:10:23 UTC 2017


This is an automated email from the git hooks/post-receive script.

rene pushed a commit to branch master
in repository graphite2.

commit 20124dadf9f7ba1d4863f59f5e889ee707cb1da7
Author: Rene Engelhard <rene at rene-engelhard.de>
Date:   Tue Sep 19 21:06:49 2017 +0000

    remove obsolete/long not used perl and mono parts from rules/control
---
 debian/control | 25 -------------------------
 debian/rules   | 30 ------------------------------
 2 files changed, 55 deletions(-)

diff --git a/debian/control b/debian/control
index 9ea3e5b..34e40b0 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,6 @@ Section: libs
 Maintainer: Debian LibreOffice Maintainers <debian-openoffice at lists.debian.org>
 Uploaders: Rene Engelhard <rene at debian.org>, Daniel Glassey <wdg at debian.org>
 Build-Depends: debhelper (>= 9.20151219), dh-exec (>= 0.3), dpkg-dev (>= 1.18.2~), cmake, python, fonttools
-# perl: libmodule-build-perl
-# mono: mono-xbuild, mono-gmcs, mono-dmcs, libnunit-cil-dev
 Build-Depends-Indep: asciidoc-dblatex, doxygen, docbook-xsl, texlive-latex-recommended, libxml2-utils, graphviz
 Standards-Version: 4.1.0
 Homepage: http://graphite.sil.org/
@@ -91,26 +89,3 @@ Description: Documentation for libgraphite2
  .
  PDF and HTML documentation for libgraphite2
 
-#Package: libtext-gr2-perl
-#Section: perl
-#Architecture: any
-#Depends: ${shlibs:Depends}, perl, ${perl:Depends}, ${misc:Depends}
-#Description: Perl Interface to SIL's Graphite2 rendering engine
-# Graphite is a system that can be used to create and use "smart fonts" capable
-# of displaying writing systems with various complex behaviors, such as:
-# contextual shaping, ligatures, reordering, split glyphs, bidirectionality,
-# stacking diacritics and complex positioning.
-# .
-# This library was designed and developed by the NRSI (Non-Roman Script
-# Initiative) within SIL International (www.sil.org) to act as a complement to
-# other smart font rendering technologies with limited practical local
-# extensibility. Its purpose is to help meet the needs of a very large number
-# of "minority language" communities for local extensibility of complex script
-# behaviors.
-# .
-# The behavior of the rendering engine for a given writing system is specified
-# through extra tables added to a TrueType font.  These tables are generated by
-# compiling a GDL (Graphite Description Language) source file into a font using
-# grcompiler.
-# .
-# This package contains the Text::Graphite2 module.
diff --git a/debian/rules b/debian/rules
index b83bbce..7bafd9c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,17 +11,10 @@ override_dh_strip:
 
 override_dh_auto_build-arch:
 	dh_auto_build --parallel
-#	echo "Building perl module"
-#	cd contrib/perl && \
-#		perl Build.PL prefix=/usr && \
-#		./Build
 
 override_dh_auto_build-indep:
 	echo "Building docs"
 	dh_auto_build -- docs
-#	echo "Building C# binding"
-#	cd contrib/C\# && \
-#		mono-xbuild NGraphite.sln
 
 override_dh_auto_install:
 	if [ -f ./build/src/libgraphite2.so.3 ]; then \
@@ -29,32 +22,13 @@ override_dh_auto_install:
 	else \
 		dh_install -plibgraphite2-doc --sourcedir=$(CURDIR); \
 	fi
-#	cd perl && \
-#		./Build install destdir=$(CURDIR)/debian/libtext-gr2-perl
-#	# hack
-#	cd $(CURDIR)/debian/libtext-gr2-perl/usr && \
-#		mkdir share && mv man share
-#	cd $(CURDIR)/debian/libtext-gr2-perl/usr/lib && \
-#		mv perl perl5 && cd perl5 && mv 5.*/* . && rm -rf 5.*
-#	find debian/libtext-gr2-perl -type f -name .packlist | xargs rm -f
 
 override_dh_auto_test:
 	if [ -f ./build/src/libgraphite2.so.3 ]; then \
 		dh_auto_test; \
 	fi
-#ifneq (nocheck,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
-#	cd contrib/perl && \
-#		LD_LIBRARY_PATH=$(CURDIR)/build/src ./Build test
-#endif
 
 override_dh_auto_clean:
-#	if [ -e contrib/perl/Build ]; then cd contrib/perl && \
-#		./Build clean; fi
-#	rm -rf contrib/perl/Build contrib/perl/_build
-#	rm -f /contrib/perl/MYMETA*
-#	rm -f contrib/C\#/NGraphite/obj/Debug/NGraphite.csproj.FilesWrittenAbsolute.txt
-#	-find contrib/C\# -name "*.dll" | xargs rm
-#	-find contrib/C\# -name "*.dll.mdb" | xargs rm
 	-find . -name "CTestCostData.txt" | xargs rm
 	-find . -name "LastTest.log"  | xargs rm
 	rm -f tests/graphite.pyc
@@ -65,9 +39,5 @@ override_dh_auto_configure:
 	find . -type f ! -name "rules" ! -name "changelog" \
 		-exec sed -i -e 's/\-O3//g' {} \;
 
-override_dh_gencontrol:
-	dh_gencontrol -Nlibtext-gr2-perl -O--builddirectory=build
-#	dh_gencontrol -plibtext-gr2-perl -- -v`cat perl/META.yml | grep version: | tail -n 1 | awk '{ print $$2 }'`-`dpkg-parsechangelog  | grep urgency | awk '{ print $$2 }' | sed -e 's/(//' | sed -e 's/)//' | cut -d- -f2`
-
 override_dh_strip:
 	dh_strip --ddeb-migration="libgraphite2-3-dbg (<= 1.3.4-1)"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/graphite2.git



More information about the Pkg-openoffice-commits mailing list