[DRE-commits] [passenger] 02/02: Exclude more docs that contains embedded minified js and css.

Felix Geyer fgeyer at moszumanska.debian.org
Sat May 2 21:33:53 UTC 2015


This is an automated email from the git hooks/post-receive script.

fgeyer pushed a commit to branch master
in repository passenger.

commit 256aaae42c22f8b57ae24041cf7f5391b321836c
Author: Felix Geyer <fgeyer at debian.org>
Date:   Sat May 2 23:29:24 2015 +0200

    Exclude more docs that contains embedded minified js and css.
---
 debian/changelog | 1 +
 debian/rules     | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 3482026..66d06de 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ passenger (5.0.7-1) UNRELEASED; urgency=medium
   * Refresh patches.
   * Use the bundled libev as it now has local modifications.
   * Bump Standards-Version to 3.9.6, no changes needed.
+  * Exclude more docs that contains embedded minified js and css.
 
  -- Felix Geyer <fgeyer at debian.org>  Sat, 02 May 2015 20:25:22 +0200
 
diff --git a/debian/rules b/debian/rules
index 88c3fc3..72d6799 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,7 +26,9 @@ override_dh_auto_install:
 		cp -a pkg/fakeroot$$ruby/* debian/tmp/; \
 	done
 	rm -f debian/tmp/usr/share/doc/phusion-passenger/images/._phusion_banner.png
+	rm -f debian/tmp/usr/share/doc/passenger/CloudLicensingConfiguration.html
 	rm -f debian/tmp/usr/share/doc/passenger/Packaging.html
+	rm -f debian/tmp/usr/share/doc/passenger/ServerOptimizationGuide.html
 
 override_dh_auto_clean:
 	dh_auto_clean -O--buildsystem=ruby

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/passenger.git



More information about the Pkg-ruby-extras-commits mailing list