[Pkg-erlang-commits] r1483 - erlang/branches/experimental/debian
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Thu Jan 17 09:30:02 UTC 2013
Author: sgolovan
Date: 2013-01-17 09:30:02 +0000 (Thu, 17 Jan 2013)
New Revision: 1483
Modified:
erlang/branches/experimental/debian/changelog
erlang/branches/experimental/debian/rules
Log:
[erlang-experimental]
* New upstream bugfix release (closes: #697950).
Modified: erlang/branches/experimental/debian/changelog
===================================================================
--- erlang/branches/experimental/debian/changelog 2013-01-08 12:23:25 UTC (rev 1482)
+++ erlang/branches/experimental/debian/changelog 2013-01-17 09:30:02 UTC (rev 1483)
@@ -1,8 +1,8 @@
-erlang (1:15.b.3-dfsg-2) UNRELEASED; urgency=low
+erlang (1:15.b.3.1-dfsg-1) experimental; urgency=low
- * NOT RELEASED YET
+ * New upstream bugfix release (closes: #697950).
- -- Sergei Golovan <sgolovan at debian.org> Tue, 08 Jan 2013 16:23:23 +0400
+ -- Sergei Golovan <sgolovan at debian.org> Thu, 17 Jan 2013 13:24:17 +0400
erlang (1:15.b.3-dfsg-1) experimental; urgency=low
Modified: erlang/branches/experimental/debian/rules
===================================================================
--- erlang/branches/experimental/debian/rules 2013-01-08 12:23:25 UTC (rev 1482)
+++ erlang/branches/experimental/debian/rules 2013-01-17 09:30:02 UTC (rev 1483)
@@ -514,18 +514,19 @@
binary: binary-indep binary-arch
REL=R15B03-1
-DEB_REL=15.b.3-dfsg
+RELDIR=R15B03
+DEB_REL=15.b.3.1-dfsg
get-orig-source:
CURDIR=`pwd` && TMPDIR=`mktemp -d /tmp/erlang.XXXXXX` && \
cd $$TMPDIR && \
wget -O - http://www.erlang.org/download/otp_src_$(REL).tar.gz | tar -zx && \
- (cd otp_src_$(REL) && \
+ (cd otp_src_$(RELDIR) && \
./otp_build save_bootstrap && \
for f in `cat prebuilt.files` ; do rm -f $$f ; done) && \
- rm -rvf otp_src_$(REL)/lib/*/doc/standard/ && \
- rm -rvf otp_src_$(REL)/lib/*/doc/archive/ && \
- tar -zcf $$CURDIR/erlang_$(DEB_REL).orig.tar.gz otp_src_$(REL) && \
+ rm -rvf otp_src_$(RELDIR)/lib/*/doc/standard/ && \
+ rm -rvf otp_src_$(RELDIR)/lib/*/doc/archive/ && \
+ tar -zcf $$CURDIR/erlang_$(DEB_REL).orig.tar.gz otp_src_$(RELDIR) && \
rm -rf $$TMPDIR
.PHONY: patch unpatch clean-patched clean automake install build build-arch build-indep
More information about the Pkg-erlang-commits
mailing list