summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Fritsch <sf@debian.org>2008-02-16 17:34:03 +0000
committerStefan Fritsch <sf@sfritsch.de>2012-01-02 10:36:51 +0100
commit640fe2a5bed8625139798a5b1312aa8654287a2d (patch)
treeff97dbae75fa33e2583d823aafdc1e26ccda8bc1
parent4dd342c08d229fe1c99765d76f7bbac39aba19b4 (diff)
downloadapache2-640fe2a5bed8625139798a5b1312aa8654287a2d.tar.gz
call gzip in the correct target
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-apache/trunk/apache2@587 01b336ce-410b-0410-9a02-a0e7f243c266
-rwxr-xr-xdebian/rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index 095fe340..a0671b5d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -257,8 +257,6 @@ binary-indep: install
dh_testroot -i
dh_installdirs -i
dh_installdocs -i
- # always compress to make the symlink work
- gzip -9 debian/apache2.2-common/usr/share/doc/apache2.2-common/README.Debian
ln -sf ../apache2.2-common/README.Debian.gz debian/apache2/usr/share/doc/apache2/
mkdir -p debian/apache2/usr/share/bug/apache2
ln -sf ../apache2.2-common/script debian/apache2/usr/share/bug/apache2
@@ -277,6 +275,8 @@ binary-arch: install
dh_testroot -a
dh_installdirs -a
dh_installdocs -a debian/README.backtrace
+ # always compress to make the symlink work
+ gzip -9 debian/apache2.2-common/usr/share/doc/apache2.2-common/README.Debian
dh_installman -a
dh_installchangelogs -a CHANGES
rm -f debian/apache2-dbg/usr/share/doc/apache2-dbg/changelog