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
|
Updating doc-linux
------------------
This package mimics the doc-linux package maintained by Colin Watson
Updating doc-linux-fr to include the latest documentation from the Linux
Documentation Project is quite an easy task.
* Make sure you have incremented the upstream version number component of
the first entry in debian/changelog.
* Run 'debian/rules get-orig-source'. This fetches new archives from
upstream, renamed as format 3.0 (quilt) supplementary tarballs, and
update howto-html/ files.
* If the FAQ is updated, check its new version number and document this in
debian/changelog.
* Find out which HOWTOs have changed. This can be done most simply with
“git diff” in the repository. Document the changes in debian/changelog.
* Run 'fakeroot debian/rules orig' to construct a new main .orig tarball.
* Build new packages against this in the normal way.
Apart from the 'orig' target, the doc-linux build procedure
should hold no surprises for someone familiar with Debian packaging.
-- Pierre Machard <pmachard@debian.org> Thu, 3 Feb 2004 20:38:53 +0200
|