1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102
|
Source: lunar-date
Priority: optional
Maintainer: Debian Chinese Team <chinese-developers@lists.alioth.debian.org>
Uploaders:
YunQiang Su <syq@debian.org>,
ChangZhuo Chen (陳昌倬) <czchen@debian.org>,
xiao sheng wen <atzlinux@sina.com>,
Build-Depends:
meson,
debhelper-compat (= 13),
dh-exec,
gobject-introspection,
gtk-doc-tools,
intltool,
libgirepository1.0-dev,
libglib2.0-dev,
valac,
dh-sequence-gir,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Section: libs
Homepage: https://lunar-date.zhcn.cc
Vcs-Git: https://salsa.debian.org/chinese-team/lunar-date.git
Vcs-Browser: https://salsa.debian.org/chinese-team/lunar-date
Package: gir1.2-lunardate-3.0
Section: introspection
Multi-Arch: same
Architecture: any
Depends:
${gir:Depends},
${misc:Depends},
Description: GObject Introspection for lunar-date
Lunar-date is a Chinese Lunar library based on GObject, which can
covert between Chinese lunar calendar and Gregorian calendar.
.
This package contains GObject Introspection for lunar-date.
Package: liblunar-date-3.0-1
Pre-Depends:
${misc:Pre-Depends},
Multi-Arch: same
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Replaces: liblunar-date-2.0-0 (<< 3)
Breaks: liblunar-date-2.0-0 (<< 3)
Description: Chinese Lunar library based on GObject
Lunar-date is a Chinese Lunar library based on GObject, which can
covert between Chinese lunar calendar and Gregorian calendar.
.
This package contains shared library and vala bindings.
Package: liblunar-date-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
liblunar-date-3.0-1 (= ${binary:Version}),
gir1.2-lunardate-3.0 (= ${binary:Version}),
${misc:Depends},
Provides: ${gir:Provides}
Suggests:
liblunar-date-doc,
Description: Chinese Lunar library based on GObject - develop files
Lunar-date is a Chinese Lunar library based on GObject, which can
covert between Chinese lunar calendar and Gregorian calendar.
.
This package contains develop files:
* C headers
* pkgconfig lunar-date-3.0.pc
* gir-1.0 LunarDate-3.0.gir
Package: liblunar-date-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Replaces: liblunar-date-dev (<< 3)
Breaks: liblunar-date-dev (<< 3)
Description: Chinese Lunar library based on GObject - API documents
Lunar-date is a Chinese Lunar library based on GObject, which can
covert between Chinese lunar calendar and Gregorian calendar.
.
This package contains API documents.
Package: lunar-date
Section: utils
Architecture: any
Multi-Arch: foreign
Depends:
${misc:Depends},
${shlibs:Depends},
liblunar-date-3.0-1 (= ${binary:Version}),
Description: Chinese Lunar library based on GObject - command and D-Bus
Lunar-date is a Chinese Lunar library based on GObject, which can
covert between Chinese lunar calendar and Gregorian calendar.
.
This package contains lunar-date command, D-Bus org.chinese.Lunar.Date.service.
The lunar-date need to call D-Bus when running.
|