summaryrefslogtreecommitdiff
path: root/hurd/running/debian/patch_submission.mdwn
diff options
context:
space:
mode:
authorGNU Hurd wiki engine <web-hurd@gnu.org>2007-12-19 14:33:45 +0000
committerGNU Hurd wiki engine <web-hurd@gnu.org>2007-12-19 14:33:45 +0000
commit9eae8a2f8291ad2ed822188c5144a61285508e7c (patch)
tree0e700ddb5bd2d09feac83906695df2a85f18f155 /hurd/running/debian/patch_submission.mdwn
parent5771a775c35da91efe1a61e73be24ae59c8a6aec (diff)
web commit by MichaelBanck: redone as hurd/running/debian/patch_submission
Diffstat (limited to 'hurd/running/debian/patch_submission.mdwn')
-rw-r--r--hurd/running/debian/patch_submission.mdwn30
1 files changed, 30 insertions, 0 deletions
diff --git a/hurd/running/debian/patch_submission.mdwn b/hurd/running/debian/patch_submission.mdwn
new file mode 100644
index 00000000..83916e43
--- /dev/null
+++ b/hurd/running/debian/patch_submission.mdwn
@@ -0,0 +1,30 @@
+[[meta copyright="Copyright © 2007 Free Software Foundation, Inc."]]
+[[meta license="Permission is granted to copy, distribute and/or modify this
+document under the terms of the GNU Free Documentation License, Version 1.2 or
+any later version published by the Free Software Foundation; with no Invariant
+Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license
+is included in the section entitled
+[[GNU_Free_Documentation_License|/fdl]]."]]
+
+If you fixed a Debian package which FTBFS (fails to build from source), you should submit the patch so that all users can profit from your work.
+
+If it is not a Debian-specific patch, you should strongly consider submitting the patch upstream for inclusion. This applies even more so if it is a GNU package, or otherwise frequently used package, or you know upstream anyway.
+
+If you had to change the code considerably and are not 100% sure you did not introduce a regression, or are not very experienced with these kinds of code changes, you should first submit your patch for review to the Debian alioth patch tracker at http://alioth.debian.org/tracker/?atid=410472&group_id=30628&func=browse
+
+If the patch is trivial, or one of the Debian porters approved your patch for submission, submit the patch to the Debian BTS (bug tracking system). You can either use the reportbug tool, or just simple mail. In any case, you should follow these guidelines:
+
+
+ * Subject/But title should be "<source-package>: FTBFS on hurd-i386: <reason>"
+ * Severity: should be "important"
+ * Add "Tags: patch"
+
+In the bug description, mention that the package fails to build on hurd-i386 and (if possible) quote the failure. If possible, point to the failing build log from http://buildd.debian-ports.org/build.php
+
+Then, explain the failure (Debian maintainers usually do not know much about Hurd-specific failures), and attach the patch.
+
+The patch should be in unidiff form.
+
+If the package uses a patch system, it is preferable to submit the patch in a ready to use form (e.g. as a dpatch), but this is not required. Also, try to keep the patch small, e.g. do not submit a 100k autotools diff for a one-line change in configure.in or a Makefile.am, but in this case mention that autotools need to be rerun and let the maintainer choose (you can suggest you would file a complete diff if the maintainer prefers)
+
+Last but not least, try to be courteous.