[Git][java-team/libitext-java][master] 2 commits: Remove libitext-rups-java binary package (Closes: #1033170)
Tony Mancill (@tmancill)
gitlab at salsa.debian.org
Wed Mar 29 04:28:17 BST 2023
Tony Mancill pushed to branch master at Debian Java Maintainers / libitext-java
Commits:
f67a1b85 by tony mancill at 2023-03-27T20:13:50-07:00
Remove libitext-rups-java binary package (Closes: #1033170)
- - - - -
0a377829 by tony mancill at 2023-03-27T20:13:50-07:00
Prepare changelog for upload
- - - - -
6 changed files:
- debian/changelog
- debian/control
- debian/libitext-java.poms
- − debian/libitext-rups-java.classpath
- − debian/pom-rups.xml
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+libitext-java (2.1.7-14) unstable; urgency=medium
+
+ * Team upload.
+ * Remove libitext-rups-java binary package (Closes: #1033170)
+
+ -- tony mancill <tmancill at debian.org> Wed, 22 Mar 2023 19:59:21 -0700
+
libitext-java (2.1.7-13) unstable; urgency=medium
* Replaced the calls to the deprecated constructors of the primitive wrappers
=====================================
debian/control
=====================================
@@ -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.
=====================================
debian/libitext-java.poms
=====================================
@@ -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
=====================================
debian/libitext-rups-java.classpath deleted
=====================================
@@ -1 +0,0 @@
-usr/share/java/itext-rups.jar /usr/share/java/itext.jar
=====================================
debian/pom-rups.xml deleted
=====================================
@@ -1,102 +0,0 @@
-<?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 at 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 at lowagie.com</email>
- <url>http://www.lowagie.com</url>
- </developer>
- <developer>
- <id>psoares33</id>
- <name>Paulo Soares</name>
- <email>psoares33 at users.sourceforge.net</email>
- </developer>
- <developer>
- <id>hallm</id>
- <name>Mark Hall</name>
- <email>hallm at users.sourceforge.net</email>
- </developer>
- <developer>
- <id>xlv</id>
- <name>Xavier Le Vourch</name>
- <email>xlv at 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>
=====================================
debian/rules
=====================================
@@ -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
View it on GitLab: https://salsa.debian.org/java-team/libitext-java/-/compare/f546346b2dd291c7d788f1eef5c9f3db281f083a...0a3778299328a1bb188e8d64c960ee0e249897e2
--
View it on GitLab: https://salsa.debian.org/java-team/libitext-java/-/compare/f546346b2dd291c7d788f1eef5c9f3db281f083a...0a3778299328a1bb188e8d64c960ee0e249897e2
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20230329/86eddce6/attachment.htm>
More information about the pkg-java-commits
mailing list