File: control

package info (click to toggle)
jmdns 3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 512 kB
  • ctags: 850
  • sloc: java: 5,654; xml: 98; makefile: 54
file content (33 lines) | stat: -rw-r--r-- 1,311 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
Source: jmdns
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Mathieu Malaterre (malat) <mathieu.malaterre@gmail.com>
Build-Depends: debhelper (>> 7), javahelper, gcj-jdk, default-jdk
Standards-Version: 3.8.4
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/jmdns
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/jmdns/
Homepage: http://jmdns.sourceforge.net/

Package: libjmdns-java
Architecture: all
Depends: java-gcj-compat | java1-runtime | java2-runtime, ${misc:Depends}
Description: Java implementation of multi-cast DNS (Apple Rendezvous)
 JmDNS is a Java implementation of the IETF draft RFP multicast 
 extensions for DNS.
 This project contains the needed elements for service discovery 
 and service registration.
 It is compatible with Apple's Rendezvous service.

Package: libjmdns-java-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: The Java implementation of multi-cast DNS documentation
 JmDNS is a Java implementation of the IETF draft RFP multicast 
 extensions for DNS.
 This project contains the needed elements for service discovery 
 and service registration.
 It is compatible with Apple's Rendezvous service.
 .
 This package contains the documentation and javadoc for JmDNS.