[Pkg-erlang-commits] r1774 - in erlang-cl/trunk/debian: . patches

sgolovan at alioth.debian.org sgolovan at alioth.debian.org
Sun Apr 3 07:25:25 UTC 2016


Author: sgolovan
Date: 2016-04-03 07:25:25 +0000 (Sun, 03 Apr 2016)
New Revision: 1774

Added:
   erlang-cl/trunk/debian/patches/rebar.patch
Modified:
   erlang-cl/trunk/debian/changelog
   erlang-cl/trunk/debian/control
   erlang-cl/trunk/debian/patches/series
Log:
[erlang-cl]
  * Fixed GNU/kFreeBSD and GNU/Hurd build options for ports.
  * Bumped standards version to 3.9.7.


Modified: erlang-cl/trunk/debian/changelog
===================================================================
--- erlang-cl/trunk/debian/changelog	2016-04-03 07:20:09 UTC (rev 1773)
+++ erlang-cl/trunk/debian/changelog	2016-04-03 07:25:25 UTC (rev 1774)
@@ -1,8 +1,9 @@
-erlang-cl (1.2.1-4) UNRELEASED; urgency=medium
+erlang-cl (1.2.1-4) unstable; urgency=medium
 
-  * NOT RELEASED YET
+  * Fixed GNU/kFreeBSD and GNU/Hurd build options for ports.
+  * Bumped standards version to 3.9.7.
 
- -- Sergei Golovan <sgolovan at debian.org>  Wed, 30 Dec 2015 08:58:03 +0300
+ -- Sergei Golovan <sgolovan at debian.org>  Sun, 03 Apr 2016 10:24:45 +0300
 
 erlang-cl (1.2.1-3) unstable; urgency=medium
 

Modified: erlang-cl/trunk/debian/control
===================================================================
--- erlang-cl/trunk/debian/control	2016-04-03 07:20:09 UTC (rev 1773)
+++ erlang-cl/trunk/debian/control	2016-04-03 07:25:25 UTC (rev 1774)
@@ -4,7 +4,7 @@
 Section: libs
 Priority: optional
 Build-Depends: debhelper (>= 9.0.0), erlang-dev, erlang-edoc, dh-rebar, ocl-icd-opencl-dev
-Standards-Version: 3.9.6
+Standards-Version: 3.9.7
 Homepage: https://github.com/tonyrog/cl
 Vcs-Svn: svn://anonscm.debian.org/pkg-erlang/erlang-cl/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-erlang/erlang-cl/trunk/

Added: erlang-cl/trunk/debian/patches/rebar.patch
===================================================================
--- erlang-cl/trunk/debian/patches/rebar.patch	                        (rev 0)
+++ erlang-cl/trunk/debian/patches/rebar.patch	2016-04-03 07:25:25 UTC (rev 1774)
@@ -0,0 +1,18 @@
+Author: Sergei Golovan
+Description: Patch fixes GNU/kFreeBSD and GNU/Hurd build by defining
+ appropriate port build options for all gnu based arches.
+Last-Modified: Sun, 03 Apr 2016 10:23:30 +0300
+
+--- a/rebar.config
++++ b/rebar.config
+@@ -5,8 +5,8 @@
+ %% Also see rebar.config.script
+ 
+ {port_env, [
+-	    {"linux", "CFLAGS", "$CFLAGS $OPENCL_INCDIR"},
+-	    {"linux", "LDFLAGS", "$LDFLAGS $OPENCL_LIBDIR -lOpenCL"},
++	    {"gnu", "CFLAGS", "$CFLAGS $OPENCL_INCDIR"},
++	    {"gnu", "LDFLAGS", "$LDFLAGS $OPENCL_LIBDIR -lOpenCL"},
+ 
+ 	    {"darwin", "CFLAGS", "$CFLAGS -DDARWIN"},
+ 	    {"darwin", "LDFLAGS", "$LDFLAGS -framework OpenCL"},

Modified: erlang-cl/trunk/debian/patches/series
===================================================================
--- erlang-cl/trunk/debian/patches/series	2016-04-03 07:20:09 UTC (rev 1773)
+++ erlang-cl/trunk/debian/patches/series	2016-04-03 07:25:25 UTC (rev 1774)
@@ -1,2 +1,3 @@
 version.patch
 doclet.patch
+rebar.patch




More information about the Pkg-erlang-commits mailing list