commons-dbcp stable port information

Package: commons-dbcp
Version: 1.2.1
Revision: 1
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.2.2
Revision: 1
Type: java(1.4)
Source: mirror:apache:jakarta/commons/dbcp/source/%n-%v-src.tar.gz
Source-MD5: 57bad7d2abfaa175c743521caccdbd8f
SourceDirectory: %n-%v-src
BuildDepends: ant-base (>= 1.6.5-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-java-dev (>= 1.4-1)
Depends: commons-pool (>= 1.2-1), commons-collections (>= 3.1-1), jdbc-optional, system-java (>= 1.4-1)
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