[Pkg-scala-commits] [SCM] Scala packaging branch, master, updated. debian/2.7.5.dfsg-1-4-g5900ba5

Mehdi Dogguy mehdi at debian.org
Mon Sep 7 13:00:40 UTC 2009


The following commit has been merged in the master branch:
commit beeecdcbe5178a45594c83f6b4bd30176645e998
Author: Min Huang <min.huang at alumni.usc.edu>
Date:   Sun Sep 6 12:26:57 2009 +0200

    Do not compress script.js

diff --git a/debian/changelog b/debian/changelog
index 55372aa..282fa29 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+scala (2.7.5.dfsg-2) unstable; urgency=low
+
+  * Do not compress script.js (Closes: #545051).
+
+ -- Min Huang <min.huang at alumni.usc.edu>  Sun, 06 Sep 2009 12:54:53 +0200
+
 scala (2.7.5.dfsg-1) unstable; urgency=low
 
   * New Upstream Version
@@ -141,4 +147,3 @@ scala (2.1.1-1) unstable; urgency=low
   * Initial Release.
 
  -- Lex Spoon <lex at debian.org>  Sun, 26 Mar 2006 14:45:26 +0100
-
diff --git a/debian/rules b/debian/rules
index 5e65050..54fc019 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,5 +8,8 @@ override_dh_auto_build:
 override_dh_auto_clean:
 	rm -rf simpbuild
 
+override_dh_compress:
+	dh_compress -Xscript.js
+
 %:
 	dh $@

-- 
Scala packaging



More information about the Pkg-scala-commits mailing list