commons-dbcp stable port information

Package: commons-dbcp
Version: 1.2.1
Revision: 1
Distribution: 10.4, 10.5
Architecture: powerpc
DescPackaging: Depends on commons-collection, which doesn't compile on intel
Type: java(1.4)
Source: mirror:apache:jakarta/commons/dbcp/source/%n-%v-src.tar.gz
Source-MD5: b7336a1d34ea0e8e9c39b67af510c46d
SourceDirectory: %n-%v
BuildDepends: ant (>= 1.6.1-1), commons-pool (>= 1.2-1), commons-collections (>= 3.1-1), fink (>= 0.22.2-1), fink-mirrors (>= 0.22.1.1-1), jdbc-optional, system-java14-dev
Depends: commons-pool (>= 1.2-1), commons-collections (>= 3.1-1), jdbc-optional, system-java13 | system-java14 | system-java15
CompileScript: <<
#!/bin/sh -xe

ant dist
<<
JarFiles: dist/*.jar
InstallScript: <<
mkdir -p %i/share/doc/%n
(cd dist/docs; gnutar -cf - .) | (cd %i/share/doc/%n; gnutar -xf -)
find %i/share/doc/%n -type d -exec chmod 755 {} \;
find %i/share/doc/%n -type f -exec chmod 644 {} \;
<<
DocFiles: LICENSE* NOTICE* README*
Homepage: http://jakarta.apache.org/commons/dbcp/
Maintainer: Benjamin Reed
Description: Jakarta Commons - DBCP
DescDetail: <<
Commons-DBCP provides database connection pooling services.
<<
License: BSD

commons-dbcp _unstable_ port information

Package: commons-dbcp
Version: 1.4
Revision: 1
Description: Jakarta Commons - DBCP
Type: java(1.5)
License: BSD
Maintainer: Benjamin Reed

Depends: <<
commons-pool (>= 1.5.5-1),
commons-collections (>= 3.2.1-1),
jdbc-optional,
system-java (>= 1.5-1)
<<
BuildDepends: fink (>= 0.29.7-1)

Source: mirror:apache:jakarta/commons/dbcp/binaries/%n-%v-bin.tar.gz
Source-MD5: bd272e9611b0d880fd02493377d4691b
SourceDirectory: %n-%v

UseMaxBuildJobs: true
CompileScript: echo "none needed"

InstallScript: <<
mkdir -p %i/share/doc/%n
(cd docs; gnutar -cf - .) | (cd %i/share/doc/%n; gnutar -xf -)
find %i/share/doc/%n -type d -exec chmod 755 {} \;
find %i/share/doc/%n -type f -exec chmod 644 {} \;
<<
JarFiles: *.jar
DocFiles: *.txt

Homepage: http://jakarta.apache.org/commons/dbcp/
DescDetail: Commons-DBCP provides database connection pooling services.