[libitext-java] 67/76: Removed the libitext-java-gcj package

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Jul 28 22:46:37 UTC 2016


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

ebourg-guest pushed a commit to branch master
in repository libitext-java.

commit 34744b98e85330f20938204e1e9f4f99eb3d96e5
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Thu Jul 28 18:09:48 2016 +0200

    Removed the libitext-java-gcj package
---
 debian/changelog |  1 +
 debian/control   | 15 ---------------
 debian/rules     | 10 ----------
 3 files changed, 1 insertion(+), 25 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9caa3d0..48fe9e1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 libitext-java (2.1.7-11) UNRELEASED; urgency=medium
 
+  * Removed the libitext-java-gcj package
   * Moved the package to Git
   * Standards-Version updated to 3.9.8
 
diff --git a/debian/control b/debian/control
index 5df3958..4d05ded 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,6 @@ Build-Depends: ant,
                debhelper (>= 9),
                default-jdk,
                cdbs,
-               gcj-native-helper,
                javahelper (>= 0.43),
                libbcmail-java,
                libbcpkix-java,
@@ -24,7 +23,6 @@ Homepage: http://www.lowagie.com/iText/
 Package: libitext-java
 Architecture: all
 Depends: ${misc:Depends}, libbcprov-java (>= 1.48), ${java:Depends}
-Suggests: libitext-java-gcj
 Description: Java Library to create and manipulate PDF on the fly
  iText is a library that allows you to generate PDF files on the fly.
  The iText classes are very useful for people who need to generate read-only,
@@ -33,19 +31,6 @@ Description: Java Library to create and manipulate PDF on the fly
  technology-based Servlets: The look and feel of HTML is browser dependent;
  with iText and PDF you can control exactly how your servlet's output will look.
 
-Package: libitext-java-gcj
-Architecture: any
-Depends: libitext-java (>= ${source:Version}), ${misc:Depends}, ${shlibs:Depends}
-Description: Java Library to create and manipulate PDF on the fly
- iText is a library that allows you to generate PDF files on the fly.
- The iText classes are very useful for people who need to generate read-only,
- platform independent documents containing text, lists, tables and images.
- The library is especially useful in combination with Java(TM)
- technology-based Servlets: The look and feel of HTML is browser dependent;
- with iText and PDF you can control exactly how your servlet's output will look.
- .
- This package contains the natively compiled code for use by gij.
-
 Package: libitext-rtf-java
 Architecture: all
 Depends: libitext-java (= ${binary:Version}), ${misc:Depends}, ${java:Depends}
diff --git a/debian/rules b/debian/rules
index 35247e8..1087700 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,11 +13,6 @@ CORE_CLASS_PATH      := /usr/share/java/bcprov.jar /usr/share/java/bcmail.jar /u
 RTF_CLASS_PATH       := /usr/share/java/itext.jar /usr/share/java/pdfrenderer.jar /usr/share/java/dom4j.jar
 RUPS_CLASS_PATH      := /usr/share/java/itext.jar
 
-include /usr/share/gcj/debian_defaults
-ifneq (,$(filter $(DEB_HOST_ARCH), $(gcj_native_archs)))
-  with_gcj_native := yes
-endif
-
 LIBRARY_PACKAGE      := itext
 
 makebuilddir/lib$(LIBRARY_PACKAGE)-java:: debian/stamp-makebuilddir
@@ -53,11 +48,6 @@ install/lib$(LIBRARY_PACKAGE)-rups-java::
 	dh_link -plib$(LIBRARY_PACKAGE)-rups-java usr/share/java/$(LIBRARY_PACKAGE)-rups-$(DEB_UPSTREAM_VERSION).jar usr/share/java/$(LIBRARY_PACKAGE)-rups.jar
 	jh_depends -plib$(LIBRARY_PACKAGE)-rups-java
 
-ifeq ($(with_gcj_native),yes)
-install/libitext-java-gcj:: install/libitext-java
-	AOT_GCJFLAGS=-fno-indirect-classes dh_nativejava -plibitext-java-gcj
-endif
-
 clean::
 	dh_testdir
 	dh_testroot

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



More information about the pkg-java-commits mailing list