--- zeroc-icee-java-1.2.0.orig/debian/changelog +++ zeroc-icee-java-1.2.0/debian/changelog @@ -0,0 +1,80 @@ +zeroc-icee-java (1.2.0-3) unstable; urgency=low + + * Upgraded packaging standards. + * Removed unsatisfiable build dependency (Closes: #487027). + + -- Francisco Moya Thu, 07 Aug 2008 23:05:39 +0200 + +zeroc-icee-java (1.2.0-2) unstable; urgency=low + + * Raised source version to 1.3 in order to fix FTBS bug (Closes: #443025). + + -- Francisco Moya Sat, 29 Sep 2007 15:30:32 +0200 + +zeroc-icee-java (1.2.0-1) unstable; urgency=low + + * New upstream release + + -- Francisco Moya Sun, 13 May 2007 00:31:10 +0200 + +zeroc-icee-java (1.1.0-5) unstable; urgency=low + + * Fixed missing dependencies (Closes: #394237). + + -- Francisco Moya Fri, 20 Oct 2006 15:19:53 +0200 + +zeroc-icee-java (1.1.0-4) unstable; urgency=low + + * Fixed changelog entry (Closes: #392326). + * Improved package description. + + -- Francisco Moya Thu, 12 Oct 2006 23:04:04 +0200 + +zeroc-icee-java (1.1.0-3) unstable; urgency=low + + * Fixed dependencies (Closes: #392326). + + -- Francisco Moya Thu, 12 Oct 2006 12:12:46 +0200 + +zeroc-icee-java (1.1.0-2) unstable; urgency=low + + * Packaging improvements (watch file, new cdbs based build rules, + updated standards). + * Removed binary package libicee-midp (it would require a non-free + package, Sun Wireless Toolkit, to be built from scratch). MIDP class + files for IceE are nonetheless distributed in upstream sources. + + -- Francisco Moya Mon, 25 Sep 2006 02:20:32 +0200 + +zeroc-icee-java (1.1.0-1) unstable; urgency=low + + * New upstream release + + -- Francisco Moya Tue, 14 Mar 2006 10:57:07 +0100 + +zeroc-icee-java (1.0.0-4) unstable; urgency=low + + * Corrected some Debian policy violations + + -- Francisco Moya Mon, 9 Jan 2006 19:40:51 +0100 + +zeroc-icee-java (1.0.0-3) unstable; urgency=low + + * Fixed build dependencies + + -- Francisco Moya Fri, 30 Dec 2005 13:26:05 +0100 + +zeroc-icee-java (1.0.0-2) unstable; urgency=low + + * JAR file and MIDP classes were missing on previous release + + -- Francisco Moya Wed, 28 Dec 2005 18:08:48 +0100 + +zeroc-icee-java (1.0.0-1) unstable; urgency=low + + * Initial release + + * Upload sponsored by Jose M. Moya (closes #343827) + + -- Francisco Moya Sun, 20 Nov 2005 00:26:10 +0100 + --- zeroc-icee-java-1.2.0.orig/debian/compat +++ zeroc-icee-java-1.2.0/debian/compat @@ -0,0 +1 @@ +4 --- zeroc-icee-java-1.2.0.orig/debian/control +++ zeroc-icee-java-1.2.0/debian/control @@ -0,0 +1,28 @@ +Source: zeroc-icee-java +Section: devel +Priority: optional +Maintainer: Francisco Moya +Build-Depends: cdbs (>= 0.4.43), debhelper (>= 4.2.0) +Build-Depends-Indep: ant, ant-optional, default-jdk-builddep, + proguard, icee-translators (>= 1.2.0) +Standards-Version: 3.8.0 +Homepage: http://www.zeroc.com/ + +Package: libicee-java +Architecture: all +Section: devel +Recommends: icee-translators, icee-slice +Description: Ice-E for Java libraries + Ice-E ('Embedded Ice') is a compact communications engine designed + specifically for use in environments where resources are scarce, such + as Internet-enabled smart phones, personal digital assistants (PDAs), + and embedded controllers. + . + Ice-E is the embedded version of Ice, made by ZeroC Inc. It is built + on concepts which will be familiar to CORBA programmers, and supports + a wide variety of programming languages and runtime platforms. + . + This package contains a jar library required to run/develop + applications with Ice-E for Java. You will find further information + in the ZeroC home page (http://www.zeroc.com/icee/) and in the + non-free package zeroc-ice-manual. --- zeroc-icee-java-1.2.0.orig/debian/copyright +++ zeroc-icee-java-1.2.0/debian/copyright @@ -0,0 +1,37 @@ +This package was debianized by Paco Moya on +Sat, 6 Aug 2005 10:49:04 +0200. + +It was downloaded from http://www.zeroc.com/ + +ZeroC IceE for Java package is distributed as a whole under the GPL +version 2 with a special exception to allow linking against OpenSSL. + +Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. + + This copy of Ice is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License version + 2 as published by the Free Software Foundation. + + Ice is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public + License for more details. + + The GNU General Public License is often shipped with GNU software, + and is generally kept in a file called COPYING or LICENSE. If you do + not have a copy of the license, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 + USA. + + In addition, as a special exception, ZeroC, Inc. gives permission to + link Ice with the OpenSSL library (or with modified versions of + OpenSSL that use the same license as OpenSSL), and distribute linked + combinations including the two. You must obey the GNU General Public + License version 2 in all respects for all of the code used other + than OpenSSL. If you modify this copy of Ice, you may extend this + exception to your version of Ice, but you are not obligated to do + so. If you do not wish to do so, delete this exception statement + from your version. + +On Debian systems, the complete text of the GNU General +Public License can be found in /usr/share/common-licenses/GPL. --- zeroc-icee-java-1.2.0.orig/debian/libicee-java.dirs +++ zeroc-icee-java-1.2.0/debian/libicee-java.dirs @@ -0,0 +1,2 @@ +usr/share/java + --- zeroc-icee-java-1.2.0.orig/debian/libicee-midp.dirs +++ zeroc-icee-java-1.2.0/debian/libicee-midp.dirs @@ -0,0 +1,2 @@ +usr/share/midp + --- zeroc-icee-java-1.2.0.orig/debian/rules +++ zeroc-icee-java-1.2.0/debian/rules @@ -0,0 +1,22 @@ +#!/usr/bin/make -f + +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 +DEB_ANT_BUILD_TARGET := jar +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) + +LIBRARY=IceE +VERSION=1.2.0 + +binary-install/libicee-java:: + cp jdk/lib/IceE.jar debian/libicee-java/usr/share/java/IceE-$(VERSION).jar + ln -s IceE-$(VERSION).jar debian/libicee-java/usr/share/java/IceE.jar + --- zeroc-icee-java-1.2.0.orig/debian/watch +++ zeroc-icee-java-1.2.0/debian/watch @@ -0,0 +1,3 @@ +# watch file for uscan +version=2 +http://www.zeroc.com/icee/download.html#src (?:.*/)?IceEJ-?_?([\w+\d+\.]+|\d+)(?:\.tar|\.tgz)(?:\.gz|\.bz2|) debian uupdate --- zeroc-icee-java-1.2.0.orig/debian/patches/20-source-version.patch +++ zeroc-icee-java-1.2.0/debian/patches/20-source-version.patch @@ -0,0 +1,12 @@ +diff -Nur zeroc-icee-java/build.xml zeroc-icee-java.new/build.xml +--- zeroc-icee-java/build.xml 2007-06-23 15:43:04.000000000 +0200 ++++ zeroc-icee-java.new/build.xml 2007-09-29 15:22:55.000000000 +0200 +@@ -43,7 +43,7 @@ + + + ++ debug="${debug}" optimize="${optimize}" deprecation="on" target="1.1" source="1.3"/> + + +