Package: libicee-java Severity: normal Tags: patch Hi,
The build depends lists 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. Thanks, Jari
>From 0b35832bbca62a1b1fbba879e05b1ae1617a0f7a Mon Sep 17 00:00:00 2001 From: Jari Aalto <[email protected]> Date: Thu, 19 Apr 2012 21:08:48 +0300 Subject: [PATCH] obsolete-default-jdk-builddep Organization: Private Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Signed-off-by: Jari Aalto <[email protected]> --- debian/changelog | 12 ++++++++++++ debian/compat | 2 +- debian/control | 10 +++++----- debian/copyright | 2 +- debian/rules | 7 +++---- debian/source/format | 1 + 6 files changed, 23 insertions(+), 11 deletions(-) create mode 100644 debian/source/format diff --git a/debian/changelog b/debian/changelog index 177dc39..3a27fc5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +zeroc-icee-java (1.2.0-3.1) unstable; urgency=low + + * Non-maintainer upload. + * Remove simple-patchsys.mk and upgrade to packaging format "3.0 quilt". + * Update to Standards-Version to 3.9.3, debhelper to 9, ${misc:Depends} + * Change obsolete depends default-jdk-builddep to default-jdk, libgcj-common. + * Fix copyright-refers-to-symlink-license (Lintian). + * Fix binary-control-field-duplicates-source (Lintian). + * Fix wrong-section-according-to-package-name (Lintian); devel => java. + + -- Jari Aalto <[email protected]> Thu, 19 Apr 2012 21:06:12 +0300 + zeroc-icee-java (1.2.0-3) unstable; urgency=low * Upgraded packaging standards. diff --git a/debian/compat b/debian/compat index b8626c4..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -4 +9 diff --git a/debian/control b/debian/control index 99c23b2..43abee8 100644 --- a/debian/control +++ b/debian/control @@ -1,16 +1,16 @@ Source: zeroc-icee-java -Section: devel +Section: java Priority: optional Maintainer: Francisco Moya <[email protected]> -Build-Depends: cdbs (>= 0.4.43), debhelper (>= 4.2.0) -Build-Depends-Indep: ant, ant-optional, default-jdk-builddep, +Build-Depends: cdbs (>= 0.4.43), debhelper (>= 9) +Build-Depends-Indep: ant, ant-optional, default-jdk, libgcj-common, proguard, icee-translators (>= 1.2.0) -Standards-Version: 3.8.0 +Standards-Version: 3.9.3 Homepage: http://www.zeroc.com/ Package: libicee-java Architecture: all -Section: devel +Depends: ${misc:Depends} Recommends: icee-translators, icee-slice Description: Ice-E for Java libraries Ice-E ('Embedded Ice') is a compact communications engine designed diff --git a/debian/copyright b/debian/copyright index 03ab232..aec0890 100644 --- a/debian/copyright +++ b/debian/copyright @@ -34,4 +34,4 @@ Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. from your version. On Debian systems, the complete text of the GNU General -Public License can be found in /usr/share/common-licenses/GPL. +Public License can be found in /usr/share/common-licenses/GPL-2. diff --git a/debian/rules b/debian/rules index 8c944c6..fa00255 100755 --- a/debian/rules +++ b/debian/rules @@ -2,13 +2,12 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/ant.mk -include /usr/share/cdbs/1/rules/simple-patchsys.mk DEB_COMPRESS_EXCLUDE := .class -JAVA_HOME_DIRS := /usr/lib/jvm/java-gcj /usr/lib/fjsdk -ANT_HOME := /usr/share/ant +JAVA_HOME_DIRS := /usr/lib/jvm/java-gcj /usr/lib/fjsdk +ANT_HOME := /usr/share/ant DEB_ANT_BUILD_TARGET := jar -DEB_ANT_ARGS := -cp /usr/share/java/proguard.jar -Djdk.version=1.4 +DEB_ANT_ARGS := -cp /usr/share/java/proguard.jar -Djdk.version=1.4 DEB_ANT_INVOKE = $(JAVACMD) -classpath $(ANT_HOME)/lib/ant-launcher.jar \ -Dant.home=$(ANT_HOME) \ org.apache.tools.ant.launch.Launcher $(DEB_ANT_ARGS) diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) -- 1.7.9.5

