File: control

package info (click to toggle)
libixp 0.6~20121202%2Bhg148-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 968 kB
  • ctags: 1,619
  • sloc: ansic: 4,907; sh: 142; perl: 121; makefile: 110
file content (39 lines) | stat: -rw-r--r-- 1,287 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
Source: libixp
Section: libs
Priority: optional
Maintainer: Andrew Shadura <andrewsh@debian.org>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.3
Homepage: http://libixp.googlecode.com/
Vcs-Hg: http://anonscm.debian.org/hg/collab-maint/libixp/
Vcs-Browser: http://anonscm.debian.org/hg/collab-maint/libixp/summary

Package: libixp
Section: oldlibs
Priority: extra
Architecture: all
Depends: libixp-dev, ${misc:Depends}
Description: transitional dummy package for libixp-dev
 This is a transitional package to ease upgrades to the libixp-dev
 package. It can be safely removed.

Package: libixp0
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: simple 9P client-/server-library
 This is a an extremely simple 9P stand-alone library. 9P is a virtual
 filesystem from the Plan9 operating system.

Package: libixp-dev
Section: libdevel
Architecture: any
Provides: libixp
Breaks: libixp (<< 0.6~)
Replaces: libixp (<< 0.6~)
Depends: ${shlibs:Depends}, ${misc:Depends}, libixp0 (=${binary:Version})
Description: simple 9P client-/server-library (development)
 This is a an extremely simple 9P stand-alone library. 9P is a virtual
 filesystem from the Plan9 operating system.
 .
 This package contains the development library and its headers.