Bug#884612: O: concurrent-dfsg -- utility classes for concurrent java programming

Tobias Frost tobi at debian.org
Sun Dec 17 16:32:47 UTC 2017


Package: wnpp

The current only human maintainer of concurrent-dfsg is not active
anymore. Therefore, I orphan this package now, as per Policy 3.3

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: concurrent-dfsg
Binary: libconcurrent-java, libconcurrent-java-doc
Version: 1.3.4-4
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Michael Koch <konqueror at gmx.de>
Build-Depends: debhelper (>= 7), cdbs, ant, default-jdk
Architecture: all
Standards-Version: 3.8.4
Format: 3.0 (quilt)
Files:
 5daa8aa861da68c084857ea228513e7d 1390 concurrent-dfsg_1.3.4-4.dsc
 35f56de811b70442ae06d0ca801bf167 161219 concurrent-dfsg_1.3.4.orig.tar.gz
 1f06f3fcd6b9f991d1985487f1dc7d3d 2986 concurrent-dfsg_1.3.4-4.debian.tar.gz
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/concurrent-dfsg/
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/concurrent-dfsg
Checksums-Sha1:
 680375bad8aaa0f28869987a0acce52f9fbc510c 1390 concurrent-dfsg_1.3.4-4.dsc
 cc4b811fe12108a05768161b30060360fd1d3676 161219 concurrent-dfsg_1.3.4.orig.tar.gz
 f67932486df892034a113aeebad5545082e09f0e 2986 concurrent-dfsg_1.3.4-4.debian.tar.gz
Checksums-Sha256:
 89395fef43e7110de945471bf53f49bfb310d688087ae08d8a999fe9c0377e71 1390 concurrent-dfsg_1.3.4-4.dsc
 c53e0a5989a9f33aac082916a3a22d5da1d25044ad715939ba7041a0e3fe6794 161219 concurrent-dfsg_1.3.4.orig.tar.gz
 bfd89e1723c1488b22567ef58cd2369107de399d5306380436fd7ff54f65a427 2986 concurrent-dfsg_1.3.4-4.debian.tar.gz
Homepage: http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html
Directory: pool/main/c/concurrent-dfsg
Priority: source
Section: libs

Package: concurrent-dfsg
Binary: libconcurrent-java, libconcurrent-java-doc
Version: 1.3.4-4
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Michael Koch <konqueror at gmx.de>
Build-Depends: debhelper (>= 7), cdbs, ant, default-jdk
Architecture: all
Standards-Version: 3.8.4
Format: 3.0 (quilt)
Files:
 5daa8aa861da68c084857ea228513e7d 1390 concurrent-dfsg_1.3.4-4.dsc
 35f56de811b70442ae06d0ca801bf167 161219 concurrent-dfsg_1.3.4.orig.tar.gz
 1f06f3fcd6b9f991d1985487f1dc7d3d 2986 concurrent-dfsg_1.3.4-4.debian.tar.gz
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/concurrent-dfsg/
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/concurrent-dfsg
Checksums-Sha256:
 89395fef43e7110de945471bf53f49bfb310d688087ae08d8a999fe9c0377e71 1390 concurrent-dfsg_1.3.4-4.dsc
 c53e0a5989a9f33aac082916a3a22d5da1d25044ad715939ba7041a0e3fe6794 161219 concurrent-dfsg_1.3.4.orig.tar.gz
 bfd89e1723c1488b22567ef58cd2369107de399d5306380436fd7ff54f65a427 2986 concurrent-dfsg_1.3.4-4.debian.tar.gz
Homepage: http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html
Directory: pool/main/c/concurrent-dfsg
Priority: source
Section: libs

Package: libconcurrent-java
Source: concurrent-dfsg
Version: 1.3.4-4
Installed-Size: 200
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Architecture: all
Depends: default-jre-headless | java2-runtime-headless
Description-en: utility classes for concurrent java programming
 The concurrent java library provides standardized, efficient versions of
 utility classes commonly encountered in concurrent Java programming.
 Discussions of the rationale and applications of several of these classes
 can be found in the second edition of Concurrent Programming in Java.
 .
 The package mainly consists of implementations of a few interfaces:
 .
  * Sync -- locks, conditions
  * Channel -- queues, buffers
  * Barrier -- multi-party synchronization
  * SynchronizedVariable -- atomic ints, refs etc
  * java.util.Collection -- collections
  * Executor -- replacements for direct use of Thread
Description-md5: 7d7e9ed9166c59a6bbc9b7af7e16e6e1
Homepage: http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html
Tag: devel::lang:java
Section: java
Priority: optional
Filename: pool/main/c/concurrent-dfsg/libconcurrent-java_1.3.4-4_all.deb
Size: 133384
MD5sum: 9dd07a705f6148bca69cdc15972b83b2
SHA1: bc06b3602bd879fa9cf6c94e021197db1076074c
SHA256: c383dbc2d68a0a5e66d09abcadc4dfe94a3eb181865be4f4303ab6be76dbeeca

Package: libconcurrent-java-doc
Source: concurrent-dfsg
Version: 1.3.4-4
Installed-Size: 3548
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Architecture: all
Suggests: libconcurrent-java
Description-en: documentation and javadoc API for libconcurrent-java
 The concurrent java library provides standardized, efficient versions of
 utility classes commonly encountered in concurrent Java programming.
 .
 This package contains the introduction and javadoc API.
Description-md5: 047da8892277036f4f999d246c5dea90
Homepage: http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html
Tag: devel::doc, devel::examples, devel::lang:java, made-of::html,
 role::documentation
Section: doc
Priority: optional
Filename: pool/main/c/concurrent-dfsg/libconcurrent-java-doc_1.3.4-4_all.deb
Size: 316420
MD5sum: 84e3044b01fb3a2a7a33b3bce7123b89
SHA1: 89685f5bf265fd9dfe488872c89ec10682c52256
SHA256: b19d893e1c31fe953605e472483c553be88674112d451e871bcbf037b98df22d

Package: libconcurrent-java
Source: concurrent-dfsg
Version: 1.3.4-4
Installed-Size: 200
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Architecture: all
Depends: default-jre-headless | java2-runtime-headless
Description-en: utility classes for concurrent java programming
 The concurrent java library provides standardized, efficient versions of
 utility classes commonly encountered in concurrent Java programming.
 Discussions of the rationale and applications of several of these classes
 can be found in the second edition of Concurrent Programming in Java.
 .
 The package mainly consists of implementations of a few interfaces:
 .
  * Sync -- locks, conditions
  * Channel -- queues, buffers
  * Barrier -- multi-party synchronization
  * SynchronizedVariable -- atomic ints, refs etc
  * java.util.Collection -- collections
  * Executor -- replacements for direct use of Thread
Description-md5: 7d7e9ed9166c59a6bbc9b7af7e16e6e1
Homepage: http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html
Tag: devel::lang:java
Section: java
Priority: optional
Filename: pool/main/c/concurrent-dfsg/libconcurrent-java_1.3.4-4_all.deb
Size: 133384
MD5sum: 9dd07a705f6148bca69cdc15972b83b2
SHA1: bc06b3602bd879fa9cf6c94e021197db1076074c
SHA256: c383dbc2d68a0a5e66d09abcadc4dfe94a3eb181865be4f4303ab6be76dbeeca

Package: libconcurrent-java-doc
Source: concurrent-dfsg
Version: 1.3.4-4
Installed-Size: 3548
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Architecture: all
Suggests: libconcurrent-java
Description-en: documentation and javadoc API for libconcurrent-java
 The concurrent java library provides standardized, efficient versions of
 utility classes commonly encountered in concurrent Java programming.
 .
 This package contains the introduction and javadoc API.
Description-md5: 047da8892277036f4f999d246c5dea90
Homepage: http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html
Tag: devel::doc, devel::examples, devel::lang:java, made-of::html,
 role::documentation
Section: doc
Priority: optional
Filename: pool/main/c/concurrent-dfsg/libconcurrent-java-doc_1.3.4-4_all.deb
Size: 316420
MD5sum: 84e3044b01fb3a2a7a33b3bce7123b89
SHA1: 89685f5bf265fd9dfe488872c89ec10682c52256
SHA256: b19d893e1c31fe953605e472483c553be88674112d451e871bcbf037b98df22d

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-java-maintainers/attachments/20171217/8da3175a/attachment.sig>


More information about the pkg-java-maintainers mailing list