[Pkg-octave-commit] r946 - octave-epstk/trunk/debian

Rafael Laboissiere rafael at alioth.debian.org
Wed May 30 08:58:52 UTC 2007


Author: rafael
Date: 2007-05-30 08:58:51 +0000 (Wed, 30 May 2007)
New Revision: 946

Modified:
   octave-epstk/trunk/debian/changelog
   octave-epstk/trunk/debian/rules
Log:
Debian release octave-epstk_2.2-3

Modified: octave-epstk/trunk/debian/changelog
===================================================================
--- octave-epstk/trunk/debian/changelog	2007-05-29 18:38:17 UTC (rev 945)
+++ octave-epstk/trunk/debian/changelog	2007-05-30 08:58:51 UTC (rev 946)
@@ -1,3 +1,10 @@
+octave-epstk (2.2-3) unstable; urgency=low
+
+  * debian/rules: Avoid compression of *.js files, such that the
+    documentation can be accessed (thanks to Stefan Müller)
+
+ -- Rafael Laboissiere <rafael at debian.org>  Wed, 30 May 2007 09:37:01 +0200
+
 octave-epstk (2.2-2) unstable; urgency=low
 
   * debian/patches/60_source-etc-epstk-conf.patch: Fixed loading of the

Modified: octave-epstk/trunk/debian/rules
===================================================================
--- octave-epstk/trunk/debian/rules	2007-05-29 18:38:17 UTC (rev 945)
+++ octave-epstk/trunk/debian/rules	2007-05-30 08:58:51 UTC (rev 946)
@@ -12,6 +12,9 @@
 # but no other .jpg files)
 DEB_DH_INSTALL_ARGS += --exclude=myNewSymbol.psd
 
+# Do not compress the JavaScript files, needed for the documentation
+DEB_COMPRESS_EXCLUDE = .js
+
 # Poor man's "make check"
 build/octave-epstk:: build-stamp
 build-stamp:




More information about the Pkg-octave-commit mailing list