tizen 2.3.1 release
[external/libidn.git] / debian / control
1 Source: libidn
2 Section: libs
3 Priority: optional
4 Maintainer: Taeksu Shin <taeksu.shin@samsung.com>
5 Uploaders: Taeksu Shin <taeksu.shin@samsung.com>
6 XS-Dm-Upload-Allowed: yes
7 Standards-Version: 3.8.3
8 Build-Depends: debhelper (>= 6)
9 #Build-Depends: debhelper (>= 6), gcj [!arm !hppa !hurd-i386], fastjar
10 Vcs-Cvs: :pserver:anonymous@cvs.savannah.gnu.org:/sources/libidn
11 Vcs-Browser: http://cvs.savannah.gnu.org/viewvc/debian-libidn/?root=libidn
12 Homepage: http://www.gnu.org/software/libidn/
13
14 #Package: idn
15 #Section: misc
16 #Architecture: any
17 #Depends: ${shlibs:Depends}, ${misc:Depends}
18 #Description: Command line and Emacs interface to GNU Libidn
19 # GNU Libidn is a fully documented implementation of the Stringprep,
20 # Punycode and IDNA specifications.  Libidn's purpose is to encode and
21 # decode internationalized domain names.  The Nameprep, XMPP, SASLprep,
22 # and iSCSI profiles are supported.
23 # .
24 # This package contains the idn command-line tool and its Emacs lisp
25 # interface.
26
27 Package: libidn11-dev
28 Section: libdevel
29 Architecture: any
30 Depends: libidn11 (= ${binary:Version}), pkg-config, ${misc:Depends}
31 Conflicts: libidn9-dev
32 Description: Development files for GNU Libidn, an IDN library
33  GNU Libidn is a fully documented implementation of the Stringprep,
34  Punycode and IDNA specifications.  Libidn's purpose is to encode and
35  decode internationalized domain names.  The Nameprep, XMPP, SASLprep,
36  and iSCSI profiles are supported.
37  .
38  This package contains the header files, static library, pkg-config
39  information, API man pages, and the Libidn manual.
40
41 Package: libidn11
42 Priority: standard
43 Architecture: any
44 Depends: ${shlibs:Depends}, ${misc:Depends}
45 Conflicts: libidn9-dev
46 Replaces: libidn11-dev
47 Description: GNU Libidn library, implementation of IETF IDN specifications
48  GNU Libidn is a fully documented implementation of the Stringprep,
49  Punycode and IDNA specifications.  Libidn's purpose is to encode and
50  decode internationalized domain names.  The Nameprep, XMPP, SASLprep,
51  and iSCSI profiles are supported.
52  .
53  This package contains the shared library.
54
55 #Package: libidn11-java
56 #Section: java
57 #Architecture: all
58 #Depends: ${misc:Depends}
59 #Description: Java port of the GNU Libidn library, an IDN implementation
60 # GNU Libidn is an implementation of the Stringprep, Punycode and IDNA
61 # specifications defined by the IETF Internationalized Domain Names
62 # (IDN) working group, used for internationalized domain names.
63 # Currently the Nameprep, Kerberos 5 and XMPP Stringprep profiles are
64 # supported.
65 # .
66 # This package contains the native Java port of the library.