[Pkg-erlang-commits] r1768 - libsdl-erlang/trunk/debian
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Sun Apr 3 05:29:07 UTC 2016
Author: sgolovan
Date: 2016-04-03 05:29:06 +0000 (Sun, 03 Apr 2016)
New Revision: 1768
Modified:
libsdl-erlang/trunk/debian/changelog
libsdl-erlang/trunk/debian/rules
Log:
[esdl]
* Fixed FTBFS when only architecture dependent packages are to be built.
Modified: libsdl-erlang/trunk/debian/changelog
===================================================================
--- libsdl-erlang/trunk/debian/changelog 2016-04-02 20:26:02 UTC (rev 1767)
+++ libsdl-erlang/trunk/debian/changelog 2016-04-03 05:29:06 UTC (rev 1768)
@@ -1,8 +1,8 @@
-esdl (1.3.1-2) UNRELEASED; urgency=medium
+esdl (1.3.1-2) unstable; urgency=medium
- * NOT RELEASED YET
+ * Fixed FTBFS when only architecture dependent packages are to be built.
- -- Sergei Golovan <sgolovan at debian.org> Sat, 02 Apr 2016 23:25:33 +0300
+ -- Sergei Golovan <sgolovan at debian.org> Sun, 03 Apr 2016 08:28:36 +0300
esdl (1.3.1-1) unstable; urgency=low
Modified: libsdl-erlang/trunk/debian/rules
===================================================================
--- libsdl-erlang/trunk/debian/rules 2016-04-02 20:26:02 UTC (rev 1767)
+++ libsdl-erlang/trunk/debian/rules 2016-04-03 05:29:06 UTC (rev 1768)
@@ -27,8 +27,11 @@
override_dh_compress:
dh_compress -X.wav -X.erl -X.bmp -X.beam -O--buildsystem=rebar
-override_dh_fixperms:
- dh_fixperms -O--buildsystem=rebar
+override_dh_fixperms-arch:
+ dh_fixperms -a -O--buildsystem=rebar
+
+override_dh_fixperms-indep:
+ dh_fixperms -i -O--buildsystem=rebar
chmod a-x debian/erlang-esdl-doc/usr/share/doc/erlang-esdl-doc/html/*
chmod a-x debian/erlang-esdl-doc/usr/share/doc/erlang-esdl-doc/examples/*
@@ -37,4 +40,5 @@
http://heanet.dl.sourceforge.net/sourceforge/esdl/esdl-$(v).src.tgz
.PHONY: get-orig-source override_dh_auto_build override_dh_auto_clean \
- override_dh_auto_install override_dh_compress override_dh_fixperms
+ override_dh_auto_install override_dh_compress override_dh_fixperms-arch \
+ override_dh_fixperms-indep
More information about the Pkg-erlang-commits
mailing list