Source: cctz
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Anton Gladky <gladk@debian.org>
Section: libs
Priority: optional
Build-Depends: cmake,
               debhelper-compat (= 13),
               googletest,
               libbenchmark-dev,
               tzdata (>=2024b),
               tzdata-legacy (>=2024b)
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/science-team/cctz
Vcs-Git: https://salsa.debian.org/science-team/cctz.git
Homepage: https://github.com/google/cctz

Package: libcctz-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libcctz2.4 (= ${binary:Version}),
         ${misc:Depends}
Recommends: tzdata, tzdata-legacy
Suggests: libcctz-doc
Description: Library for computing dates, times and time zones, development files
 CCTZ contains two libraries that cooperate with `<chrono>` to give C++
 programmers all the necessary tools for computing with dates, times, and time
 zones in a simple and correct manner.
 .
 This package contains the development files.

Package: libcctz2.4
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
         ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Library for computing dates, times and time zones, shared library
 CCTZ contains two libraries that cooperate with `<chrono>` to give C++
 programmers all the necessary tools for computing with dates, times, and time
 zones in a simple and correct manner.
 .
 This package contains the shared library.

Package: libcctz-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends},
         ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Library for computing dates, times and time zones, documentation
 CCTZ contains two libraries that cooperate with `<chrono>` to give C++
 programmers all the necessary tools for computing with dates, times, and time
 zones in a simple and correct manner.
 .
 This package contains tools and documentation and examples.