Fix two lintian 2.x warnings
[conkeror.git] / debian / README.source
blob04e34da2a0de6fc5e74f92a911b2c82ec7535c91
1 Packaging Conkeror for Debian
2 -----------------------------
4 Since end of 2008, the Conkeror Debian packaging code is hosted in the
5 upstream git repository at http://repo.or.cz/w/conkeror.git.
7 Generating the Debian source package from a git working copy is done
8 by the script in contrib/debian/update.sh. It
10 * pulls all changes from the git repository at
11   http://repo.or.cz/w/conkeror.git,
12 * renames the directory of the working copy according to the current
13   date and
14 * generates a source package which then includes everything except the
15   .git directories and the debian directories.
17 Packages built that way and released into the public (either as
18 official debian package or via some personal but public repository)
19 should be tagged in the git repository appropriately:
21   * Official Debian packages should be tagged "debian-$debian_package_version"
22   * Other package should be tagged "$person-$package_version"
23   * Automatically built daily snapshots shouldn't be tagged in the
24     repository as they include enough information to determine what
25     state they're based upon.
27 That way we can always easily identify which state has been packaged.
29  -- Axel Beckert <abe@deuxchevaux.org>  Sun, 01 Feb 2009 21:01:15 +0100