[Pkg-erlang-commits] r1775 - in erlang-cl/tags: . 1.2.1-4/debian 1.2.1-4/debian/patches

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


Author: sgolovan
Date: 2016-04-03 07:30:10 +0000 (Sun, 03 Apr 2016)
New Revision: 1775

Added:
   erlang-cl/tags/1.2.1-4/
   erlang-cl/tags/1.2.1-4/debian/changelog
   erlang-cl/tags/1.2.1-4/debian/control
   erlang-cl/tags/1.2.1-4/debian/patches/rebar.patch
   erlang-cl/tags/1.2.1-4/debian/patches/series
Removed:
   erlang-cl/tags/1.2.1-4/debian/changelog
   erlang-cl/tags/1.2.1-4/debian/control
   erlang-cl/tags/1.2.1-4/debian/patches/series
Log:
[svn-buildpackage] Tagging erlang-cl 1.2.1-4

Deleted: erlang-cl/tags/1.2.1-4/debian/changelog
===================================================================
--- erlang-cl/trunk/debian/changelog	2015-12-27 10:11:30 UTC (rev 1750)
+++ erlang-cl/tags/1.2.1-4/debian/changelog	2016-04-03 07:30:10 UTC (rev 1775)
@@ -1,19 +0,0 @@
-erlang-cl (1.2.1-3) UNRELEASED; urgency=low
-
-  * NOT RELEASED YET
-
- -- Sergei Golovan <sgolovan at debian.org>  Sat, 17 May 2014 07:58:50 +0400
-
-erlang-cl (1.2.1-2) unstable; urgency=low
-
-  * Rebuild against the current ocl-icd-opencl-dev package to fix
-    dependencies (closes: #748360).
-  * Bumped standards version to 3.9.5.
-
- -- Sergei Golovan <sgolovan at debian.org>  Sat, 17 May 2014 07:49:36 +0400
-
-erlang-cl (1.2.1-1) unstable; urgency=low
-
-  * Initial release (closes: #726635).
-
- -- Sergei Golovan <sgolovan at debian.org>  Thu, 17 Oct 2013 22:44:17 +0400

Copied: erlang-cl/tags/1.2.1-4/debian/changelog (from rev 1774, erlang-cl/trunk/debian/changelog)
===================================================================
--- erlang-cl/tags/1.2.1-4/debian/changelog	                        (rev 0)
+++ erlang-cl/tags/1.2.1-4/debian/changelog	2016-04-03 07:30:10 UTC (rev 1775)
@@ -0,0 +1,27 @@
+erlang-cl (1.2.1-4) unstable; urgency=medium
+
+  * Fixed GNU/kFreeBSD and GNU/Hurd build options for ports.
+  * Bumped standards version to 3.9.7.
+
+ -- Sergei Golovan <sgolovan at debian.org>  Sun, 03 Apr 2016 10:24:45 +0300
+
+erlang-cl (1.2.1-3) unstable; urgency=medium
+
+  * Added info on erlang-cl Debian package VCS.
+  * Bumped standards version to 3.9.6.
+
+ -- Sergei Golovan <sgolovan at debian.org>  Wed, 30 Dec 2015 08:46:03 +0300
+
+erlang-cl (1.2.1-2) unstable; urgency=low
+
+  * Rebuild against the current ocl-icd-opencl-dev package to fix
+    dependencies (closes: #748360).
+  * Bumped standards version to 3.9.5.
+
+ -- Sergei Golovan <sgolovan at debian.org>  Sat, 17 May 2014 07:49:36 +0400
+
+erlang-cl (1.2.1-1) unstable; urgency=low
+
+  * Initial release (closes: #726635).
+
+ -- Sergei Golovan <sgolovan at debian.org>  Thu, 17 Oct 2013 22:44:17 +0400

Deleted: erlang-cl/tags/1.2.1-4/debian/control
===================================================================
--- erlang-cl/trunk/debian/control	2015-12-27 10:11:30 UTC (rev 1750)
+++ erlang-cl/tags/1.2.1-4/debian/control	2016-04-03 07:30:10 UTC (rev 1775)
@@ -1,18 +0,0 @@
-Source: erlang-cl
-Maintainer: Debian Erlang Packagers <pkg-erlang-devel at lists.alioth.debian.org>
-Uploaders: Sergei Golovan <sgolovan at debian.org>
-Section: libs
-Priority: optional
-Build-Depends: debhelper (>= 9.0.0), erlang-dev, erlang-edoc, dh-rebar, ocl-icd-opencl-dev
-Standards-Version: 3.9.5
-Homepage: https://github.com/tonyrog/cl
-
-Package: erlang-cl
-Architecture: any
-Section: libs
-Priority: optional
-Depends: ${erlang:Depends}, ${misc:Depends}, ${shlibs:Depends}
-Description: Erlang OpenCL bindings
- CL is an application which provides OpenCL bindings to Erlang.
- It resembles C API from http://www.khronos.org/opencl as close
- as possible.

Copied: erlang-cl/tags/1.2.1-4/debian/control (from rev 1774, erlang-cl/trunk/debian/control)
===================================================================
--- erlang-cl/tags/1.2.1-4/debian/control	                        (rev 0)
+++ erlang-cl/tags/1.2.1-4/debian/control	2016-04-03 07:30:10 UTC (rev 1775)
@@ -0,0 +1,20 @@
+Source: erlang-cl
+Maintainer: Debian Erlang Packagers <pkg-erlang-devel at lists.alioth.debian.org>
+Uploaders: Sergei Golovan <sgolovan at debian.org>
+Section: libs
+Priority: optional
+Build-Depends: debhelper (>= 9.0.0), erlang-dev, erlang-edoc, dh-rebar, ocl-icd-opencl-dev
+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/
+
+Package: erlang-cl
+Architecture: any
+Section: libs
+Priority: optional
+Depends: ${erlang:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Description: Erlang OpenCL bindings
+ CL is an application which provides OpenCL bindings to Erlang.
+ It resembles C API from http://www.khronos.org/opencl as close
+ as possible.

Copied: erlang-cl/tags/1.2.1-4/debian/patches/rebar.patch (from rev 1774, erlang-cl/trunk/debian/patches/rebar.patch)
===================================================================
--- erlang-cl/tags/1.2.1-4/debian/patches/rebar.patch	                        (rev 0)
+++ erlang-cl/tags/1.2.1-4/debian/patches/rebar.patch	2016-04-03 07:30:10 UTC (rev 1775)
@@ -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"},

Deleted: erlang-cl/tags/1.2.1-4/debian/patches/series
===================================================================
--- erlang-cl/trunk/debian/patches/series	2015-12-27 10:11:30 UTC (rev 1750)
+++ erlang-cl/tags/1.2.1-4/debian/patches/series	2016-04-03 07:30:10 UTC (rev 1775)
@@ -1,2 +0,0 @@
-version.patch
-doclet.patch

Copied: erlang-cl/tags/1.2.1-4/debian/patches/series (from rev 1774, erlang-cl/trunk/debian/patches/series)
===================================================================
--- erlang-cl/tags/1.2.1-4/debian/patches/series	                        (rev 0)
+++ erlang-cl/tags/1.2.1-4/debian/patches/series	2016-04-03 07:30:10 UTC (rev 1775)
@@ -0,0 +1,3 @@
+version.patch
+doclet.patch
+rebar.patch




More information about the Pkg-erlang-commits mailing list