libccd 2.1-2 source package in Ubuntu

Changelog

libccd (2.1-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Repository, Repository-Browse.
  * Set upstream metadata fields: Bug-Database, Bug-Submit.

  [ Jose Luis Rivero ]
  * Bump standards to 4.6.0
  * Bump debhelper to 13
  * Package cmake helpers in -dev package
  * Skip the installation of license file
  * Update watch file to version 4
  * Add rules-require-root no

 -- Jose Luis Rivero <email address hidden>  Mon, 15 Nov 2021 19:56:52 +0000

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
any
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
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
libccd_2.1-2.dsc 1.7 KiB 751b4bbc0de870180a027b9ca040ac2efe88728863e548f19aa6b97cf07ace60
libccd_2.1.orig.tar.gz 72.3 KiB 3543093486a8bdb7129e18d69d8f2b42e3056877521425210f9fe560789ebba5
libccd_2.1-2.debian.tar.xz 4.7 KiB 3c894645a79e76d3db19da00dcb4fb08ad7175df4ff3bfc185d16879137b5c3a

Available diffs

No changes file available.

Binary packages built by this source

libccd-dev: Library for collision detection between convex shapes - dev files

 libccd implements variation on Gilbert-Johnson-Keerthi (GJK) algorithm + Expand
 Polytope Algorithm (EPA). It also implements Minkowski Portal Refinement (MPR,
 a.k.a. XenoCollide) algorithm as published in Game Programming Gems 7. libccd
 is one of the very few open source libraries that include MPR algorithm working
 in 3-D space. However, there is a library called mpr2d, implemented in D
 programming language, that works in 2-D space.
 .
 This package contains development files (headers, shared library
 symbolic link and cmake file).

libccd2: Library for collision detection between convex shapes - shared library

 libccd implements variation on Gilbert-Johnson-Keerthi (GJK) algorithm + Expand
 Polytope Algorithm (EPA). It also implements Minkowski Portal Refinement (MPR,
 a.k.a. XenoCollide) algorithm as published in Game Programming Gems 7. libccd
 is one of the very few open source libraries that include MPR algorithm working
 in 3-D space. However, there is a library called mpr2d, implemented in D
 programming language, that works in 2-D space.
 .
 This package gathers the shared library

libccd2-dbgsym: debug symbols for libccd2