File: README.Debian.dev

package info (click to toggle)
pidgin 2.4.3-4lenny8
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 63,264 kB
  • ctags: 26,894
  • sloc: ansic: 286,555; sh: 9,224; makefile: 3,410; python: 1,150; perl: 236; cs: 209; tcl: 96; xml: 10
file content (25 lines) | stat: -rw-r--r-- 1,317 bytes parent folder | download | duplicates (7)
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
README for pidgin-dev - How to package Pidgin plugins
-------------------------------------------------

First, let me explain the current Pidgin versioning scheme (as of 1.0.0):
Every time the plugin API in pidgin is made backwards-incompatible with
previous versions, the major version number (the first number before the .)
is incremented. So if currently in the pidgin 2.x series, the next
time the API will change such that plugins may need to be changed is 
at 3.0.0.

pidgin plugin packages should be named pidgin-<plugin name>, so for
Guifications, the package name should be pidgin-guifications. Plugin packages
should build-depend on pidgin-dev (>= minimum pidgin version required to
support plugin).  Normally the minimum version of pidgin-dev will just
be 2.0.0 for the 2.x series, or higher if the plugin uses a new function
introduced in a later version.

Plugin packages should also use dh_pidgin to set the correct dependencies
for the resulting package. dh_pidgin is included in the pidgin-dev package,
and can be used by making sure the Depends: field in the plugin package's 
debian/control file contains "${misc:Depends}", the Conflicts: field contains
"${misc:Conflicts}", as well as calling dh_pidgin from debian/rules, normally
in the install rule.

-- Ari Pollak <ari@debian.org>  25 Sep 2006