[libitext-java] 45/76: libitext-java (2.1.7-1) unstable; urgency=low

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Jul 28 22:46:35 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 986d298f2b96bd1eba45484bf7af3bcd0f6b0cfb
Author: Michael Koch <konqueror at gmx.de>
Date:   Fri Oct 2 19:49:28 2009 +0000

    libitext-java (2.1.7-1) unstable; urgency=low
    
      * New upstream release (Closes: #549347).
      * Build-Depends on libbctsp-java.
      * Build-Depends on debhelper (>= 7).
      * Added missing Depends on ${misc:Depends}.
      * Added Vcs-Svn and Vcs-Browser fields.
      * Updated Standards-Version 3.8.3.
    
     -- Michael Koch <konqueror at gmx.de>  Fri, 02 Oct 2009 21:23:15 +0200
---
 debian/changelog | 11 +++++++++++
 debian/compat    |  2 +-
 debian/control   | 15 ++++++++-------
 debian/rules     |  2 +-
 4 files changed, 21 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 02fbf8f..5215844 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+libitext-java (2.1.7-1) unstable; urgency=low
+
+  * New upstream release (Closes: #549347).
+  * Build-Depends on libbctsp-java.
+  * Build-Depends on debhelper (>= 7).
+  * Added missing Depends on ${misc:Depends}.
+  * Added Vcs-Svn and Vcs-Browser fields.
+  * Updated Standards-Version 3.8.3.
+
+ -- Michael Koch <konqueror at gmx.de>  Fri, 02 Oct 2009 21:23:15 +0200
+
 libitext-java (2.1.5-1) unstable; urgency=low
 
   * New upstream version.
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..7f8f011 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+7
diff --git a/debian/control b/debian/control
index 1c06311..7186e29 100644
--- a/debian/control
+++ b/debian/control
@@ -5,14 +5,16 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.or
 Uploaders: Gerardo Curiel <gcuriel at debianvenezuela.org>,
  Michael Koch <konqueror at gmx.de>, Adriaan Peeters <apeeters at lashout.net>,
  Torsten Werner <twerner at debian.org>
+Build-Depends: debhelper (>= 7), cdbs, default-jdk-builddep, ant, libbcprov-java,
+ libbcmail-java, libbctsp-java, libdom4j-java, libpdfrenderer-java
+Standards-Version: 3.8.3
 Homepage: http://www.lowagie.com/iText/
-Build-Depends: debhelper (>= 5.0.0), cdbs, default-jdk-builddep, ant, libbcprov-java,
- libbcmail-java, libdom4j-java, libpdfrenderer-java
-Standards-Version: 3.8.0
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libitext-java
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libitext-java
 
 Package: libitext-java
 Architecture: all
-Depends:  default-jre | java2-runtime
+Depends:  default-jre | java2-runtime, ${misc:Depends}
 Recommends: 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.
@@ -37,15 +39,14 @@ Description: Java Library to create and manipulate PDF on the fly
 
 Package: libitext-rtf-java
 Architecture: all
-Depends:  default-jre | java2-runtime, libitext-java (= ${binary:Version})
+Depends:  default-jre | java2-runtime, libitext-java (= ${binary:Version}), ${misc: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:  default-jre | java2-runtime, openjdk-6-jre | java-virtual-machine,
- libitext-java (= ${binary:Version})
+Depends:  default-jre | java2-runtime, libitext-java (= ${binary:Version}), ${misc: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.
diff --git a/debian/rules b/debian/rules
index 3beb461..ea063cb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ ANT_HOME             := /usr/share/ant
 DEB_ANT_BUILD_TARGET := jar jar.rtf jar.rups
 DEB_ANT_CLEAN_TARGET :=
 DEB_ANT_BUILDFILE    := src/build.xml
-DEB_JARS             := bcprov bcmail dom4j pdfrenderer
+DEB_JARS             := bcprov bcmail bctsp dom4j pdfrenderer
 
 include /usr/share/gcj/debian_defaults
 ifneq (,$(filter $(DEB_HOST_ARCH), $(gcj_native_archs)))

-- 
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