[Pkg-erlang-commits] r1445 - erlang/trunk/debian
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Fri Jun 1 21:02:37 UTC 2012
Author: sgolovan
Date: 2012-06-01 21:02:37 +0000 (Fri, 01 Jun 2012)
New Revision: 1445
Modified:
erlang/trunk/debian/changelog
erlang/trunk/debian/rules
Log:
[erlang]
* Switched to xz compression of binary packages to save mirror disk space
and network bandwidth.
Modified: erlang/trunk/debian/changelog
===================================================================
--- erlang/trunk/debian/changelog 2012-06-01 20:58:36 UTC (rev 1444)
+++ erlang/trunk/debian/changelog 2012-06-01 21:02:37 UTC (rev 1445)
@@ -5,8 +5,10 @@
they are needed to run escripts. This makes two recommended dependencies
on erlang-dev unnecesary.
* Moved sources of the erl_docgen application to the erlang-src package.
+ * Switched to xz compression of binary packages to save mirror disk space
+ and network bandwidth.
- -- Sergei Golovan <sgolovan at debian.org> Sat, 02 Jun 2012 00:50:54 +0400
+ -- Sergei Golovan <sgolovan at debian.org> Sat, 02 Jun 2012 01:02:17 +0400
erlang (1:15.b.1-dfsg-2) unstable; urgency=low
Modified: erlang/trunk/debian/rules
===================================================================
--- erlang/trunk/debian/rules 2012-06-01 20:58:36 UTC (rev 1444)
+++ erlang/trunk/debian/rules 2012-06-01 21:02:37 UTC (rev 1445)
@@ -435,7 +435,7 @@
dh_shlibdeps -i
dh_gencontrol -i
dh_md5sums -i
- dh_builddeb -i
+ dh_builddeb -i -- -Z xz
binary-arch: $(BINARY_TARGETS)
@@ -476,7 +476,7 @@
dh_gencontrol -a -Nerlang-base -Nerlang-base-hipe -- \
-Verlang-base='$(ERLANGBASE)'
dh_md5sums -a -Nerlang-base-hipe
- dh_builddeb -a -Nerlang-base-hipe
+ dh_builddeb -a -Nerlang-base-hipe -- -Z xz
binary-erlang-base-hipe: build-stamp
dh_testdir
@@ -509,7 +509,7 @@
dh_gencontrol -perlang-base-hipe -- \
-Vlibsctp:Version='$(LIBSCTPDEP)'
dh_md5sums -perlang-base-hipe
- dh_builddeb -perlang-base-hipe
+ dh_builddeb -perlang-base-hipe -- -Z xz
binary: binary-indep binary-arch
More information about the Pkg-erlang-commits
mailing list