dpkg-source.1 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556
  1. .\" Authors: Ian Jackson, Raphael Hertzog
  2. .TH dpkg\-source 1 "2009-11-11" "Debian Project" "dpkg utilities"
  3. .SH NAME
  4. dpkg\-source \- Debian source package (.dsc) manipulation tool
  5. .
  6. .SH SYNOPSIS
  7. .B dpkg\-source
  8. .RI [ options ]
  9. .I command
  10. .
  11. .SH DESCRIPTION
  12. .B dpkg\-source
  13. packs and unpacks Debian source archives.
  14. None of these commands allow multiple options to be combined into one,
  15. and they do not allow the value for an option to be specified in a
  16. separate argument.
  17. .
  18. .SH COMMANDS
  19. .TP
  20. .BI "\-x " filename ".dsc " \fR[\fPoutput-directory\fR]\fP
  21. Extract a source package. One non-option argument must be supplied,
  22. the name of the Debian source control file
  23. .RB ( .dsc ).
  24. An optional second non-option argument may be supplied to specify the
  25. directory to extract the source package to, this must not exist. If
  26. no output directory is specified, the source package is extracted into
  27. a directory named \fIsource\fR-\fIversion\fR under the current working
  28. directory.
  29. .B dpkg\-source
  30. will read the names of the other file(s) making up the source package
  31. from the control file; they are assumed to be in the same directory as
  32. the
  33. .BR .dsc .
  34. The files in the extracted package will have their permissions and
  35. ownerships set to those which would have been expected if the files
  36. and directories had simply been created - directories and executable
  37. files will be 0777 and plain files will be 0666, both modified by the
  38. extractors' umask; if the parent directory is setgid then the
  39. extracted directories will be too, and all the files and directories
  40. will inherit its group ownership.
  41. If the source package uses a non-standard format (currently this means all
  42. formats except "1.0"), its name will be stored in
  43. \fBdebian/source/format\fP so that the following builds of the source
  44. package use the same format by default.
  45. .TP
  46. .RI "\fB\-b\fP " directory " [" format-specific-parameters ]
  47. Build a source package. The first non-option argument is taken as the
  48. name of the directory containing the debianized source tree (i.e. with a
  49. debian sub-directory and maybe changes to the original files).
  50. Depending on the source package format used to build the package,
  51. additional parameters might be accepted.
  52. \fBdpkg\-source\fP will build the source package with the first format
  53. that works from this ordered list:
  54. the format(s) indicated with the \fI\-\-format\fP command-line option(s),
  55. the format indicated in \fBdebian/source/format\fP,
  56. "1.0", "3.0 (native)". See section \fBSOURCE PACKAGE FORMATS\fP for an
  57. extensive description of the various source package formats.
  58. .TP
  59. .RI "\fB\-\-print\-format\fP " directory
  60. Print the source format that would be used to build the source package if
  61. \fBdpkg\-source \-b \fIdirectory\fR was called (in the same conditions and
  62. with the same options).
  63. .TP
  64. .BR \-h ", " \-\-help
  65. Show the usage message and exit.
  66. .TP
  67. .BR \-\-version
  68. Show the version and exit.
  69. .
  70. .SH GENERIC BUILD OPTIONS
  71. .TP
  72. .BI \-c controlfile
  73. Specifies the main source control file to read information from. The
  74. default is
  75. .BR debian/control .
  76. If given with relative pathname this is interpreted starting at
  77. the source tree's top level directory.
  78. .TP
  79. .BI \-l changelogfile
  80. Specifies the change log file to read information from. The
  81. default is
  82. .BR debian/changelog .
  83. If given with relative pathname this is interpreted starting at
  84. the source tree's top level directory.
  85. .TP
  86. .BI \-F changelogformat
  87. Specifies the format of the changelog. By default the format is read
  88. from a special line near the bottom of the changelog or failing that
  89. defaults to the debian standard format.
  90. .TP
  91. .BI \-\-format= value
  92. Try first the given format for building the source package. If used
  93. multiple times, they are tried in order. It does
  94. override any format given in \fBdebian/source/format\fP.
  95. .TP
  96. .BI \-V name = value
  97. Set an output substitution variable.
  98. See \fBdeb\-substvars\fP(5) for a discussion of output substitution.
  99. .TP
  100. .BI \-T substvarsfile
  101. Read substitution variables in
  102. .IR substvarsfile ;
  103. the default is to not read any file.
  104. .TP
  105. .BI \-D field = value
  106. Override or add an output control file field.
  107. .TP
  108. .BI \-U field
  109. Remove an output control file field.
  110. .TP
  111. .BR \-Z "\fIcompression\fP, " \-\-compression =\fIcompression\fP
  112. Specify the compression to use for created files (tarballs and diffs).
  113. Note that this option will not cause existing tarballs to be recompressed,
  114. it only affects new files. Supported values are:
  115. .IR gzip ", " bzip2 ", " lzma " and " xz .
  116. \fIgzip\fP is the default. \fIxz\fP is only supported since
  117. dpkg-dev 1.15.5.
  118. .TP
  119. .BR \-z "\fIlevel\fP, " \-\-compression\-level =\fIlevel\fP
  120. Compression level to use. As with \fB\-Z\fP it only affects newly created
  121. files. Supported values are:
  122. .IR 1 " to " 9 ", " best ", and " fast .
  123. \fI9\fP is the default.
  124. .TP
  125. .BR \-i [\fIregexp\fP]
  126. You may specify a perl regular expression to match files you want
  127. filtered out of the list of files for the diff. (This list is
  128. generated by a find command.) (If the source package is being built as a
  129. version 3 source package using a VCS, this can be used to ignore
  130. uncommited changes on specific files. Using \-i.* will ignore all of them.)
  131. \fB\-i\fP by itself enables the option, with a default regexp that will
  132. filter out control files and directories of the most common revision
  133. control systems, backup and swap files and Libtool build output
  134. directories. There can only be one active regexp, of multiple
  135. \fB\-i\fP options only the last one will take effect.
  136. This is very helpful in cutting out extraneous files that get included
  137. in the diff, e.g. if you maintain your source in a revision control
  138. system and want to use a checkout to build a source package without
  139. including the additional files and directories that it will usually
  140. contain (e.g. CVS/, .cvsignore, .svn/). The default regexp is already
  141. very exhaustive, but if you need to replace it, please note that by
  142. default it can match any part of a path, so if you want to match the
  143. begin of a filename or only full filenames, you will need to provide
  144. the necessary anchors (e.g. '(^|/)', '($|/)') yourself.
  145. .TP
  146. .BR \-I [\fIfile-pattern\fP]
  147. If this option is specified, the pattern will be passed to
  148. .BR tar (1)'s
  149. \-\-exclude
  150. option when it is called to generate a .orig.tar or .tar file. For
  151. example, \-ICVS will make tar skip over CVS directories when generating
  152. a .tar.gz file. The option may be repeated multiple times to list multiple
  153. patterns to exclude.
  154. \fB\-I\fP by itself adds default \-\-exclude options that will
  155. filter out control files and directories of the most common revision
  156. control systems, backup and swap files and Libtool build output
  157. directories.
  158. .PP
  159. .B Note:
  160. While they have similar purposes, \fB-i\fP and \fB-I\fP have very
  161. different syntax and semantics. \fB-i\fP can only be specified once and
  162. takes a perl compatible regular expression which is matched against
  163. the full relative path of each file. \fB-I\fP can specified
  164. multiple times and takes a filename pattern with shell wildcards.
  165. The pattern is applied to the full relative path but also
  166. to each part of the path individually. The exact semantic of tar's
  167. \-\-exclude option is somewhat complicated, see
  168. http://www.gnu.org/software/tar/manual/tar.html#wildcards for a full
  169. documentation.
  170. The default regexp and patterns for both options can be seen
  171. in the output of the \fB\-\-help\fP command.
  172. .SH GENERIC EXTRACT OPTIONS
  173. .TP
  174. .BI \-\-no\-copy
  175. Do not copy original tarballs near the extracted source package.
  176. .TP
  177. .BI \-\-no\-check
  178. Do not check signatures and checksums before unpacking.
  179. .TP
  180. .BI \-\-require\-valid\-signature
  181. Refuse to unpack the source package if it doesn't contain an OpenPGP
  182. signature that can be verified either with the user's
  183. \fItrustedkeys.gpg\fP keyring, one of the vendor-specific keyrings, or one
  184. of the official Debian keyrings
  185. (\fI/usr/share/keyrings/debian-keyring.gpg\fP
  186. and \fI/usr/share/keyrings/debian-maintainers.gpg\fP).
  187. .SH SOURCE PACKAGE FORMATS
  188. If you don't know what source format you should use, you should probably
  189. pick either "3.0 (quilt)" or "3.0 (native)". They will become the default
  190. formats in the near future. See http://wiki.debian.org/Projects/DebSrc3.0
  191. for information on the deployment of those formats within Debian.
  192. .SS Format: 1.0
  193. A source package in this format consists either of a \fB.orig.tar.gz\fP
  194. associated to a \fB.diff.gz\fP or a single \fB.tar.gz\fP (in that case
  195. the package is said to be \fInative\fP).
  196. .B Extracting
  197. Extracting a native package is a simple extraction of the single
  198. tarball in the target directory. Extracting a non-native package
  199. is done by first unpacking the \fB.orig.tar.gz\fP and then applying
  200. the patch contained in the \fB.diff.gz\fP file. The timestamp of
  201. all patched files is reset to the extraction time of the source
  202. package (this avoids timestamp skews leading to problems when
  203. autogenerated files are patched). The diff can create new files (the whole
  204. debian directory is created that way) but can't remove files (empty files
  205. will be left over).
  206. .B Building
  207. Building a native package is just creating a single tarball with
  208. the source directory. Building a non-native package involves
  209. extracting the original tarball in a separate ".orig" directory and
  210. regenerating the \fB.diff.gz\fP by comparing the source package
  211. \fIdirectory\fP with the .orig directory.
  212. .TP
  213. .B Build options (with \-b):
  214. .PP
  215. If a second non-option argument is supplied it should be the name of the
  216. original source directory or tarfile or the empty string if the package is
  217. a Debian-specific one and so has no Debianisation diffs. If no second
  218. argument is supplied then
  219. .B dpkg\-source
  220. will look for the original source tarfile
  221. .IB package _ upstream-version .orig.tar.gz
  222. or the original source directory
  223. .IB directory .orig
  224. depending on the \fB\-sX\fP arguments.
  225. .BR \-sa ", " \-sp ", " \-sk ", " \-su " and " \-sr
  226. will not overwrite existing tarfiles or directories. If this is
  227. desired then
  228. .BR \-sA ", " \-sP ", " \-sK ", " \-sU " and " \-sR
  229. should be used instead.
  230. .TP
  231. .BR \-sk
  232. Specifies to expect the original source as a tarfile, by default
  233. .IB package _ upstream-version .orig.tar. extension \fR.
  234. It will leave this original source in place as a tarfile, or copy it
  235. to the current directory if it isn't already there. The
  236. tarball will be unpacked into
  237. .IB directory .orig
  238. for the generation of the diff.
  239. .TP
  240. .B \-sp
  241. Like
  242. .B \-sk
  243. but will remove the directory again afterwards.
  244. .TP
  245. .B \-su
  246. Specifies that the original source is expected as a directory, by
  247. default
  248. .IB package - upstream-version .orig
  249. and
  250. .B dpkg\-source
  251. will create a new original source archive from it.
  252. .TP
  253. .B \-sr
  254. Like
  255. .B \-su
  256. but will remove that directory after it has been used.
  257. .TP
  258. .B \-ss
  259. Specifies that the original source is available both as a directory
  260. and as a tarfile. dpkg-source will use the directory to create the diff, but
  261. the tarfile to create the
  262. .BR .dsc .
  263. This option must be used with care - if the directory and tarfile do
  264. not match a bad source archive will be generated.
  265. .TP
  266. .B \-sn
  267. Specifies to not look for any original source, and to not generate a diff.
  268. The second argument, if supplied, must be the empty string. This is
  269. used for Debian-specific packages which do not have a separate
  270. upstream source and therefore have no debianisation diffs.
  271. .TP
  272. .BR \-sa " or " \-sA
  273. Specifies to look for the original source archive as a tarfile or as a
  274. directory - the second argument, if any, may be either, or the empty
  275. string (this is equivalent to using
  276. .BR \-sn ).
  277. If a tarfile is found it will unpack it to create the diff and remove
  278. it afterwards (this is equivalent to
  279. .BR \-sp );
  280. if a directory is found it will pack it to create the original source
  281. and remove it afterwards (this is equivalent to
  282. .BR \-sr );
  283. if neither is found it will assume that the package has no
  284. debianisation diffs, only a straightforward source archive (this is
  285. equivalent to
  286. .BR \-sn ).
  287. If both are found then \fBdpkg\-source\fP will ignore the directory,
  288. overwriting it, if
  289. .B \-sA
  290. was specified (this is equivalent to
  291. .BR \-sP )
  292. or raise an error if
  293. .B \-sa
  294. was specified.
  295. .B \-sA
  296. is the default.
  297. .TP
  298. .B Extract options (with \-x):
  299. .PP
  300. In all cases any existing original source tree will be removed.
  301. .TP
  302. .B \-sp
  303. Used when extracting then the original source (if any) will be left
  304. as a tarfile. If it is not already located in the current directory
  305. or if an existing but different file is there it will be copied there.
  306. (\fBThis is the default\fP).
  307. .TP
  308. .B \-su
  309. Unpacks the original source tree.
  310. .TP
  311. .B \-sn
  312. Ensures that the original source is neither copied to the current
  313. directory nor unpacked. Any original source tree that was in the
  314. current directory is still removed.
  315. .PP
  316. All the
  317. .BI \-s X
  318. options are mutually exclusive. If you specify more than one only the
  319. last one will be used.
  320. .TP
  321. .B \-\-skip\-debianization
  322. Skips application of the debian diff on top of the upstream sources.
  323. .
  324. .SS Format: 2.0
  325. Also known as wig&pen. This format is not recommended for wide-spread
  326. usage, the format "3.0 (quilt)" replaces it. Wig&pen was the first
  327. specification of a new-generation source package format.
  328. The behaviour of this format is the same as the "3.0 (quilt)" format
  329. except that it doesn't use an explicit list of patches. All files in
  330. \fBdebian/patches/\fP matching the perl regular expression \fB[\\w\-]+\fP
  331. must be valid patches: they are applied at extraction time.
  332. When building a new source package, any change to the upstream source
  333. is stored in a patch named \fBzz_debian-diff-auto\fP.
  334. .
  335. .SS Format: 3.0 (native)
  336. This format is an extension of the native package format as defined
  337. in the 1.0 format. It supports all compression methods and
  338. will ignore by default any VCS specific files and directories
  339. as well as many temporary files (see default value associated to
  340. \fB-I\fP option in the \fB\-\-help\fP output).
  341. .
  342. .SS Format: 3.0 (quilt)
  343. A source package in this format contains at least
  344. an original tarball (\fB.orig.tar.\fP\fIext\fP where \fIext\fP can be
  345. \fBgz\fP, \fBbz2\fP, \fBlzma\fP and \fBxz\fP) and a debian tarball
  346. (\fB.debian.tar.\fP\fIext\fP). It can also contain additional original
  347. tarballs (\fB.orig-\fP\fIcomponent\fP\fB.tar.\fP\fIext\fP).
  348. \fIcomponent\fP can only contain alphanumeric characters and dashes ("-").
  349. .PP
  350. .B Extracting
  351. .PP
  352. The main original tarball is extracted first, then all additional original
  353. tarballs are extracted in subdirectories named after the \fIcomponent\fP
  354. part of their filename (any pre-existing directory is replaced). The
  355. debian tarball is extracted on top of the source directory after prior
  356. removal of any pre-existing \fBdebian\fP directory. Note that the
  357. debian tarball must contain a \fBdebian\fP sub-directory but it
  358. can also contain binary files outside of that directory (see
  359. \fB\-\-include\-binaries\fP option).
  360. .PP
  361. All patches listed in \fBdebian/patches/debian.series\fP or
  362. \fBdebian/patches/series\fP are then applied.
  363. If the former file is used and the latter one doesn't exist (or is a
  364. symlink), then the latter is replaced with a symlink to the former. This
  365. is meant to simplify usage of quilt to manage the set of patches. Note
  366. however that while \fBdpkg\-source\fP parses correctly series files with
  367. explicit options used for patch application (stored on each line
  368. after the patch filename and one or more spaces), it does ignore those
  369. options and always expect patches that can be applied with the \fB-p1\fP
  370. option of \fBpatch\fP. It will thus emit a warning when it encounters
  371. such options, and the build is likely to fail.
  372. .PP
  373. Similarly to quilt's default behaviour, the patches can remove files too.
  374. .PP
  375. The file \fBdebian/patches/.dpkg-source-applied\fP is created if some
  376. patches have been applied during the extraction.
  377. .PP
  378. .B Building
  379. .PP
  380. All original tarballs found in the current directory are extracted in a
  381. temporary directory by following the same logic as for the unpack, the
  382. debian directory is copied over in the temporary directory, and all
  383. patches except \fBdebian-changes-\fP\fIversion\fP are applied.
  384. The temporary directory is compared to the source package directory
  385. and the diff (if non-empty) is stored in
  386. \fBdebian/patches/debian-changes-\fP\fIversion\fP. Any change
  387. on a binary file is not representable in a diff and will thus lead to a
  388. failure unless the maintainer deliberately decided to include that
  389. modified binary file in the debian tarball (by listing it in
  390. \fBdebian/source/include-binaries\fP). The build will also fail if it
  391. finds binary files in the debian sub-directory unless they have been
  392. whitelisted through \fBdebian/source/include-binaries\fP.
  393. The updated debian directory and the list of modified binaries is then
  394. used to generate the debian tarball.
  395. The automatically generated diff doesn't include changes on VCS specific
  396. files as well as many temporary files (see default value associated to
  397. \fB-i\fP option in the \fB\-\-help\fP output). In particular, the
  398. \fB.pc\fP directory used by quilt is ignored during generation of the
  399. automatic patch.
  400. Note: \fBdpkg\-source\fP expects the source tree to have all patches
  401. listed in the series file applied when you generate the source package.
  402. This is not the case when the source tree has been obtained by unpacking a
  403. source package using the Format: 1.0 for instance. To mitigate the
  404. problem, \fBdpkg\-source\fP will apply the patches by itself if it
  405. believes that they have not yet been applied. To detect this situation, it
  406. uses the following heuristic: if a \fB.pc\fP subdirectory is detected, it
  407. will call \fBquilt unapplied\fP to find out if some patches are not
  408. applied. After that, it will take the first patch of the series (or the
  409. first unapplied patch returned by \fBquilt unapplied\fP, if any) and
  410. verify if it can be applied without errors. If the verification succeeds,
  411. it concludes that patches have not been applied and will apply them all.
  412. The option \fB\-\-no\-preparation\fP can be used to disable this
  413. behaviour.
  414. .PP
  415. .B Build options
  416. .TP
  417. .B \-\-include\-removal
  418. Do not ignore removed files and include them in the automatically
  419. generated patch.
  420. .TP
  421. .B \-\-include\-timestamp
  422. Include timestamp in the automatically generated patch.
  423. .TP
  424. .B \-\-include\-binaries
  425. Add all modified binaries in the debian tarball. Also add them to
  426. \fBdebian/source/include-binaries\fP: they will be added by default
  427. in subsequent builds and this option is thus no more needed.
  428. .TP
  429. .B \-\-no\-preparation
  430. Do not try to prepare the build tree by applying patches which are
  431. apparently unapplied.
  432. .PP
  433. .B Extract options
  434. .TP
  435. .B \-\-skip\-debianization
  436. Skips extraction of the debian tarball on top of the upstream sources.
  437. .TP
  438. .B \-\-skip\-patches
  439. Do not apply patches at the end of the extraction.
  440. .TP
  441. .B \-\-without\-quilt
  442. Don't use quilt to apply patches but dpkg-source's own code. It won't be
  443. possible to use quilt directly on the unpacked directory but it will be
  444. free of quilt's temporary files as well.
  445. .
  446. .SS Format: 3.0 (custom)
  447. This format is particular. It doesn't represent a real source package
  448. format but can be used to create source packages with arbitrary files.
  449. .PP
  450. .B Build options
  451. .PP
  452. All non-option arguments are taken as files to integrate in the
  453. generated source package. They must exist and are preferrably
  454. in the current directory. At least one file must be given.
  455. .TP
  456. .BI \-\-target\-format= value
  457. \fBRequired\fP. Defines the real format of the generated source package.
  458. The generated .dsc file will contain this value in its \fIFormat\fP field
  459. and not "3.0 (custom)".
  460. .
  461. .SS Format: 3.0 (git) and 3.0 (bzr)
  462. Those formats are experimental. They generate a single tarball
  463. containing the corresponding VCS repository.
  464. .PP
  465. .B Extracting
  466. .PP
  467. The tarball is unpacked and then the VCS is used to checkout the current
  468. branch.
  469. .PP
  470. .B Building
  471. .PP
  472. Before going any further, some checks are done to ensure that we
  473. don't have any non-ignored uncommitted changes.
  474. .PP
  475. Then the VCS specific part of the source directory is copied over to a
  476. temporary directory. Before this temporary directory is packed in a tarball,
  477. various cleanup are done to save space.
  478. .SH FILE FORMATS
  479. .SS debian/source/format
  480. This file contains on a single line the format that should be used to
  481. build the source package (possible formats are described above). No leading
  482. or trailing spaces are allowed.
  483. .SS debian/source/include-binaries
  484. This file contains a list of binary files (one per line) that should be
  485. included in the debian tarball. Leading and trailing spaces are stripped.
  486. Lines starting with "#" are comments and are skipped. Empty lines are ignored.
  487. .SS debian/source/options
  488. This file contains a list of long options that should be automatically
  489. prepended to the set of command line options of a \fBdpkg\-source \-b\fR
  490. or \fBdpkg\-source \-\-print\-format\fR call. Options like
  491. \fB\-\-compression\fR and \fB\-\-compression\-level\fR are well suited for
  492. this file.
  493. .P
  494. Each option should be put on a separate line. Empty lines and lines
  495. starting with "#" are ignored. The leading "--" should be
  496. stripped and short options are not allowed. Optional spaces are allowed
  497. around the "=" symbol and optional quotes are allowed around the value.
  498. Here's an example of such a file:
  499. .P
  500. # let dpkg-source create a debian.tar.bz2 with maximal compression
  501. compression = "bzip2"
  502. compression-level = 9
  503. .P
  504. Note: \fBformat\fR options are not accepted in this file, you should
  505. use \fBdebian/source/format\fR instead.
  506. .SS debian/patches/series
  507. This file lists all patches that have to be applied (in the given order)
  508. on top of the upstream source package. Leading and trailing spaces are
  509. stripped. Lines starting with "#" are comments and are skipped. Empty
  510. lines are ignored. Remaining lines start with a patch filename (relative
  511. to the \fBdebian/patches/\fP directory) up to the first space character or
  512. the end of line. Optional quilt options can follow up to the end of line
  513. or the first "#" preceded by one or more spaces (which marks the start of
  514. a comment up to the end of line).
  515. .SH BUGS
  516. The point at which field overriding occurs compared to certain
  517. standard output field settings is rather confused.
  518. .SH SEE ALSO
  519. .BR dpkg\-deb (1),
  520. .BR dpkg (1),
  521. .BR dselect (1).
  522. .
  523. .SH AUTHORS
  524. Copyright \(co 1995-1996 Ian Jackson
  525. .br
  526. Copyright \(co 2000 Wichert Akkerman
  527. .br
  528. Copyright \(co 2008-2009 Rapha\[:e]l Hertzog
  529. .sp
  530. This is free software; see the GNU General Public Licence version 2 or later
  531. for copying conditions. There is NO WARRANTY.