File: control

package info (click to toggle)
liblunar 2.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,092 kB
  • ctags: 478
  • sloc: sh: 10,194; ansic: 4,603; xml: 584; makefile: 162; python: 16
file content (74 lines) | stat: -rw-r--r-- 2,447 bytes parent folder | download
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
Source: liblunar
Priority: optional
Maintainer: Debian Chinese Team <chinese-developers@lists.alioth.debian.org>
Uploaders: ChangZhuo Chen (陳昌倬) <czchen@debian.org>
Build-Depends: debhelper (>= 10),
               autotools-dev,
               gtk-doc-tools,
               intltool,
               libglib2.0-dev,
               libgtk2.0-dev,
               libgtksourceview2.0-dev,
               pkg-config,
               python-gtk2-dev,
               python-gtksourceview2,
Standards-Version: 3.9.8
Section: libs
Homepage: http://code.google.com/p/liblunar
Vcs-Browser: https://anonscm.debian.org/git/chinese/liblunar.git
Vcs-Git: https://anonscm.debian.org/git/chinese/liblunar.git

Package: liblunar-1-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends},
         liblunar-1-0 (= ${binary:Version})
Description: Development files for the Chinese Lunar library
 This library provide a struct to covert between Chinese lunar calendar
 and Gregorian calendar.
 .
 It also provide a GTK+ Widget which can display Chinese lunar calendar.
 .
 This package is needed to compile programs against liblunar-1-0, as
 only it includes the header files and static libraries (optionally)
 needed for compiling.

Package: liblunar-1-0
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: Chinese Lunar library
 This library provide a struct to covert between Chinese lunar calendar
 and Gregorian calendar.
 .
 It also provide a GTK+ Widget which can display Chinese lunar calendar.
 .
 This package contains the shared libraries.

Package: liblunar-1-doc
Section: doc
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: Documentation for the Chinese Lunar library
 This library provide a struct to covert between Chinese lunar calendar
 and Gregorian calendar.
 .
 It also provide a GTK+ Widget which can display Chinese lunar calendar.
 .
 This package contains the HTML documentation for the Chinese lunar
 library in /usr/share/doc/liblunar-1-doc/.

Package: python-lunar
Section: python
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         ${misc:Python},
Description: Python bindings for the Chinese Lunar library
 This library provide a struct to covert between Chinese lunar calendar
 and Gregorian calendar.
 .
 It also provide a GTK+ Widget which can display Chinese lunar calendar.
 .
 This package contains Python module `lunar'.