[epr-api] 06/06: HTML docs are no longer compressed
Antonio Valentino
a_valentino-guest at moszumanska.debian.org
Sun May 3 07:28:13 UTC 2015
This is an automated email from the git hooks/post-receive script.
a_valentino-guest pushed a commit to branch master
in repository epr-api.
commit e6011efe19a960cfc4d3d3d40db858d5feb086bc
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date: Sun May 3 07:21:33 2015 +0000
HTML docs are no longer compressed
---
debian/changelog | 1 +
debian/rules | 6 +++++-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 358de8f..a189688 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ epr-api (2.3~dev20150503-1) UNRELEASED; urgency=medium
* Removed embedded javascript libraries (added new dependency
from libjs-jquery)
* Updated copyright file
+ * HTML docs are no longer compressed
-- Antonio Valentino <antonio.valentino at tiscali.it> Sun, 03 May 2015 06:38:02 +0000
diff --git a/debian/rules b/debian/rules
index 9ae124f..1279e0f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,6 +21,10 @@ override_dh_auto_build:
rm -f build/docs/epr_c_api/jquery.js
+override_dh_compress:
+ dh_compress -X.html
+
+
override_dh_installchangelogs:
dh_installchangelogs -k CHANGELOG.txt
@@ -31,4 +35,4 @@ get-orig-source:
.PHONY: get-orig-source override_dh_auto_configure override_dh_auto_build \
- override_dh_installchangelogs
+ override_dh_compress override_dh_installchangelogs
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/epr-api.git
More information about the Pkg-grass-devel
mailing list