]> git.madduck.net Git - code/vcsh.git/commitdiff

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:

Add PACKAGING
authorRichard Hartmann <richih.mailinglist@gmail.com>
Thu, 28 Jun 2012 13:08:59 +0000 (15:08 +0200)
committerRichard Hartmann <richih.mailinglist@gmail.com>
Thu, 28 Jun 2012 13:08:59 +0000 (15:08 +0200)
* Point out that Debian packaging lives in branches in this repo
* Ask third parties to contribute their work so it can be included

PACKAGING [new file with mode: 0644]

diff --git a/PACKAGING b/PACKAGING
new file mode 100644 (file)
index 0000000..16eaed8
--- /dev/null
+++ b/PACKAGING
@@ -0,0 +1,18 @@
+# Archlinux
+
+AUR does not require any packaging information within this repository.
+
+# Debian
+
+Debian packages are provided by the author in separate branches, maintained in
+the upstream repository
+
+## Ubuntu
+
+Ubuntu imports Debian's package automagically.
+
+# Anything else
+
+If you are maintaining a package for a different distribution, please get
+in touch so your work can be included in another branch, thus allowing others
+to adapt it to their needs or to improve it.