Skip to content
Snippets Groups Projects
Commit f67a1b85 authored by Tony Mancill's avatar Tony Mancill
Browse files

Remove libitext-rups-java binary package (Closes: #1033170)

parent f546346b
No related branches found
No related tags found
No related merge requests found
......@@ -38,10 +38,3 @@ Depends: libitext-java (= ${binary:Version}), ${misc:Depends}, ${java:Depends}
Description: Java Library to create and manipulate RTF files on the fly
iText RTF is a library that allows you to generate RTF files on the fly in
a similar fashion to iText itself.
Package: libitext-rups-java
Architecture: all
Depends: libitext-java (= ${binary:Version}), ${misc:Depends}, ${java:Depends}
Description: graphical tool for Reading and Updating PDF Syntax (RUPS)
iText RUPS provides a GUI for visualizing PDF files and investigating their
internal structure.
......@@ -27,4 +27,3 @@
#
ant/pom.xml --has-package-version --java-lib -e2.1.7 --package=libitext-java --artifact=lib/iText.jar
debian/pom-rtf.xml --has-package-version --java-lib -e2.1.7 --package=libitext-rtf-java --artifact=lib/iText-rtf.jar
debian/pom-rups.xml --has-package-version --java-lib -e2.1.7 --package=libitext-rups-java --artifact=lib/iText-rups.jar
usr/share/java/itext-rups.jar /usr/share/java/itext.jar
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.lowagie</groupId>
<artifactId>itext-rups</artifactId>
<packaging>jar</packaging>
<name>iText, a Free Java-PDF library (rups package)</name>
<version>2.1.7</version>
<description>iText, a free Java-PDF library (rups package)</description>
<url>http://www.lowagie.com/iText/</url>
<mailingLists>
<mailingList>
<name>iText Questions</name>
<subscribe>
http://lists.sourceforge.net/lists/listinfo/itext-questions
</subscribe>
<post>itext-questions@lists.sourceforge.net</post>
<archive>
http://news.gmane.org/gmane.comp.java.lib.itext.general
</archive>
<otherArchives>
<otherArchive>http://www.nabble.com/iText---General-f2701.html</otherArchive>
<otherArchive>http://www.junlu.com/2.html</otherArchive>
<otherArchive>http://sourceforge.net/mailarchive/forum.php?forum_id=3273</otherArchive>
<otherArchive>http://www.mail-archive.com/itext-questions%40lists.sourceforge.net/</otherArchive>
</otherArchives>
</mailingList>
</mailingLists>
<developers>
<developer>
<id>blowagie</id>
<name>Bruno Lowagie</name>
<email>bruno@lowagie.com</email>
<url>http://www.lowagie.com</url>
</developer>
<developer>
<id>psoares33</id>
<name>Paulo Soares</name>
<email>psoares33@users.sourceforge.net</email>
</developer>
<developer>
<id>hallm</id>
<name>Mark Hall</name>
<email>hallm@users.sourceforge.net</email>
</developer>
<developer>
<id>xlv</id>
<name>Xavier Le Vourch</name>
<email>xlv@users.sourceforge.net</email>
</developer>
</developers>
<licenses>
<license>
<name>Mozilla Public License</name>
<url>http://www.mozilla.org/MPL/MPL-1.1.html</url>
<comments>
iText was originally published under the LGPLicense.
LGPL can be used as an alternative license for the MPL.
</comments>
</license>
</licenses>
<scm>
<connection>scm:svn:http://itext.svn.sourceforge.net/svnroot/itext</connection>
<url>http://itext.svn.sourceforge.net/viewvc/itext</url>
</scm>
<dependencies>
<dependency>
<groupId>bouncycastle</groupId>
<artifactId>bcmail-jdk14</artifactId>
<version>138</version>
</dependency>
<dependency>
<groupId>bouncycastle</groupId>
<artifactId>bcprov-jdk14</artifactId>
<version>138</version>
</dependency>
<dependency>
<groupId>bouncycastle</groupId>
<artifactId>bctsp-jdk14</artifactId>
<version>138</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifest>
<mainClass>
com.lowagie.tools.ToolboxAvailable
</mainClass>
</manifest>
</archive>
</configuration>
</plugin>
</plugins>
</build>
</project>
......@@ -4,7 +4,7 @@
dh $@ --buildsystem=ant --with maven-repo-helper --with javahelper
override_dh_auto_build:
dh_auto_build -- jar jar.rtf jar.rups
dh_auto_build -- jar jar.rtf
override_dh_auto_clean:
-rm -rf build lib
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment