[openlayers] 03/06: Don't compress examples to not break expected filenames.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Fri Mar 20 14:15:32 UTC 2015


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

sebastic pushed a commit to branch master
in repository openlayers.

commit f84a556f82cce7c337c85045e9e3b4e795752dc8
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Mar 20 14:15:54 2015 +0100

    Don't compress examples to not break expected filenames.
---
 debian/changelog | 1 +
 debian/rules     | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 766d6c1..3f62c28 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ openlayers (2.13.1+ds2-1~exp2) experimental; urgency=medium
   * Update patch to use packaged JQuery & OpenLayers in the examples.
     (closes: #658387)
   * Add firebug license & copyright.
+  * Don't compress examples to not break expected filenames.
 
  -- Bas Couwenberg <sebastic at debian.org>  Fri, 20 Mar 2015 04:13:58 +0100
 
diff --git a/debian/rules b/debian/rules
index 9dbd4d9..fb78c71 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,6 +44,9 @@ override_dh_install:
 	# Remove duplicate license & readme
 	$(RM) debian/*/usr/share/doc/*/examples/Firebug/*.txt
 
+override_dh_compress:
+	dh_compress -Xexamples
+
 get-orig-source:
 	debian/get-orig-source
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/openlayers.git



More information about the Pkg-grass-devel mailing list