summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Fritsch <sf@debian.org>2008-06-28 10:52:22 +0000
committerStefan Fritsch <sf@sfritsch.de>2012-01-02 10:36:55 +0100
commite92c5e94b79c9f5ce58c04f01797f7149f3f7994 (patch)
tree27170af9a26c6f5ec5b9bee050fb2bca9c69a73e
parent23af0178ef0ba4323e0937d864529c1c963a8a7f (diff)
downloadapache2-e92c5e94b79c9f5ce58c04f01797f7149f3f7994.tar.gz
commit missing README.source
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-apache/trunk/apache2@725 01b336ce-410b-0410-9a02-a0e7f243c266
-rw-r--r--debian/README.source17
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 00000000..f9b5b308
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,17 @@
+Debian-apache uses dpatch to make changes to the upstream source.
+
+To apply all of the patches run:
+./debian/rules patch
+
+To unapply all of the patches run:
+./debian/rules unpatch
+
+To add (or edit) a patch run:
+dpatch-edit-patch name_of_patch_goes_here
+#make your changes
+exit
+
+dpatch will make a new patch in debian/patches/ if one with that name doesn't already exist, otherwise it will change the existing one.
+To make it get used add it to debian/patches/00list .
+
+To make a patch not get used remove it from debian/patches/00list .