diff options
author | Stefan Fritsch <sf@debian.org> | 2008-07-02 08:15:46 +0000 |
---|---|---|
committer | Stefan Fritsch <sf@sfritsch.de> | 2012-01-02 10:36:56 +0100 |
commit | 862fe81881106ef84ea75d509ad722f40a5445e9 (patch) | |
tree | 3cf4d16466c7c0cf5dcc463c4a625d09f9c4b36a | |
parent | 8f1c28b1480b3b6a55985ec0ba1bdb8be06bca74 (diff) | |
download | apache2-862fe81881106ef84ea75d509ad722f40a5445e9.tar.gz |
Remove empty dir from apache2-doc to fix Lintian warning
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-apache/trunk/apache2@754 01b336ce-410b-0410-9a02-a0e7f243c266
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/rules | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 27290f1b..63ed80e5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -27,6 +27,7 @@ apache2 (2.2.9-3) UNRELEASED; urgency=low README.Debian. (Closes: #457708) * Add hint about the "could not create rewrite_log_lock" error message to README.Debian. (Closes: #450831) + * Remove empty dir from apache2-doc to fix Lintian warning. * Always pass -g to gcc instead of relying on dpkg-buildpackage to set CFLAGS. We always want the debug info for the apache2-dbg package. diff --git a/debian/rules b/debian/rules index 4c63e173..ccb2574d 100755 --- a/debian/rules +++ b/debian/rules @@ -240,6 +240,7 @@ install: build install-worker install-prefork install-common install-dev install debian/apache2-doc/usr/share/doc/apache2-doc/manual.orig/style \ debian/apache2-doc/usr/share/doc/apache2-doc/manual rmdir debian/apache2-doc/usr/share/doc/apache2-doc/manual/style/lang + rmdir debian/apache2-doc/usr/share/doc/apache2-doc/manual/style/xsl/util rm -r debian/apache2-doc/usr/share/doc/apache2-doc/manual.orig #apache2-utils extras |