This commit is contained in:
joey
2002-11-12 19:15:30 +00:00
parent b4efb6061b
commit 13858b3a68
2 changed files with 131 additions and 116 deletions

7
debian/changelog vendored
View File

@@ -1,3 +1,10 @@
alien (8.22) unstable; urgency=low
UNRE
* Updated js2k patch from Gerald Turner.
-- Joey Hess <joeyh@debian.org> Sun, 27 Oct 2002 20:29:28 -0500
alien (8.21) unstable; urgency=low alien (8.21) unstable; urgency=low
* Pach from Erwan MAS <erwan@mas.nom.fr> that allows specification of the * Pach from Erwan MAS <erwan@mas.nom.fr> that allows specification of the

View File

@@ -1,36 +1,10 @@
--- j2sdk-1.4.1.orig/debian/changelog --- j2sdk-1.4.1.orig/debian/dirs
+++ j2sdk-1.4.1/debian/changelog +++ j2sdk-1.4.1/debian/dirs
@@ -0,0 +1,30 @@ @@ -0,0 +1,4 @@
+j2sdk (1.4.1-2) experimental; urgency=low +usr/share/doc
+ +usr/share/man
+ * Added java-common Depends +usr/lib/netscape/plugins-libc6
+ * Added java-virtual-machine, java2-runtime, java-compiler, and +usr/lib/mozilla/plugins
+ java2-compiler Provides
+ * Added netscape and mozilla Suggests
+
+ -- Gerald Turner <gturner@newedgenetworks.com> Thu, 23 Aug 2002 09:07:09 -0700
+
+j2sdk (1.4.1-1) experimental; urgency=low
+
+ * New upstream release
+ * Detection and installation of j2sdk-1_4_1-rc-doc.zip (must be downloaded
+ and copied to the same directory where alien is executed)
+
+ -- Gerald Turner <gturner@newedgenetworks.com> Thu, 22 Aug 2002 16:22:33 -0700
+
+j2sdk (1.4.0_01-1) experimental; urgency=low
+
+ * New upstream release
+ * Detection and installation of j2sdk-1_4_0-doc.zip (must be downloaded
+ and copied to the same directory where alien is executed)
+
+ -- Gerald Turner <gturner@newedgenetworks.com> Thu, 22 Aug 2002 15:44:54 -0700
+
+j2sdk (1.4.0-1) experimental; urgency=low
+
+ * Converted from .rpm format to .deb
+
+ -- Gerald Turner <gturner@newedgenetworks.com> Wed, 22 May 2002 12:46:34 -0700
--- j2sdk-1.4.1.orig/debian/control --- j2sdk-1.4.1.orig/debian/control
+++ j2sdk-1.4.1/debian/control +++ j2sdk-1.4.1/debian/control
@@ -0,0 +1,31 @@ @@ -0,0 +1,31 @@
@@ -65,44 +39,43 @@
+ graphical user interface. + graphical user interface.
+ . + .
+ (Converted from a rpm package by alien.) + (Converted from a rpm package by alien.)
--- j2sdk-1.4.1.orig/debian/copyright --- j2sdk-1.4.1.orig/debian/prerm
+++ j2sdk-1.4.1/debian/copyright +++ j2sdk-1.4.1/debian/prerm
@@ -0,0 +1,35 @@ @@ -0,0 +1,34 @@
+This package was debianized by the alien program by converting +#!/bin/sh
+a binary .rpm package on Thu, 22 Aug 2002 15:46:33 -0700
+ +
+Copyright: 1994-2001 Sun Microsystems, Inc. +case "`uname -m`" in
+ i[3-7]86 | ia32 | ia64)
+ ARCH=i386
+ ;;
+ sparc*)
+ ARCH=sparc
+ ;;
+ *)
+ ARCH="`uname -m`"
+ ;;
+esac
+ +
+Information from the binary package: +if [ $1 = remove ]
+Name : j2sdk Relocations: (not relocateable) +then
+Version : 1.4.1 Vendor: Sun Microsystems + for i in appletviewer extcheck idlj jar jarsigner java javac javadoc \
+Release : rc Build Date: Thu Aug 8 03:24:51 2002 + javah javap jdb keytool kinit klist ktab native2ascii orbd \
+Install date: (not installed) Build Host: localhost.localdomain + policytool rmic rmid rmiregistry serialver servertool \
+Group : Development/Tools Source RPM: j2sdk-1.4.1-rc.src.rpm + tnameserv ControlPanel HtmlConverter
+Size : 83010311 License: 1994-2001 Sun Microsystems, Inc. + do
+Packager : Java Software <j2se-comments@java.sun.com> + update-alternatives --remove $i /usr/lib/j2sdk1.4/bin/$i
+URL : http://java.sun.com/linux + done
+Summary : Java(TM) 2 Software Development Kit, Standard Edition
+Description :
+The Java 2 SDK, Standard Edition includes the Java
+Virtual Machine, core class libraries and tools used
+by programmers to develop Java software applets and
+applications. The SDK also provides the foundation
+for IDE (Integrated Development Environment) tools
+such as Sun's Forte for Java, Community Edition,
+the Java(TM) 2 Platform, Enterprise Edition (J2EE),
+Java-based application servers and more.
+The Java 2 Software Development Kit, SDK, is a
+development environment for building applications,
+applets, and components that can be deployed on
+the Java platform. The Java 2 SDK software includes
+tools useful for developing and testing programs
+written in the Java programming language and running
+on the Java platform. These tools are designed to
+be used from the command line. Except for
+appletviewer, these tools do not provide a
+graphical user interface.
+ +
+ update-alternatives \
+ --remove \
+ javaplugin.so \
+ /usr/lib/j2sdk1.4/jre/plugin/${ARCH}/ns4/javaplugin.so
+
+ update-alternatives \
+ --remove \
+ javaplugin_oji.so \
+ /usr/lib/j2sdk1.4/jre/plugin/${ARCH}/ns610/libjavaplugin_oji.so
+fi
--- j2sdk-1.4.1.orig/debian/rules --- j2sdk-1.4.1.orig/debian/rules
+++ j2sdk-1.4.1/debian/rules +++ j2sdk-1.4.1/debian/rules
@@ -0,0 +1,76 @@ @@ -0,0 +1,76 @@
@@ -158,13 +131,13 @@
+ do mv $$i `echo $$i | sed 's/\.\([^.]*\)$$/.j2sdk14.\1/'` ; \ + do mv $$i `echo $$i | sed 's/\.\([^.]*\)$$/.j2sdk14.\1/'` ; \
+ done + done
+ +
+ if [ -f ../j2sdk-1_4_1-rc-doc.zip ] ; then \ + if [ -f ../j2sdk-1_4_1-doc.zip ] ; then \
+ unzip -q -d debian/$(PACKAGE)/usr/share/doc \ + unzip -q -d debian/$(PACKAGE)/usr/share/doc \
+ ../j2sdk-1_4_1-rc-doc.zip ; \ + ../j2sdk-1_4_1-doc.zip ; \
+ mv debian/$(PACKAGE)/usr/share/doc/docs \ + mv debian/$(PACKAGE)/usr/share/doc/docs \
+ debian/$(PACKAGE)/usr/share/doc/$(PACKAGE) ; \ + debian/$(PACKAGE)/usr/share/doc/$(PACKAGE) ; \
+ else \ + else \
+ echo j2sdk-1_4_1-rc-doc.zip not found, skipping documentation ; \ + echo j2sdk-1_4_1-doc.zip not found, skipping documentation ; \
+ fi + fi
+ +
+ dh_installdocs + dh_installdocs
@@ -182,13 +155,47 @@
+ +
+binary: binary-indep binary-arch +binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary +.PHONY: build clean binary-indep binary-arch binary
--- j2sdk-1.4.1.orig/debian/dirs --- j2sdk-1.4.1.orig/debian/changelog
+++ j2sdk-1.4.1/debian/dirs +++ j2sdk-1.4.1/debian/changelog
@@ -0,0 +1,4 @@ @@ -0,0 +1,38 @@
+usr/share/doc +j2sdk (1.4.1-3) experimental; urgency=low
+usr/share/man +
+usr/lib/netscape/plugins-libc6 + * New upstream release
+usr/lib/mozilla/plugins + * Detection and installation of j2sdk-1_4_1-doc.zip (must be downloaded
+ and copied to the same directory where alien is executed)
+
+ -- Gerald Turner <gturner@newedgenetworks.com> Wed, 2 Oct 2002 16:41:24 -0700
+
+j2sdk (1.4.1-2) experimental; urgency=low
+
+ * Added java-common Depends
+ * Added java-virtual-machine, java2-runtime, java-compiler, and
+ java2-compiler Provides
+ * Added netscape and mozilla Suggests
+
+ -- Gerald Turner <gturner@newedgenetworks.com> Thu, 23 Aug 2002 09:07:09 -0700
+
+j2sdk (1.4.1-1) experimental; urgency=low
+
+ * New upstream release
+ * Detection and installation of j2sdk-1_4_1-rc-doc.zip (must be downloaded
+ and copied to the same directory where alien is executed)
+
+ -- Gerald Turner <gturner@newedgenetworks.com> Thu, 22 Aug 2002 16:22:33 -0700
+
+j2sdk (1.4.0_01-1) experimental; urgency=low
+
+ * New upstream release
+ * Detection and installation of j2sdk-1_4_0-doc.zip (must be downloaded
+ and copied to the same directory where alien is executed)
+
+ -- Gerald Turner <gturner@newedgenetworks.com> Thu, 22 Aug 2002 15:44:54 -0700
+
+j2sdk (1.4.0-1) experimental; urgency=low
+
+ * Converted from .rpm format to .deb
+
+ -- Gerald Turner <gturner@newedgenetworks.com> Wed, 22 May 2002 12:46:34 -0700
--- j2sdk-1.4.1.orig/debian/postinst --- j2sdk-1.4.1.orig/debian/postinst
+++ j2sdk-1.4.1/debian/postinst +++ j2sdk-1.4.1/debian/postinst
@@ -0,0 +1,75 @@ @@ -0,0 +1,75 @@
@@ -267,40 +274,41 @@
+ /usr/lib/j2sdk1.4/jre/plugin/${ARCH}/ns610/libjavaplugin_oji.so \ + /usr/lib/j2sdk1.4/jre/plugin/${ARCH}/ns610/libjavaplugin_oji.so \
+ 1401 + 1401
+fi +fi
--- j2sdk-1.4.1.orig/debian/prerm --- j2sdk-1.4.1.orig/debian/copyright
+++ j2sdk-1.4.1/debian/prerm +++ j2sdk-1.4.1/debian/copyright
@@ -0,0 +1,34 @@ @@ -0,0 +1,35 @@
+#!/bin/sh +This package was debianized by the alien program by converting
+a binary .rpm package on Thu, 22 Aug 2002 15:46:33 -0700
+ +
+case "`uname -m`" in +Copyright: 1994-2001 Sun Microsystems, Inc.
+ i[3-7]86 | ia32 | ia64)
+ ARCH=i386
+ ;;
+ sparc*)
+ ARCH=sparc
+ ;;
+ *)
+ ARCH="`uname -m`"
+ ;;
+esac
+ +
+if [ $1 = remove ] +Information from the binary package:
+then +Name : j2sdk Relocations: (not relocateable)
+ for i in appletviewer extcheck idlj jar jarsigner java javac javadoc \ +Version : 1.4.1 Vendor: Sun Microsystems
+ javah javap jdb keytool kinit klist ktab native2ascii orbd \ +Release : rc Build Date: Thu Aug 8 03:24:51 2002
+ policytool rmic rmid rmiregistry serialver servertool \ +Install date: (not installed) Build Host: localhost.localdomain
+ tnameserv ControlPanel HtmlConverter +Group : Development/Tools Source RPM: j2sdk-1.4.1-rc.src.rpm
+ do +Size : 83010311 License: 1994-2001 Sun Microsystems, Inc.
+ update-alternatives --remove $i /usr/lib/j2sdk1.4/bin/$i +Packager : Java Software <j2se-comments@java.sun.com>
+ done +URL : http://java.sun.com/linux
+Summary : Java(TM) 2 Software Development Kit, Standard Edition
+Description :
+The Java 2 SDK, Standard Edition includes the Java
+Virtual Machine, core class libraries and tools used
+by programmers to develop Java software applets and
+applications. The SDK also provides the foundation
+for IDE (Integrated Development Environment) tools
+such as Sun's Forte for Java, Community Edition,
+the Java(TM) 2 Platform, Enterprise Edition (J2EE),
+Java-based application servers and more.
+The Java 2 Software Development Kit, SDK, is a
+development environment for building applications,
+applets, and components that can be deployed on
+the Java platform. The Java 2 SDK software includes
+tools useful for developing and testing programs
+written in the Java programming language and running
+on the Java platform. These tools are designed to
+be used from the command line. Except for
+appletviewer, these tools do not provide a
+graphical user interface.
+ +
+ update-alternatives \
+ --remove \
+ javaplugin.so \
+ /usr/lib/j2sdk1.4/jre/plugin/${ARCH}/ns4/javaplugin.so
+
+ update-alternatives \
+ --remove \
+ javaplugin_oji.so \
+ /usr/lib/j2sdk1.4/jre/plugin/${ARCH}/ns610/libjavaplugin_oji.so
+fi