]> git.madduck.net Git - code/vcsh.git/blob - PACKAGING.md

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Keep worktree relative to GIT_DIR
[code/vcsh.git] / PACKAGING.md
1 # Distributions with readily available packages
2
3 ## Archlinux
4
5 AUR does not require any packaging information within this repository.
6
7 ## Debian
8
9 Debian packages are provided by the author in separate branches, maintained in
10 the upstream repository
11
12 ### Ubuntu
13
14 Ubuntu imports Debian's package automagically.
15
16
17 ## Mac OS X / Homebrew
18
19 Homebrew does not require any packaging information within this repository.
20 A separate branch with a statically compiled manpage and release tags is
21 provided to ease the work of Homebrew packagers:
22
23 * The static manpage because Homebrew lacks ronn
24 * The tag so GitHub generates tarballs Homebrew can be pointed at
25
26
27 # Supporting new distributions
28
29 ## Your own work
30
31 If you are maintaining a package for a different distribution, please get
32 in touch so your work can be included in a packaging branch in the upstream
33 repository.
34 This allows others to adapt your work for their own distributions or
35 packaging needs.
36
37 ## Static manpage
38
39 The "debian-squeeze" branch carries a quilt patchset with a pre-compiled
40 manpage and the "homebrew" one carries a static manpage.
41
42 In case you can not build the manpage because you are missing ronn or you
43 prefer a precompiled manpage for another reason, please contact us; we will
44 gladly provide up-to-date packages with every release.