Bug#889325: O: libreflectasm-java -- library that provides reflection by using code generation

Tobias Frost tobi at debian.org
Sat Feb 3 15:08:46 UTC 2018


Package: wnpp

The only human maintainer of this package, Damien Raude-Morvan 
<drazzib at debian.org> is apparently not active anymore.  Therefore, I orphan
this package now.

The packaging team is in X-Debbugs-CX in case they want to adopt the
package.

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: libreflectasm-java
Binary: libreflectasm-java, libreflectasm-java-doc
Version: 1.05-2
Maintainer: Damien Raude-Morvan <drazzib at debian.org>
Build-Depends: debhelper (>= 9), default-jdk, javahelper (>= 0.43), libasm4-java
Architecture: all
Standards-Version: 3.9.4
Format: 3.0 (quilt)
Files:
 19a9783fd668af4366e4543170875ff3 2055 libreflectasm-java_1.05-2.dsc
 1cf12f5339e3bb851bfd27b41825e2ee 10464 libreflectasm-java_1.05.orig.tar.gz
 8eca4c6228d40d245f02f4376f67f79b 2502 libreflectasm-java_1.05-2.debian.tar.gz
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/libreflectasm-java.git
Vcs-Git: git://anonscm.debian.org/pkg-java/libreflectasm-java.git
Checksums-Sha1:
 18d737f63d5caae6b44a164116e4760c6412f49a 2055 libreflectasm-java_1.05-2.dsc
 6f4359e4b696a7d31bd96fa439de3a3f02f951e8 10464 libreflectasm-java_1.05.orig.tar.gz
 88b877613ca37f7a0aa0f186bb83ca43b0f286af 2502 libreflectasm-java_1.05-2.debian.tar.gz
Checksums-Sha256:
 690af3f823b30f32cea0e18987df5c02beb7b07c484b0a554749d2b1c3181b1e 2055 libreflectasm-java_1.05-2.dsc
 97fc6d947d247d53576f476b3ec21f72bf13e7546b8b8ab9eb132f157c284480 10464 libreflectasm-java_1.05.orig.tar.gz
 73e57be598ecca949217487efe2bdd983c8a675f18270854d95e786b16c2d962 2502 libreflectasm-java_1.05-2.debian.tar.gz
Homepage: https://code.google.com/p/reflectasm/
Package-List: 
 libreflectasm-java deb java optional
 libreflectasm-java-doc deb doc optional
Directory: pool/main/libr/libreflectasm-java
Priority: source
Section: misc

Package: libreflectasm-java
Binary: libreflectasm-java, libreflectasm-java-doc
Version: 1.05-4
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Damien Raude-Morvan <drazzib at debian.org>
Build-Depends: debhelper (>= 9), default-jdk, javahelper (>= 0.43), libasm-java (>= 5.0), maven-repo-helper
Architecture: all
Standards-Version: 3.9.8
Format: 3.0 (quilt)
Files:
 a21bf773e3a2d626a7730283c5439802 2154 libreflectasm-java_1.05-4.dsc
 1cf12f5339e3bb851bfd27b41825e2ee 10464 libreflectasm-java_1.05.orig.tar.gz
 f05b1651dd79a5f70120235aa14ac4b0 2524 libreflectasm-java_1.05-4.debian.tar.xz
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libreflectasm-java.git
Vcs-Git: https://anonscm.debian.org/git/pkg-java/libreflectasm-java.git
Checksums-Sha256:
 dd77b07377a93242f403a223ce57b3f3489c01fb97373f61c181dfb7438520a1 2154 libreflectasm-java_1.05-4.dsc
 97fc6d947d247d53576f476b3ec21f72bf13e7546b8b8ab9eb132f157c284480 10464 libreflectasm-java_1.05.orig.tar.gz
 802bb96d9a8e7184ef5653c182fb7907d22dc29a4b9971a591633ddba0a5c841 2524 libreflectasm-java_1.05-4.debian.tar.xz
Homepage: https://github.com/EsotericSoftware/reflectasm
Package-List: 
 libreflectasm-java deb java optional arch=all
 libreflectasm-java-doc deb doc optional arch=all
Directory: pool/main/libr/libreflectasm-java
Priority: source
Section: misc

Package: libreflectasm-java
Version: 1.05-4
Installed-Size: 39
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Architecture: all
Depends: libasm-java (>= 5.0)
Description-en: library that provides reflection by using code generation
 ReflectASM is a very small Java library that provides high performance
 reflection by using code generation. An access class is generated
 to set/get fields, call methods, or create a new instance.
 .
 The access class uses bytecode rather than Java's reflection,
 so it is much faster. It can also access primitive fields via
 bytecode to avoid boxing.
Description-md5: add1aaddf9a4bbd3ace74ac8d2fa522d
Homepage: https://github.com/EsotericSoftware/reflectasm
Section: java
Priority: optional
Filename: pool/main/libr/libreflectasm-java/libreflectasm-java_1.05-4_all.deb
Size: 17626
MD5sum: 7ec5a929ca4ddf4125699fb5288e2acc
SHA256: 49c899a72f24f087ea9b4225ab05086c9f21c8a413976306af6b3cb90bdc29cf

Package: libreflectasm-java
Version: 1.05-2
Installed-Size: 43
Maintainer: Damien Raude-Morvan <drazzib at debian.org>
Architecture: all
Depends: libasm4-java
Description-en: library that provides reflection by using code generation
 ReflectASM is a very small Java library that provides high performance
 reflection by using code generation. An access class is generated
 to set/get fields, call methods, or create a new instance.
 .
 The access class uses bytecode rather than Java's reflection,
 so it is much faster. It can also access primitive fields via
 bytecode to avoid boxing.
Description-md5: add1aaddf9a4bbd3ace74ac8d2fa522d
Homepage: https://code.google.com/p/reflectasm/
Section: java
Priority: optional
Filename: pool/main/libr/libreflectasm-java/libreflectasm-java_1.05-2_all.deb
Size: 14772
MD5sum: 93a0af5839f6790a1f01f9a378c56987
SHA1: d86c44cd8577687e87cbb89491986ef3587ac9a5
SHA256: 1180ec89e69deb9fd49d9041d11974d0ac8046fea4e8043c1c11b0202fead104

Package: libreflectasm-java-doc
Source: libreflectasm-java
Version: 1.05-4
Installed-Size: 132
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Architecture: all
Description-en: library that provides reflection by using code generation - doc
 ReflectASM is a very small Java library that provides high performance
 reflection by using code generation. An access class is generated
 to set/get fields, call methods, or create a new instance.
 .
 The access class uses bytecode rather than Java's reflection,
 so it is much faster. It can also access primitive fields via
 bytecode to avoid boxing.
 .
 This package contains the Javadoc API
Description-md5: 7868dc6a991415b76b6f454111b4e897
Homepage: https://github.com/EsotericSoftware/reflectasm
Section: doc
Priority: optional
Filename: pool/main/libr/libreflectasm-java/libreflectasm-java-doc_1.05-4_all.deb
Size: 13332
MD5sum: d35a109438bd69596d0a35d245b5cd68
SHA256: efb096f5be63a6eca5868631191e6e4de7918e672abd0ef52ff0695dbc1c06bd

Package: libreflectasm-java-doc
Source: libreflectasm-java
Version: 1.05-2
Installed-Size: 157
Maintainer: Damien Raude-Morvan <drazzib at debian.org>
Architecture: all
Description-en: library that provides reflection by using code generation - doc
 ReflectASM is a very small Java library that provides high performance
 reflection by using code generation. An access class is generated
 to set/get fields, call methods, or create a new instance.
 .
 The access class uses bytecode rather than Java's reflection,
 so it is much faster. It can also access primitive fields via
 bytecode to avoid boxing.
 .
 This package contains the Javadoc API
Description-md5: 7868dc6a991415b76b6f454111b4e897
Homepage: https://code.google.com/p/reflectasm/
Section: doc
Priority: optional
Filename: pool/main/libr/libreflectasm-java/libreflectasm-java-doc_1.05-2_all.deb
Size: 11750
MD5sum: 2703676166adc9a0646abec15e512b8e
SHA1: f7aa84a7d7a55019108afd93844489922f10a9dd
SHA256: d53e9a1448f3509ed10eb65102c3d44745677effd98ba9093b66cd0a8f9b8f55

Package: libreflectasm-java
Version: 1.05-4
Installed-Size: 39
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Architecture: all
Depends: libasm-java (>= 5.0)
Description-en: library that provides reflection by using code generation
 ReflectASM is a very small Java library that provides high performance
 reflection by using code generation. An access class is generated
 to set/get fields, call methods, or create a new instance.
 .
 The access class uses bytecode rather than Java's reflection,
 so it is much faster. It can also access primitive fields via
 bytecode to avoid boxing.
Description-md5: add1aaddf9a4bbd3ace74ac8d2fa522d
Homepage: https://github.com/EsotericSoftware/reflectasm
Section: java
Priority: optional
Filename: pool/main/libr/libreflectasm-java/libreflectasm-java_1.05-4_all.deb
Size: 17626
MD5sum: 7ec5a929ca4ddf4125699fb5288e2acc
SHA256: 49c899a72f24f087ea9b4225ab05086c9f21c8a413976306af6b3cb90bdc29cf

Package: libreflectasm-java
Version: 1.05-2
Installed-Size: 43
Maintainer: Damien Raude-Morvan <drazzib at debian.org>
Architecture: all
Depends: libasm4-java
Description-en: library that provides reflection by using code generation
 ReflectASM is a very small Java library that provides high performance
 reflection by using code generation. An access class is generated
 to set/get fields, call methods, or create a new instance.
 .
 The access class uses bytecode rather than Java's reflection,
 so it is much faster. It can also access primitive fields via
 bytecode to avoid boxing.
Description-md5: add1aaddf9a4bbd3ace74ac8d2fa522d
Homepage: https://code.google.com/p/reflectasm/
Section: java
Priority: optional
Filename: pool/main/libr/libreflectasm-java/libreflectasm-java_1.05-2_all.deb
Size: 14772
MD5sum: 93a0af5839f6790a1f01f9a378c56987
SHA1: d86c44cd8577687e87cbb89491986ef3587ac9a5
SHA256: 1180ec89e69deb9fd49d9041d11974d0ac8046fea4e8043c1c11b0202fead104

Package: libreflectasm-java-doc
Source: libreflectasm-java
Version: 1.05-4
Installed-Size: 132
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Architecture: all
Description-en: library that provides reflection by using code generation - doc
 ReflectASM is a very small Java library that provides high performance
 reflection by using code generation. An access class is generated
 to set/get fields, call methods, or create a new instance.
 .
 The access class uses bytecode rather than Java's reflection,
 so it is much faster. It can also access primitive fields via
 bytecode to avoid boxing.
 .
 This package contains the Javadoc API
Description-md5: 7868dc6a991415b76b6f454111b4e897
Homepage: https://github.com/EsotericSoftware/reflectasm
Section: doc
Priority: optional
Filename: pool/main/libr/libreflectasm-java/libreflectasm-java-doc_1.05-4_all.deb
Size: 13332
MD5sum: d35a109438bd69596d0a35d245b5cd68
SHA256: efb096f5be63a6eca5868631191e6e4de7918e672abd0ef52ff0695dbc1c06bd

Package: libreflectasm-java-doc
Source: libreflectasm-java
Version: 1.05-2
Installed-Size: 157
Maintainer: Damien Raude-Morvan <drazzib at debian.org>
Architecture: all
Description-en: library that provides reflection by using code generation - doc
 ReflectASM is a very small Java library that provides high performance
 reflection by using code generation. An access class is generated
 to set/get fields, call methods, or create a new instance.
 .
 The access class uses bytecode rather than Java's reflection,
 so it is much faster. It can also access primitive fields via
 bytecode to avoid boxing.
 .
 This package contains the Javadoc API
Description-md5: 7868dc6a991415b76b6f454111b4e897
Homepage: https://code.google.com/p/reflectasm/
Section: doc
Priority: optional
Filename: pool/main/libr/libreflectasm-java/libreflectasm-java-doc_1.05-2_all.deb
Size: 11750
MD5sum: 2703676166adc9a0646abec15e512b8e
SHA1: f7aa84a7d7a55019108afd93844489922f10a9dd
SHA256: d53e9a1448f3509ed10eb65102c3d44745677effd98ba9093b66cd0a8f9b8f55

-------------- 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/20180203/86bd25f5/attachment-0001.sig>


More information about the pkg-java-maintainers mailing list