[Pkg-erlang-commits] r1192 - erlang-doc-html/trunk/debian
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Sat Feb 27 07:21:17 UTC 2010
Author: sgolovan
Date: 2010-02-27 07:21:17 +0000 (Sat, 27 Feb 2010)
New Revision: 1192
Modified:
erlang-doc-html/trunk/debian/changelog
erlang-doc-html/trunk/debian/rules
Log:
* New upstream release.
Modified: erlang-doc-html/trunk/debian/changelog
===================================================================
--- erlang-doc-html/trunk/debian/changelog 2010-02-22 11:00:23 UTC (rev 1191)
+++ erlang-doc-html/trunk/debian/changelog 2010-02-27 07:21:17 UTC (rev 1192)
@@ -1,8 +1,8 @@
-erlang-doc-html (1:13.b.2.1-dfsg-3) UNRELEASED; urgency=low
+erlang-doc-html (1:13.b.3-dfsg-1) unstable; urgency=low
- * NOT RELEASED YET
+ * New upstream release.
- -- Sergei Golovan <sgolovan at debian.org> Wed, 30 Sep 2009 13:28:57 +0400
+ -- Sergei Golovan <sgolovan at debian.org> Sat, 27 Feb 2010 10:04:16 +0300
erlang-doc-html (1:13.b.2.1-dfsg-2) unstable; urgency=low
Modified: erlang-doc-html/trunk/debian/rules
===================================================================
--- erlang-doc-html/trunk/debian/rules 2010-02-22 11:00:23 UTC (rev 1191)
+++ erlang-doc-html/trunk/debian/rules 2010-02-27 07:21:17 UTC (rev 1192)
@@ -79,7 +79,7 @@
dh_testroot
dh_installdocs
dh_installchangelogs
- dh_compress -X.txt -X.erl -X.hrl -X.c -X.js -X.kwc
+ dh_compress -X.txt -X.erl -X.hrl -X.c -X.js -X.kwc -X.pdf -X.eix
dh_fixperms
dh_makeshlibs
dh_installdeb
@@ -96,9 +96,9 @@
get-orig-source:
CURDIR=`pwd` && TMPDIR=`mktemp -d /tmp/erlang-doc-html.XXXXXX` && \
cd $$TMPDIR && \
- wget -O - http://www.erlang.org/download/otp_doc_html_R13B02-1.tar.gz | tar zx && \
+ wget -O - http://www.erlang.org/download/otp_doc_html_R13B03.tar.gz | tar zx && \
rm -rfv lib/megaco-*/doc/standard/ && \
- tar -zcf $$CURDIR/erlang-doc-html_13.b.2.1-dfsg.orig.tar.gz . && \
+ tar -zcf $$CURDIR/erlang-doc-html_13.b.3-dfsg.orig.tar.gz . && \
rm -rf $$TMPDIR
.PHONY: build build-indep build-arch clean binary-indep binary-arch binary install get-orig-source
More information about the Pkg-erlang-commits
mailing list