libcddb 1.3.2-7fakesync1 source package in Ubuntu
Changelog
libcddb (1.3.2-7fakesync1) jammy-proposed; urgency=medium * Fake sync due to mismatching orig tarball. libcddb (1.3.2-7) unstable; urgency=medium * debian/control: - New maintainer. (Closes: #980305) - Add Vcs fields. - Update debhelper compatibility level to 13. - Remove Build-Depends: dh-autoreconf. - Update standards version to 4.5.1, no changes needed. * debian/patches: - Change the default server from freedb.org to gnudb.gnudb.org as the former is no longer available. (Closes: #952689) - Disable use of SIGALRM for DNS lookup as this is not thread-safe. Patch adapted from upstream VLC. (Closes: #928176) - Change encoding of THANKS to UTF-8 to fix lintian warning. * debian/compat: - Removed, using Build-Depends: debhelper-compat instead. * debian/not-installed: - Ignore .la files for dh_missing. - Ignore cddb_query utility not currently packaged. * debian/salsa-ci.yml: - Enable CI. * debian/libcddb2-dev.examples: - Removed useless makefiles from /usr/share/doc as they are generated by automake and so only work within the libcddb build tree. They also contain the full path to the build directory which makes the package unreproducible. The example program is trivial to compile anyway. * debian/libcddb2-dev.README.Debian: - Add a note on how to compile the example program. * debian/tests: - Add a simple autopkgtest that uses the cddb_query example program to query the default CDDB server. * debian/copyright: - Convert to machine readable format. -- Gianfranco Costamagna <email address hidden> Wed, 01 Dec 2021 18:36:58 +0100
Upload details
- Uploaded by:
- Gianfranco Costamagna
- Uploaded to:
- Jammy
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | misc | |
Lunar | release | universe | misc | |
Kinetic | release | universe | misc | |
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libcddb_1.3.2.orig.tar.gz | 425.4 KiB | 68e9b53918b9bea727fb2db78936526671c039dcd7396cb82ecd6854e866048c |
libcddb_1.3.2-7fakesync1.debian.tar.xz | 5.2 KiB | 972be823992542d6c229f91561e4b7ceac1673c57019f1d613c2d04b3788aa90 |
libcddb_1.3.2-7fakesync1.dsc | 2.0 KiB | adeff20b14212acc8e4e8dbf3229eea158d8af33bf1ed0735ed2db0071afc762 |
Available diffs
Binary packages built by this source
- libcddb2: library to access CDDB data - runtime files
libcddb is a C library to access data about Audio CD on a CDDB server
.
It allows one to search the database for CD matches, get detailed information
about a CD and submit new CD entries to the database.
It supports both the custom CDDB protocol and the tunneling of the query
over HTTP. HTTP Proxying is supported. It also features a cache system.
.
This package contains the runtime library required to run libcddb-enabled
programs.
- libcddb2-dbgsym: debug symbols for libcddb2
- libcddb2-dev: library to access CDDB data - development files
libcddb is a C library to access data about Audio CD on a CDDB server
.
It allows one to search the database for CD matches, get detailed information
about a CD and submit new CD entries to the database.
It supports both the custom CDDB protocol and the tunneling of the query
over HTTP. HTTP Proxying is supported. It also features a cache system.
.
This package contains the development headers required to compile
libcddb-enabled programs.