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
|
Source: libinfinity
Priority: optional
Maintainer: Philipp Kern <pkern@debian.org>
Build-Depends: debhelper-compat (= 13), gobject-introspection, libgirepository1.0-dev, libgnutls28-dev, libgsasl7-dev, libxml2-dev, libgtk-3-dev, libavahi-client-dev, gtk-doc-tools, libdaemon-dev, libpam-dev
Build-Conflicts: autoconf2.13, automake1.4
Standards-Version: 4.4.1
Section: libs
Homepage: https://gobby.github.io
Rules-Requires-Root: no
Package: libinfinity-0.7-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libinfinity-0.7-0 (= ${binary:Version}), libinfgtk-0.7-0 (= ${binary:Version}), libgnutls28-dev, libgsasl7-dev, libxml2-dev, libgtk-3-dev, gir1.2-infinity-0.7 (= ${binary:Version})
Description: infinote-based collaborative editing - development files
libinfinity is library to build collaborative text editors. Changes
to the text buffers are synced to all other clients over a central server.
Even though a central server is involved, the local user sees his changes
applied instantly and the merging is done on the individual clients.
.
This package contains the C headers of libinfinity and all files needed
to link applications dependening on this library.
Package: libinfinity-0.7-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, lynx | www-browser
Recommends: libglib2.0-doc, libxml2-doc
Suggests: libgtk-3-doc, devhelp
Description: infinote-based collaborative editing - documentation
libinfinity is library to build collaborative text editors. Changes
to the text buffers are synced to all other clients over a central server.
Even though a central server is involved, the local user sees his changes
applied instantly and the merging is done on the individual clients.
.
This package contains the API documentation of libinfinity.
Package: libinfinity-0.7-0
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: infinoted (<< 0.6.7-2)
Breaks: infinoted (<< 0.6.7-2)
Description: infinote-based collaborative editing
libinfinity is library to build collaborative text editors. Changes
to the text buffers are synced to all other clients over a central server.
Even though a central server is involved, the local user sees his changes
applied instantly and the merging is done on the individual clients.
.
This package contains the shared object files used at runtime by
libinfinity-based application.
Package: libinfgtk-0.7-0
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: infinote-based collaborative editing (Gtk widgets)
libinfinity is library to build collaborative text editors. Changes
to the text buffers are synced to all other clients over a central server.
Even though a central server is involved, the local user sees his changes
applied instantly and the merging is done on the individual clients.
.
This package contains Gtk widgets for use in libinfinity-based and
Gtk-based applications. It is built against Gtk3.
Package: gir1.2-infinity-0.7
Architecture: any
Provides:
gir1.2-infinityc-0.7 (= ${binary:Version}),
gir1.2-infinityd-0.7 (= ${binary:Version}),
gir1.2-infinoted-0.7 (= ${binary:Version}),
gir1.2-inftext-0.7 (= ${binary:Version}),
gir1.2-inftextgtk-0.7 (= ${binary:Version}),
gir1.2-infgtk-0.7 (= ${binary:Version}),
gir1.2-infgsasl-1.0 (= ${binary:Version}),
gir1.2-infgnutls-3.0 (= ${binary:Version})
Depends: ${gir:Depends}, ${misc:Depends}
Section: introspection
Multi-Arch: same
Description: infinote-based collaborative editing - gir bindings
libinfinity is library to build collaborative text editors. Changes
to the text buffers are synced to all other clients over a central server.
Even though a central server is involved, the local user sees his changes
applied instantly and the merging is done on the individual clients.
.
This package can be used by other packages using the GIRepository format to
generate dynamic bindings.
Package: infinoted
Section: net
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: infinoted-0.5 (<< 0.5.2-3~)
Breaks: infinoted-0.5 (<< 0.5.2-3~)
Conflicts: infinoted-0.4, infinoted-0.3
Description: dedicated server for infinote-based collaborative editing
infinoted is a dedicated server which allows clients to edit plain text
documents and source files collaboratively over a network. Changes
to the documents are synchronised instantly to the other clients.
.
It serves the documents using the same protocol as gobby-0.5.
|