CREDITS: update
[conkeror.git] / debian / README.source
blob1858ee822bac5de5366fce23455873ed93af8069
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   * Tilde ("~") is not a valid character in Git tag names, so it
24     should be replaced by two dashes ("--") in tag names.
25   * Automatically built daily snapshots shouldn't be tagged in the
26     repository as they include enough information to determine what
27     state they're based upon.
29 That way we can always easily identify which state has been packaged.
31  -- Axel Beckert <abe@deuxchevaux.org>  Sun, 01 Feb 2009 21:01:15 +0100