apache-directory-jdbm 2.0.0~M2-3 source package in Ubuntu

Changelog

apache-directory-jdbm (2.0.0~M2-3) unstable; urgency=medium

  * Team upload.
  * Add build-dep on liblog4j1.2-java (Closes: #1028772)
  * Freshen years in debian/copyright
  * Remove get-orig-source target from debian/rules
  * Update Vcs URLs to point to Salsa
  * Set Rules-Requires-Root: no in debian/control
  * Bump Standards-Version to 4.6.2
  * Use debhelper-compat 13

 -- tony mancill <email address hidden>  Tue, 31 Jan 2023 19:54:53 -0800

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
apache-directory-jdbm_2.0.0~M2-3.dsc 2.2 KiB c3f0188ca02f8366a29e01627072182c6fdcbfe2ab40b2db08db2d5f9232a338
apache-directory-jdbm_2.0.0~M2.orig.tar.xz 85.9 KiB 5d423cb672c6eef9aaf8ed085cf9920419793756efe87d27ccac7f965703db4c
apache-directory-jdbm_2.0.0~M2-3.debian.tar.xz 4.2 KiB 25f888a9956790803caa06a18a58ef6e2a92ffa4882ad5c31ca665215aa92f29

Available diffs

No changes file available.

Binary packages built by this source

libapache-directory-jdbm-java: ApacheDS JDBM Implementation

 JDBM is a transactional persistence engine for Java. It aims to be
 for Java what GDBM is for other languages (C/C++, Python, Perl, etc.):
 a fast, simple persistence engine. You can use it to store a mix
 of objects and BLOBs, and all updates are done in a transactionally
 safe manner. JDBM also provides scalable data structures, such as HTree
 and B+Tree, to support persistence of large object collections.
 .
 This package contains the Apache fork of JDBM used by Apache Directory Server.