Your message dated Wed, 18 Apr 2012 21:14:42 +0000
with message-id <e1skcd4-00082l...@franck.debian.org>
and subject line Bug#669157: fixed in libitext-java 2.1.7-3
has caused the Debian Bug report #669157,
regarding [PATCH] libitext-java: Helping to fix 
build-depends-on-obsolete-package default-jdk-builddep
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
669157: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=669157
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libitext-java
Severity: normal
Tags: patch

Hi,

The build depends list package that has been obsoleted.

See attached patch to help to fix this and other things related
to new features and items reported by Lintian etc.

Let me know if there is anything that needs adjusting or if it is ok
to upload this version in a NMU in case you are working on other
issues needing attention.

Thanks,
Jari

>From 5ab80e2208b4c294d79f953b82d97b4bbbf0739c Mon Sep 17 00:00:00 2001
From: Jari Aalto <jari.aa...@cante.net>
Date: Tue, 17 Apr 2012 23:12:07 +0300
Subject: [PATCH] obsolete-default-jdk
Organization: Private
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

Signed-off-by: Jari Aalto <jari.aa...@cante.net>
---
 debian/changelog                                   |   19 +++++++++++++++----
 debian/compat                                      |    2 +-
 debian/control                                     |   12 ++++++------
 debian/copyright                                   |    2 +-
 ...rd_input.diff => 01-allow-standard-input.patch} |   12 ++----------
 debian/patches/series                              |    2 +-
 debian/rules                                       |   18 ++++++++++++++----
 7 files changed, 40 insertions(+), 27 deletions(-)
 rename debian/patches/{01_allow_standard_input.diff => 01-allow-standard-input.patch} (57%)

diff --git a/debian/changelog b/debian/changelog
index 2094d48..297fa5e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
+libitext-java (2.1.7-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Update to Standards-Version to 3.9.3 and debhelper to 9.
+  * Change obsolete default-jdk-builddep to default-jdk.
+  * Replace debian/patches/01* template with headers and rename file to
+    standard *.patch extension.
+  * Fix copyright-refers-to-symlink-license (Lintian).
+  * Fix debian-control-has-unusual-field-spacing (Lintian).
+  * Fix duplicate-short-description (Lintian).
+  * Fix needless-dependency-on-jre (Lintian).
+  * Fix missing-classpath (Lintian).
+
+ -- Jari Aalto <jari.aa...@cante.net>  Tue, 17 Apr 2012 22:32:28 +0300
+
 libitext-java (2.1.7-2) unstable; urgency=low
 
   [ Michael Koch ]
@@ -145,7 +160,3 @@ libitext-java (1.00-1) unstable; urgency=low
   * Initial Release.
 
  -- Christian Bayle <ba...@debian.org>  Mon,  7 Jul 2003 00:47:01 +0200
-
-Local variables:
-mode: debian-changelog
-End:
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 805fe35..5a2c1fe 100644
--- a/debian/control
+++ b/debian/control
@@ -3,18 +3,18 @@ Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
 Uploaders: Michael Koch <konque...@gmx.de>, Adriaan Peeters <apeet...@lashout.net>, Torsten Werner <twer...@debian.org>
-Build-Depends: debhelper (>= 7), cdbs, default-jdk-builddep, ant, libbcprov-java,
+Build-Depends: debhelper (>= 9), cdbs, default-jdk, ant, libbcprov-java,
  libbcmail-java, libbctsp-java, libdom4j-java, libpdfrenderer-java
-Standards-Version: 3.8.4
+Standards-Version: 3.9.3
 Homepage: http://www.lowagie.com/iText/
 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, ${misc:Depends}
+Depends: ${misc:Depends}
 Suggests: libitext-java-gcj
-Description: Java Library to create and manipulate PDF on the fly
+Description: Java Library to create and manipulate PDF on the fly for Gcj
  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.
@@ -37,14 +37,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}), ${misc:Depends}
+Depends: 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, libitext-java (= ${binary:Version}), ${misc:Depends}
+Depends: 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/copyright b/debian/copyright
index eec3a39..3695161 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -86,7 +86,7 @@ License:
   Library general Public License for more details.
 
 On Debian systems, the complete text of the GNU Lesser General
-Public License can be found in `/usr/share/common-licenses/LGPL'.
+Public License can be found in `/usr/share/common-licenses/LGPL-2'.
 
   Mozilla Public License Version 1.1
   
diff --git a/debian/patches/01_allow_standard_input.diff b/debian/patches/01-allow-standard-input.patch
similarity index 57%
rename from debian/patches/01_allow_standard_input.diff
rename to debian/patches/01-allow-standard-input.patch
index 2bca04b..7bb24b8 100644
--- a/debian/patches/01_allow_standard_input.diff
+++ b/debian/patches/01-allow-standard-input.patch
@@ -1,13 +1,5 @@
-The information above should follow the Patch Tagging Guidelines, please
-checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
-are templates for supplementary fields that you might want to add:
-
-Origin: <vendor|upstream|other>, <url of original patch>
-Bug: <url in upstream bugtracker>
-Bug-Debian: http://bugs.debian.org/<bugnumber>
-Forwarded: <no|not-needed|url proving that it has been forwarded>
-Reviewed-By: <name and email of someone who approved the patch>
-Last-Update: <YYYY-MM-DD>
+From:
+Subject:
 
 --- libitext-java-2.1.7.orig/core/com/lowagie/text/pdf/RandomAccessFileOrArray.java
 +++ libitext-java-2.1.7/core/com/lowagie/text/pdf/RandomAccessFileOrArray.java
diff --git a/debian/patches/series b/debian/patches/series
index 138aae3..87e0c65 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-01_allow_standard_input.diff
+01-allow-standard-input.patch
diff --git a/debian/rules b/debian/rules
index 6a18479..b8a9538 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,19 +3,20 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/ant.mk
 
-JAVA_HOME            := /usr/lib/jvm/default-java
-ANT_HOME             := /usr/share/ant
+JAVA_HOME	     := /usr/lib/jvm/default-java
+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 bctsp dom4j pdfrenderer
+DEB_JARS	     := bcprov bcmail bctsp dom4j pdfrenderer
+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
+LIBRARY_PACKAGE	     := itext
 
 makebuilddir/lib$(LIBRARY_PACKAGE)-java:: debian/stamp-makebuilddir
 debian/stamp-makebuilddir:
@@ -30,6 +31,15 @@ install/lib$(LIBRARY_PACKAGE)-java::
 
 install/lib$(LIBRARY_PACKAGE)-rtf-java::
 	dh_installdirs -plib$(LIBRARY_PACKAGE)-rtf-java usr/share/java
+	# repack with Class-Path
+	cd lib && \
+	jar=iText-rtf.jar ; \
+	file=META-INF/MANIFEST.MF ; \
+	jar -xf $$jar && \
+		sed -i '/^[ \r\t]*$$/d' $$file && \
+		/bin/echo -e "Class-Path: $(CLASS_PATH)\r" >> $$file && \
+	jar -cfm $$jar $$file com
+	# install
 	install -m 644 lib/iText-rtf.jar debian/lib$(LIBRARY_PACKAGE)-rtf-java/usr/share/java/$(LIBRARY_PACKAGE)-rtf-$(DEB_UPSTREAM_VERSION).jar
 	dh_link -plib$(LIBRARY_PACKAGE)-rtf-java usr/share/java/$(LIBRARY_PACKAGE)-rtf-$(DEB_UPSTREAM_VERSION).jar usr/share/java/$(LIBRARY_PACKAGE)-rtf.jar
 
-- 
1.7.9.5


--- End Message ---
--- Begin Message ---
Source: libitext-java
Source-Version: 2.1.7-3

We believe that the bug you reported is fixed in the latest version of
libitext-java, which is due to be installed in the Debian FTP archive:

libitext-java-gcj_2.1.7-3_amd64.deb
  to main/libi/libitext-java/libitext-java-gcj_2.1.7-3_amd64.deb
libitext-java_2.1.7-3.debian.tar.gz
  to main/libi/libitext-java/libitext-java_2.1.7-3.debian.tar.gz
libitext-java_2.1.7-3.dsc
  to main/libi/libitext-java/libitext-java_2.1.7-3.dsc
libitext-java_2.1.7-3_all.deb
  to main/libi/libitext-java/libitext-java_2.1.7-3_all.deb
libitext-rtf-java_2.1.7-3_all.deb
  to main/libi/libitext-java/libitext-rtf-java_2.1.7-3_all.deb
libitext-rups-java_2.1.7-3_all.deb
  to main/libi/libitext-java/libitext-rups-java_2.1.7-3_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 669...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Miguel Landaeta <mig...@miguel.cc> (supplier of updated libitext-java package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 17 Apr 2012 18:37:46 -0430
Source: libitext-java
Binary: libitext-java libitext-java-gcj libitext-rtf-java libitext-rups-java
Architecture: source all amd64
Version: 2.1.7-3
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
Changed-By: Miguel Landaeta <mig...@miguel.cc>
Description: 
 libitext-java - Java Library to create and manipulate PDF on the fly
 libitext-java-gcj - Java Library to create and manipulate PDF on the fly
 libitext-rtf-java - Java Library to create and manipulate RTF files on the fly
 libitext-rups-java - graphical tool for Reading and Updating PDF Syntax (RUPS)
Closes: 654069 669157
Changes: 
 libitext-java (2.1.7-3) unstable; urgency=low
 .
   [ Miguel Landaeta ]
   * Team upload.
   * Add Build-Depends on gcj-native-helper.
   * Remove Michael Koch from Uploaders list.
     Thanks for your work on this package. (Closes: #654069).
 .
   [ Jari Aalto ]
   * Update to Standards-Version to 3.9.3 and debhelper to 9.
   * Change obsolete default-jdk-builddep to default-jdk. (Closes: #669157).
   * Replace debian/patches/01* template with headers and rename file to
     standard *.patch extension.
   * Fix copyright-refers-to-symlink-license (Lintian).
   * Fix debian-control-has-unusual-field-spacing (Lintian).
   * Fix duplicate-short-description (Lintian).
   * Fix needless-dependency-on-jre (Lintian).
   * Fix missing-classpath (Lintian).
Checksums-Sha1: 
 938a5495464b8a3b44114f79c9933eb27aab3f17 2304 libitext-java_2.1.7-3.dsc
 16d58930143ab5adb7dd51bd29814c3f3cfcc2c8 14173 
libitext-java_2.1.7-3.debian.tar.gz
 dbdbfa98fb6cc7e5cb04f00664c848d967b38ad3 1078174 libitext-java_2.1.7-3_all.deb
 aabd8aecd16047bd9cb57b569927644956851c2b 157926 
libitext-rtf-java_2.1.7-3_all.deb
 a1b8887f0f9a0b3f1fa14d932c9b5e05913e95ab 74090 
libitext-rups-java_2.1.7-3_all.deb
 f8b80c64382a3b6ed9ab710b154651db218f323a 2129566 
libitext-java-gcj_2.1.7-3_amd64.deb
Checksums-Sha256: 
 e6284c2de23b28d5351556eff4dbeea1b3f995ddfb739d057c187a425c861e1c 2304 
libitext-java_2.1.7-3.dsc
 4416e7ede4c1df0b285fa59ee717899c3d2f735fb7460571bc1eca5fd66f0762 14173 
libitext-java_2.1.7-3.debian.tar.gz
 bd7e121aa01bd3d0562077198b74345b59c7aae20eddc6991e782dfcdb6b6f5b 1078174 
libitext-java_2.1.7-3_all.deb
 d18bebfa8d96e969bb36577171c6922eb7a9f4357fae05026da0b092b60b8ec9 157926 
libitext-rtf-java_2.1.7-3_all.deb
 b99e172264e5f3911a22e59a9343cf3f91cc12b7a78993f48e3d5ef3d28a4834 74090 
libitext-rups-java_2.1.7-3_all.deb
 4a64ea8f89be297e288c23ad78ed17708c0c28e688faf10b7dc51dbd57f3011e 2129566 
libitext-java-gcj_2.1.7-3_amd64.deb
Files: 
 01670b1e648fe77ae31ee8e1e7226b28 2304 java optional libitext-java_2.1.7-3.dsc
 d44e0242b3b13f370967a3b1bb898443 14173 java optional 
libitext-java_2.1.7-3.debian.tar.gz
 caf5bf1c1cfec4ffc706dbedba989585 1078174 java optional 
libitext-java_2.1.7-3_all.deb
 1841b34998e7d162f27e612c2c276540 157926 java optional 
libitext-rtf-java_2.1.7-3_all.deb
 3392b283cf1ed269a3a622b35c72ab6e 74090 java optional 
libitext-rups-java_2.1.7-3_all.deb
 14644191f6eac05054245066bd885d06 2129566 java optional 
libitext-java-gcj_2.1.7-3_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAEBAgAGBQJPjx/uAAoJECHSBYmXSz6WFRMQANXZU9Am00Jjrb/6kQHP/i7l
3Az/S2Z6WCCmHJjKPRuRHYTJIgntoOnxtPc89W8pTfS1CnBv41DCGojKj4GRv68v
jn2W4G2bnIa2Ac3knGZ/aFyqYG86HXUMuEEidPDen0PwxrHJiKbAzNFhOawx9TvP
mkN0Omukv/bU51nkyU1o4eGQvqcGTgQqWc/tYGnOt/e7OOLwfZjp5EJBuDFIMKMM
ebixQmFFp7jnff8Mg6gYDtRbnrp/Asb2yfbVHjC0X7jAt2hTICKA+arUQzZvL35o
C1tQ5dY/Wz/lMaRUEpUkio15WZoXcbBsph4jlvF2K/YSh/Dz3zQbIPrukeHBl4Ka
UzBFvqb+1r009CXiiVT2mZUWfyz7sal4hUQcg17u1LE+82JmirhizAI+jnW5teZn
IdFuD92xgOtaM5ZwLTDqOchzQ/cSL0zINpzyCXME4WbOku4MNQy41AlDKv6ZcZDT
cs4iAh68def/zgeOM7UR3GFc8BgIwzljpvuK5Ej98WJ+rFMTOXAV4f8xa43myhN7
6Gl4RyR2ngxzcyzQoGuMlvJa6BJLy0UnehxYszRFiOmodfEsw/6iWJ+NhlHIH5zB
qikd0DhQsBjFT6EJrKPZY/Cgt748DF5Yv8G233KEzD5Tr8HxRHds4wd+rJ/AL5dY
2BMHP2Um2oeYj7CmQTMX
=270r
-----END PGP SIGNATURE-----



--- End Message ---
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Reply via email to