1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 22:06:38 +02:00

Update debian packaging: add new binary package 'weechat-dev' (plugins development headers).

This commit is contained in:
Emmanuel Bouthenot
2009-05-08 22:34:36 +00:00
parent 7945e24900
commit 757eef66cb
4 changed files with 14 additions and 0 deletions
+1
View File
@@ -7,6 +7,7 @@ weechat (0.2.7-1) experimental; urgency=low
- Add weechat-doc (Documentation)
- Add weechat-core (locales files, essential plugins)
- Add weechat-dbg (gdb debugging symbols)
- Add weechat-dev (plugins developement files)
* Adjust Build-Depends for new tcl plugin (update debian/copyright).
* Remove quilt from Build-Depends (patches merged upstream).
* Switch packaging from cdbs to plain debhelper.
+10
View File
@@ -80,6 +80,16 @@ Description: Fast, light and extensible IRC client - documentation
.
This package contains the html documentation for WeeChat.
Package: weechat-dev
Section: devel
Architecture: all
Depends: ${misc:Depends}
Description: Fast, light and extensible IRC client - developement headers
WeeChat (Wee Enhanced Environment for Chat) is a fast and light IRC client
for many operating systems. Everything can be done with a keyboard.
.
This package contains the headers needed to build plugins.
Package: weechat-dbg
Section: debug
Priority: extra
+1
View File
@@ -0,0 +1 @@
usr/include/weechat
+2
View File
@@ -0,0 +1,2 @@
usr/include/weechat/*
usr/lib/pkgconfig/*