debian: add package weechat-headless with the headless binary and its man page
This commit is contained in:
parent
fc584316da
commit
5f2ed55c97
@ -25,6 +25,7 @@ Documentation::
|
|||||||
Build::
|
Build::
|
||||||
|
|
||||||
* core: fix build with CMake and Ninja
|
* core: fix build with CMake and Ninja
|
||||||
|
* debian: add package weechat-headless with the headless binary and its man page
|
||||||
|
|
||||||
[[v2.1]]
|
[[v2.1]]
|
||||||
== Version 2.1 (2018-03-18)
|
== Version 2.1 (2018-03-18)
|
||||||
|
@ -17,6 +17,17 @@ https://weechat.org/files/changelog/ChangeLog-devel.html[ChangeLog]
|
|||||||
(file _ChangeLog.adoc_ in sources).
|
(file _ChangeLog.adoc_ in sources).
|
||||||
|
|
||||||
|
|
||||||
|
[[v2.2]]
|
||||||
|
== Version 2.2 (under dev)
|
||||||
|
|
||||||
|
[[v2.2_debian_headless_package]]
|
||||||
|
=== New Debian package for headless version
|
||||||
|
|
||||||
|
A new Debian package has been added: _weechat-headless_ which contains the
|
||||||
|
binary _weechat-headless_ and its man page.
|
||||||
|
|
||||||
|
In version 2.0, this binary was in the package _weechat-curses_.
|
||||||
|
|
||||||
[[v2.1]]
|
[[v2.1]]
|
||||||
== Version 2.1 (2018-03-18)
|
== Version 2.1 (2018-03-18)
|
||||||
|
|
||||||
@ -98,7 +109,7 @@ For more information about this feature, you can read help with:
|
|||||||
|
|
||||||
The Debian packaging has changed (for now only on weechat.org repositories,
|
The Debian packaging has changed (for now only on weechat.org repositories,
|
||||||
not in Debian official repositories). +
|
not in Debian official repositories). +
|
||||||
The package `weechat-plugins` has been split into 9 packages:
|
The package _weechat-plugins_ has been split into 9 packages:
|
||||||
|
|
||||||
- weechat-plugins (with only the following plugins: aspell, exec, fifo, relay,
|
- weechat-plugins (with only the following plugins: aspell, exec, fifo, relay,
|
||||||
script, trigger)
|
script, trigger)
|
||||||
|
@ -28,7 +28,8 @@ Vcs-Browser: https://anonscm.debian.org/git/users/kolter/weechat.git
|
|||||||
|
|
||||||
Package: weechat-devel
|
Package: weechat-devel
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${misc:Depends}, weechat-devel-curses (>= ${source:Version})
|
Depends: ${misc:Depends}, weechat-devel-curses (>= ${source:Version}) |
|
||||||
|
weechat-devel-headless (>= ${source:Version})
|
||||||
Suggests: weechat-devel-doc (= ${source:Version})
|
Suggests: weechat-devel-doc (= ${source:Version})
|
||||||
Conflicts: weechat
|
Conflicts: weechat
|
||||||
Description: Fast, light and extensible chat client (metapackage)
|
Description: Fast, light and extensible chat client (metapackage)
|
||||||
@ -79,6 +80,34 @@ Description: Fast, light and extensible chat client - console client
|
|||||||
.
|
.
|
||||||
This package provides the console client (ncurses).
|
This package provides the console client (ncurses).
|
||||||
|
|
||||||
|
Package: weechat-devel-headless
|
||||||
|
Architecture: any
|
||||||
|
Depends: ${misc:Depends}, ${shlibs:Depends}, weechat-devel-core (= ${binary:Version})
|
||||||
|
Conflicts: weechat-headless
|
||||||
|
Recommends: weechat-devel-plugins (= ${binary:Version})
|
||||||
|
Suggests: weechat-devel-doc (= ${source:Version})
|
||||||
|
Description: Fast, light and extensible chat client - console client
|
||||||
|
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
|
||||||
|
for many operating systems. Everything can be done with a keyboard.
|
||||||
|
It is customizable and extensible with plugins/scripts, and includes:
|
||||||
|
- support of IRC protocol (native)
|
||||||
|
- support of XMPP/Jabber protocol (with additional script)
|
||||||
|
- nicklist
|
||||||
|
- smart hotlist
|
||||||
|
- horizontal and vertical split
|
||||||
|
- double charset support (decode/encode)
|
||||||
|
- FIFO pipe for remote control
|
||||||
|
- 256 colors support
|
||||||
|
- incremental text search
|
||||||
|
- dynamic filtering of buffer content
|
||||||
|
- Perl, Python, Ruby, Lua, Tcl, Scheme, JavaScript and PHP scripting
|
||||||
|
- script manager
|
||||||
|
- spell checking
|
||||||
|
- highly customizable and extensible
|
||||||
|
- and much more!
|
||||||
|
.
|
||||||
|
This package provides the headless client.
|
||||||
|
|
||||||
Package: weechat-devel-core
|
Package: weechat-devel-core
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${misc:Depends}, ${shlibs:Depends}
|
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||||||
@ -90,11 +119,12 @@ Description: Fast, light and extensible chat client - core files
|
|||||||
.
|
.
|
||||||
This package provides core plugins and locales files for WeeChat. It
|
This package provides core plugins and locales files for WeeChat. It
|
||||||
currently ships the following plugins: alias, buflist, charset, fset, irc,
|
currently ships the following plugins: alias, buflist, charset, fset, irc,
|
||||||
logger and xfer. It is useless without weechat-curses.
|
logger and xfer. It is useless without weechat-curses or weechat-headless.
|
||||||
|
|
||||||
Package: weechat-devel-plugins
|
Package: weechat-devel-plugins
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${misc:Depends}, ${shlibs:Depends}, weechat-devel-curses (= ${binary:Version})
|
Depends: ${misc:Depends}, ${shlibs:Depends}, weechat-devel-curses (= ${binary:Version}) |
|
||||||
|
weechat-devel-headless (= ${binary:Version})
|
||||||
Conflicts: weechat-plugins
|
Conflicts: weechat-plugins
|
||||||
Description: Fast, light and extensible chat client - plugins
|
Description: Fast, light and extensible chat client - plugins
|
||||||
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
|
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
|
||||||
@ -110,7 +140,8 @@ Description: Fast, light and extensible chat client - plugins
|
|||||||
|
|
||||||
Package: weechat-devel-python
|
Package: weechat-devel-python
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${misc:Depends}, ${shlibs:Depends}, weechat-devel-curses (= ${binary:Version})
|
Depends: ${misc:Depends}, ${shlibs:Depends}, weechat-devel-curses (= ${binary:Version}) |
|
||||||
|
weechat-devel-headless (= ${binary:Version})
|
||||||
Conflicts: weechat-python
|
Conflicts: weechat-python
|
||||||
Description: Fast, light and extensible chat client - python plugin
|
Description: Fast, light and extensible chat client - python plugin
|
||||||
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
|
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
|
||||||
@ -120,7 +151,8 @@ Description: Fast, light and extensible chat client - python plugin
|
|||||||
|
|
||||||
Package: weechat-devel-perl
|
Package: weechat-devel-perl
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${misc:Depends}, ${shlibs:Depends}, weechat-devel-curses (= ${binary:Version})
|
Depends: ${misc:Depends}, ${shlibs:Depends}, weechat-devel-curses (= ${binary:Version}) |
|
||||||
|
weechat-devel-headless (= ${binary:Version})
|
||||||
Conflicts: weechat-perl
|
Conflicts: weechat-perl
|
||||||
Description: Fast, light and extensible chat client - perl plugin
|
Description: Fast, light and extensible chat client - perl plugin
|
||||||
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
|
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
|
||||||
@ -130,7 +162,8 @@ Description: Fast, light and extensible chat client - perl plugin
|
|||||||
|
|
||||||
Package: weechat-devel-ruby
|
Package: weechat-devel-ruby
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${misc:Depends}, ${shlibs:Depends}, weechat-devel-curses (= ${binary:Version})
|
Depends: ${misc:Depends}, ${shlibs:Depends}, weechat-devel-curses (= ${binary:Version}) |
|
||||||
|
weechat-devel-headless (= ${binary:Version})
|
||||||
Conflicts: weechat-ruby
|
Conflicts: weechat-ruby
|
||||||
Description: Fast, light and extensible chat client - ruby plugin
|
Description: Fast, light and extensible chat client - ruby plugin
|
||||||
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
|
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
|
||||||
@ -140,7 +173,8 @@ Description: Fast, light and extensible chat client - ruby plugin
|
|||||||
|
|
||||||
Package: weechat-devel-lua
|
Package: weechat-devel-lua
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${misc:Depends}, ${shlibs:Depends}, weechat-devel-curses (= ${binary:Version})
|
Depends: ${misc:Depends}, ${shlibs:Depends}, weechat-devel-curses (= ${binary:Version}) |
|
||||||
|
weechat-devel-headless (= ${binary:Version})
|
||||||
Conflicts: weechat-lua
|
Conflicts: weechat-lua
|
||||||
Description: Fast, light and extensible chat client - lua plugin
|
Description: Fast, light and extensible chat client - lua plugin
|
||||||
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
|
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
|
||||||
@ -150,7 +184,8 @@ Description: Fast, light and extensible chat client - lua plugin
|
|||||||
|
|
||||||
Package: weechat-devel-tcl
|
Package: weechat-devel-tcl
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${misc:Depends}, ${shlibs:Depends}, weechat-devel-curses (= ${binary:Version})
|
Depends: ${misc:Depends}, ${shlibs:Depends}, weechat-devel-curses (= ${binary:Version}) |
|
||||||
|
weechat-devel-headless (= ${binary:Version})
|
||||||
Conflicts: weechat-tcl
|
Conflicts: weechat-tcl
|
||||||
Description: Fast, light and extensible chat client - tcl plugin
|
Description: Fast, light and extensible chat client - tcl plugin
|
||||||
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
|
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
|
||||||
@ -160,7 +195,8 @@ Description: Fast, light and extensible chat client - tcl plugin
|
|||||||
|
|
||||||
Package: weechat-devel-guile
|
Package: weechat-devel-guile
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${misc:Depends}, ${shlibs:Depends}, weechat-devel-curses (= ${binary:Version})
|
Depends: ${misc:Depends}, ${shlibs:Depends}, weechat-devel-curses (= ${binary:Version}) |
|
||||||
|
weechat-devel-headless (= ${binary:Version})
|
||||||
Conflicts: weechat-guile
|
Conflicts: weechat-guile
|
||||||
Description: Fast, light and extensible chat client - guile plugin
|
Description: Fast, light and extensible chat client - guile plugin
|
||||||
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
|
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
|
||||||
@ -170,7 +206,8 @@ Description: Fast, light and extensible chat client - guile plugin
|
|||||||
|
|
||||||
Package: weechat-devel-javascript
|
Package: weechat-devel-javascript
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${misc:Depends}, ${shlibs:Depends}, weechat-devel-curses (= ${binary:Version})
|
Depends: ${misc:Depends}, ${shlibs:Depends}, weechat-devel-curses (= ${binary:Version}) |
|
||||||
|
weechat-devel-headless (= ${binary:Version})
|
||||||
Conflicts: weechat-javascript
|
Conflicts: weechat-javascript
|
||||||
Description: Fast, light and extensible chat client - javascript plugin
|
Description: Fast, light and extensible chat client - javascript plugin
|
||||||
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
|
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
|
||||||
@ -180,8 +217,8 @@ Description: Fast, light and extensible chat client - javascript plugin
|
|||||||
|
|
||||||
Package: weechat-devel-php
|
Package: weechat-devel-php
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${misc:Depends}, ${shlibs:Depends}, weechat-devel-curses (= ${binary:Version}),
|
Depends: ${misc:Depends}, ${shlibs:Depends}, weechat-devel-curses (= ${binary:Version}) |
|
||||||
libphp7.2-embed
|
weechat-devel-headless (= ${binary:Version}), libphp7.2-embed
|
||||||
Conflicts: weechat-php
|
Conflicts: weechat-php
|
||||||
Description: Fast, light and extensible chat client - php plugin
|
Description: Fast, light and extensible chat client - php plugin
|
||||||
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
|
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
|
||||||
@ -216,7 +253,8 @@ Section: debug
|
|||||||
Priority: extra
|
Priority: extra
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${misc:Depends}, weechat-devel-curses (= ${binary:Version}) |
|
Depends: ${misc:Depends}, weechat-devel-curses (= ${binary:Version}) |
|
||||||
weechat-devel-core (= ${binary:Version}), weechat-devel-plugins (= ${binary:Version})
|
weechat-devel-headless (= ${binary:Version}) | weechat-devel-core (= ${binary:Version}),
|
||||||
|
weechat-devel-plugins (= ${binary:Version})
|
||||||
Conflicts: weechat-dbg
|
Conflicts: weechat-dbg
|
||||||
Description: Fast, light and extensible chat client - debugging symbols
|
Description: Fast, light and extensible chat client - debugging symbols
|
||||||
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
|
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
|
||||||
|
1
debian-devel/weechat-devel-headless.dirs
Symbolic link
1
debian-devel/weechat-devel-headless.dirs
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../debian-stable/weechat-headless.dirs
|
1
debian-devel/weechat-devel-headless.install
Symbolic link
1
debian-devel/weechat-devel-headless.install
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../debian-stable/weechat-headless.install
|
@ -28,7 +28,8 @@ Vcs-Browser: https://anonscm.debian.org/git/users/kolter/weechat.git
|
|||||||
|
|
||||||
Package: weechat
|
Package: weechat
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${misc:Depends}, weechat-curses (>= ${source:Version})
|
Depends: ${misc:Depends}, weechat-curses (>= ${source:Version}) |
|
||||||
|
weechat-headless (>= ${source:Version})
|
||||||
Suggests: weechat-doc (= ${source:Version})
|
Suggests: weechat-doc (= ${source:Version})
|
||||||
Description: Fast, light and extensible chat client (metapackage)
|
Description: Fast, light and extensible chat client (metapackage)
|
||||||
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
|
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
|
||||||
@ -79,6 +80,35 @@ Description: Fast, light and extensible chat client - console client
|
|||||||
.
|
.
|
||||||
This package provides the console client (ncurses).
|
This package provides the console client (ncurses).
|
||||||
|
|
||||||
|
Package: weechat-headless
|
||||||
|
Architecture: any
|
||||||
|
Depends: ${misc:Depends}, ${shlibs:Depends}, weechat-core (= ${binary:Version})
|
||||||
|
Conflicts: weechat-common
|
||||||
|
Breaks: weechat-scripts (<= 20090221-1)
|
||||||
|
Recommends: weechat-plugins (= ${binary:Version})
|
||||||
|
Suggests: weechat-doc (= ${source:Version})
|
||||||
|
Description: Fast, light and extensible chat client - console client
|
||||||
|
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
|
||||||
|
for many operating systems. Everything can be done with a keyboard.
|
||||||
|
It is customizable and extensible with plugins/scripts, and includes:
|
||||||
|
- support of IRC protocol (native)
|
||||||
|
- support of XMPP/Jabber protocol (with additional script)
|
||||||
|
- nicklist
|
||||||
|
- smart hotlist
|
||||||
|
- horizontal and vertical split
|
||||||
|
- double charset support (decode/encode)
|
||||||
|
- FIFO pipe for remote control
|
||||||
|
- 256 colors support
|
||||||
|
- incremental text search
|
||||||
|
- dynamic filtering of buffer content
|
||||||
|
- Perl, Python, Ruby, Lua, Tcl, Scheme, JavaScript and PHP scripting
|
||||||
|
- script manager
|
||||||
|
- spell checking
|
||||||
|
- highly customizable and extensible
|
||||||
|
- and much more!
|
||||||
|
.
|
||||||
|
This package provides the headless client.
|
||||||
|
|
||||||
Package: weechat-core
|
Package: weechat-core
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${misc:Depends}, ${shlibs:Depends}
|
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||||||
@ -90,11 +120,12 @@ Description: Fast, light and extensible chat client - core files
|
|||||||
.
|
.
|
||||||
This package provides core plugins and locales files for WeeChat. It
|
This package provides core plugins and locales files for WeeChat. It
|
||||||
currently ships the following plugins: alias, buflist, charset, fset, irc,
|
currently ships the following plugins: alias, buflist, charset, fset, irc,
|
||||||
logger and xfer. It is useless without weechat-curses.
|
logger and xfer. It is useless without weechat-curses or weechat-headless.
|
||||||
|
|
||||||
Package: weechat-plugins
|
Package: weechat-plugins
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${misc:Depends}, ${shlibs:Depends}, weechat-curses (= ${binary:Version})
|
Depends: ${misc:Depends}, ${shlibs:Depends}, weechat-curses (= ${binary:Version}) |
|
||||||
|
weechat-headless (= ${binary:Version})
|
||||||
Suggests: weechat-scripts (>> 20090221-1)
|
Suggests: weechat-scripts (>> 20090221-1)
|
||||||
Description: Fast, light and extensible chat client - plugins
|
Description: Fast, light and extensible chat client - plugins
|
||||||
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
|
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
|
||||||
@ -110,7 +141,8 @@ Description: Fast, light and extensible chat client - plugins
|
|||||||
|
|
||||||
Package: weechat-python
|
Package: weechat-python
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${misc:Depends}, ${shlibs:Depends}, weechat-curses (= ${binary:Version})
|
Depends: ${misc:Depends}, ${shlibs:Depends}, weechat-curses (= ${binary:Version}) |
|
||||||
|
weechat-headless (= ${binary:Version})
|
||||||
Description: Fast, light and extensible chat client - python plugin
|
Description: Fast, light and extensible chat client - python plugin
|
||||||
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
|
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
|
||||||
for many operating systems. Everything can be done with a keyboard.
|
for many operating systems. Everything can be done with a keyboard.
|
||||||
@ -119,7 +151,8 @@ Description: Fast, light and extensible chat client - python plugin
|
|||||||
|
|
||||||
Package: weechat-perl
|
Package: weechat-perl
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${misc:Depends}, ${shlibs:Depends}, weechat-curses (= ${binary:Version})
|
Depends: ${misc:Depends}, ${shlibs:Depends}, weechat-curses (= ${binary:Version}) |
|
||||||
|
weechat-headless (= ${binary:Version})
|
||||||
Description: Fast, light and extensible chat client - perl plugin
|
Description: Fast, light and extensible chat client - perl plugin
|
||||||
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
|
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
|
||||||
for many operating systems. Everything can be done with a keyboard.
|
for many operating systems. Everything can be done with a keyboard.
|
||||||
@ -128,7 +161,8 @@ Description: Fast, light and extensible chat client - perl plugin
|
|||||||
|
|
||||||
Package: weechat-ruby
|
Package: weechat-ruby
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${misc:Depends}, ${shlibs:Depends}, weechat-curses (= ${binary:Version})
|
Depends: ${misc:Depends}, ${shlibs:Depends}, weechat-curses (= ${binary:Version}) |
|
||||||
|
weechat-headless (= ${binary:Version})
|
||||||
Description: Fast, light and extensible chat client - ruby plugin
|
Description: Fast, light and extensible chat client - ruby plugin
|
||||||
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
|
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
|
||||||
for many operating systems. Everything can be done with a keyboard.
|
for many operating systems. Everything can be done with a keyboard.
|
||||||
@ -137,7 +171,8 @@ Description: Fast, light and extensible chat client - ruby plugin
|
|||||||
|
|
||||||
Package: weechat-lua
|
Package: weechat-lua
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${misc:Depends}, ${shlibs:Depends}, weechat-curses (= ${binary:Version})
|
Depends: ${misc:Depends}, ${shlibs:Depends}, weechat-curses (= ${binary:Version}) |
|
||||||
|
weechat-headless (= ${binary:Version})
|
||||||
Description: Fast, light and extensible chat client - lua plugin
|
Description: Fast, light and extensible chat client - lua plugin
|
||||||
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
|
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
|
||||||
for many operating systems. Everything can be done with a keyboard.
|
for many operating systems. Everything can be done with a keyboard.
|
||||||
@ -146,7 +181,8 @@ Description: Fast, light and extensible chat client - lua plugin
|
|||||||
|
|
||||||
Package: weechat-tcl
|
Package: weechat-tcl
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${misc:Depends}, ${shlibs:Depends}, weechat-curses (= ${binary:Version})
|
Depends: ${misc:Depends}, ${shlibs:Depends}, weechat-curses (= ${binary:Version}) |
|
||||||
|
weechat-headless (= ${binary:Version})
|
||||||
Description: Fast, light and extensible chat client - tcl plugin
|
Description: Fast, light and extensible chat client - tcl plugin
|
||||||
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
|
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
|
||||||
for many operating systems. Everything can be done with a keyboard.
|
for many operating systems. Everything can be done with a keyboard.
|
||||||
@ -155,7 +191,8 @@ Description: Fast, light and extensible chat client - tcl plugin
|
|||||||
|
|
||||||
Package: weechat-guile
|
Package: weechat-guile
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${misc:Depends}, ${shlibs:Depends}, weechat-curses (= ${binary:Version})
|
Depends: ${misc:Depends}, ${shlibs:Depends}, weechat-curses (= ${binary:Version}) |
|
||||||
|
weechat-headless (= ${binary:Version})
|
||||||
Description: Fast, light and extensible chat client - guile plugin
|
Description: Fast, light and extensible chat client - guile plugin
|
||||||
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
|
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
|
||||||
for many operating systems. Everything can be done with a keyboard.
|
for many operating systems. Everything can be done with a keyboard.
|
||||||
@ -164,7 +201,8 @@ Description: Fast, light and extensible chat client - guile plugin
|
|||||||
|
|
||||||
Package: weechat-javascript
|
Package: weechat-javascript
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${misc:Depends}, ${shlibs:Depends}, weechat-curses (= ${binary:Version})
|
Depends: ${misc:Depends}, ${shlibs:Depends}, weechat-curses (= ${binary:Version}) |
|
||||||
|
weechat-headless (= ${binary:Version})
|
||||||
Description: Fast, light and extensible chat client - javascript plugin
|
Description: Fast, light and extensible chat client - javascript plugin
|
||||||
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
|
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
|
||||||
for many operating systems. Everything can be done with a keyboard.
|
for many operating systems. Everything can be done with a keyboard.
|
||||||
@ -173,8 +211,8 @@ Description: Fast, light and extensible chat client - javascript plugin
|
|||||||
|
|
||||||
Package: weechat-php
|
Package: weechat-php
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${misc:Depends}, ${shlibs:Depends}, weechat-curses (= ${binary:Version}),
|
Depends: ${misc:Depends}, ${shlibs:Depends}, weechat-curses (= ${binary:Version}) |
|
||||||
libphp7.2-embed
|
weechat-headless (= ${binary:Version}), libphp7.2-embed
|
||||||
Description: Fast, light and extensible chat client - php plugin
|
Description: Fast, light and extensible chat client - php plugin
|
||||||
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
|
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
|
||||||
for many operating systems. Everything can be done with a keyboard.
|
for many operating systems. Everything can be done with a keyboard.
|
||||||
@ -206,7 +244,8 @@ Section: debug
|
|||||||
Priority: extra
|
Priority: extra
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${misc:Depends}, weechat-curses (= ${binary:Version}) |
|
Depends: ${misc:Depends}, weechat-curses (= ${binary:Version}) |
|
||||||
weechat-core (= ${binary:Version}), weechat-plugins (= ${binary:Version})
|
weechat-headless (= ${binary:Version}) | weechat-core (= ${binary:Version}),
|
||||||
|
weechat-plugins (= ${binary:Version})
|
||||||
Description: Fast, light and extensible chat client - debugging symbols
|
Description: Fast, light and extensible chat client - debugging symbols
|
||||||
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
|
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
|
||||||
for many operating systems. Everything can be done with a keyboard.
|
for many operating systems. Everything can be done with a keyboard.
|
||||||
|
@ -1,7 +1,4 @@
|
|||||||
usr/bin/weechat
|
usr/bin/weechat
|
||||||
usr/bin/weechat-headless
|
|
||||||
debian/weechat.xpm usr/share/pixmaps
|
debian/weechat.xpm usr/share/pixmaps
|
||||||
usr/share/man/man1/weechat.1
|
usr/share/man/man1/weechat.1
|
||||||
usr/share/man/*/man1/weechat.1
|
usr/share/man/*/man1/weechat.1
|
||||||
usr/share/man/man1/weechat-headless.1
|
|
||||||
usr/share/man/*/man1/weechat-headless.1
|
|
||||||
|
1
debian-stable/weechat-headless.dirs
Normal file
1
debian-stable/weechat-headless.dirs
Normal file
@ -0,0 +1 @@
|
|||||||
|
usr/bin
|
3
debian-stable/weechat-headless.install
Normal file
3
debian-stable/weechat-headless.install
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
usr/bin/weechat-headless
|
||||||
|
usr/share/man/man1/weechat-headless.1
|
||||||
|
usr/share/man/*/man1/weechat-headless.1
|
Loading…
x
Reference in New Issue
Block a user