diff options
author | Stefan Fritsch <sf@debian.org> | 2008-06-01 15:10:38 +0000 |
---|---|---|
committer | Stefan Fritsch <sf@sfritsch.de> | 2012-01-02 10:36:53 +0100 |
commit | e3ee9039dee1b1102541b06e31f74cfa1ca885ce (patch) | |
tree | 1169d9e55bd08f0ebd4cf3a3364b28e12402eb3a | |
parent | b95917a7e542dfd31e3decbe81badca81e000105 (diff) | |
download | apache2-e3ee9039dee1b1102541b06e31f74cfa1ca885ce.tar.gz |
Add some missing patch descriptions
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-apache/trunk/apache2@682 01b336ce-410b-0410-9a02-a0e7f243c266
-rw-r--r-- | debian/changelog | 6 | ||||
-rwxr-xr-x | debian/patches/201_build_suexec-custom.dpatch | 2 | ||||
-rwxr-xr-x | debian/patches/202_suexec-custom.dpatch | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 49832f10..ff5e1dc3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +apache2 (2.2.8-6) UNRELEASED; urgency=low + + * Add some missing patch descriptions. + + -- Stefan Fritsch <sf@debian.org> Sun, 01 Jun 2008 17:05:40 +0200 + apache2 (2.2.8-5) unstable; urgency=low * Replace a2{en,dis}{mod,site} by a rewritten version that diff --git a/debian/patches/201_build_suexec-custom.dpatch b/debian/patches/201_build_suexec-custom.dpatch index 8fe5bd92..f656df3f 100755 --- a/debian/patches/201_build_suexec-custom.dpatch +++ b/debian/patches/201_build_suexec-custom.dpatch @@ -2,7 +2,7 @@ ## 201_make_suexec-custom.dpatch by Stefan Fritsch <sf@debian.org> ## ## All lines beginning with `## DP:' are a description of the patch. -## DP: No description. +## DP: add suexec-custom to the build system @DPATCH@ diff -urNad trunk~/Makefile.in trunk/Makefile.in diff --git a/debian/patches/202_suexec-custom.dpatch b/debian/patches/202_suexec-custom.dpatch index a5f6229c..bcf23679 100755 --- a/debian/patches/202_suexec-custom.dpatch +++ b/debian/patches/202_suexec-custom.dpatch @@ -2,7 +2,7 @@ ## 202_suexec-custom.dpatch by Stefan Fritsch <sf@debian.org> ## ## All lines beginning with `## DP:' are a description of the patch. -## DP: No description. +## DP: the actual patch to make suexec-custom read a config file @DPATCH@ diff -urNad trunk~/support/suexec-custom.c trunk/support/suexec-custom.c |