[scala-2.10] 42/166: Do not compress script.js
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Nov 15 12:43:25 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository scala-2.10.
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
---
debian/changelog | 7 ++++++-
debian/rules | 3 +++
2 files changed, 9 insertions(+), 1 deletion(-)
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 $@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/scala-2.10.git
More information about the pkg-java-commits
mailing list