[Pkg-opencl-devel] [beignet] 08/66: Imported Debian patch 0.1-1
Andreas Beckmann
anbe at moszumanska.debian.org
Fri Oct 31 07:27:02 UTC 2014
This is an automated email from the git hooks/post-receive script.
anbe pushed a commit to branch master
in repository beignet.
commit 37795571f9e1eaabc2868447e3b3b21c53680bc9
Merge: f3017ab c233a85
Author: Simon Richter <sjr at debian.org>
Date: Tue Apr 16 17:16:18 2013 +0200
Imported Debian patch 0.1-1
debian/changelog | 6 ++++++
debian/patches/soname | 16 ++++++++--------
2 files changed, 14 insertions(+), 8 deletions(-)
diff --cc debian/changelog
index f691dfe,0000000..ba92740
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,29 -1,0 +1,35 @@@
++beignet (0.1-1) unstable; urgency=low
++
++ * New upstream release
++
++ -- Simon Richter <sjr at debian.org> Tue, 16 Apr 2013 17:16:18 +0200
++
+beignet (0.0.0+git2013.04.11+e6b503e-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Simon Richter <sjr at debian.org> Mon, 15 Apr 2013 18:22:45 +0200
+
+beignet (0.0.0+git2013.04.01+d1b234c-4) unstable; urgency=low
+
+ * Build fix for kfreebsd-*
+
+ -- Simon Richter <sjr at debian.org> Fri, 12 Apr 2013 11:22:36 +0200
+
+beignet (0.0.0+git2013.04.01+d1b234c-3) unstable; urgency=low
+
+ * Adjust Build-Depends, Architecture list
+
+ -- Simon Richter <sjr at debian.org> Fri, 12 Apr 2013 10:32:36 +0200
+
+beignet (0.0.0+git2013.04.01+d1b234c-2) unstable; urgency=low
+
+ * Add patch to support size queries in device info
+
+ -- Simon Richter <sjr at debian.org> Thu, 11 Apr 2013 14:00:59 +0200
+
+beignet (0.0.0+git2013.04.01+d1b234c-1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Simon Richter <sjr at debian.org> Tue, 09 Apr 2013 17:14:00 +0200
diff --cc debian/patches/soname
index d7d84e2,0000000..2e270fd
mode 100644,000000..100644
--- a/debian/patches/soname
+++ b/debian/patches/soname
@@@ -1,33 -1,0 +1,33 @@@
+Description: Use proper SONAME
+Author: Simon Richter <sjr at debian.org>
+Last-Update: 2013-04-15
+
- Index: beignet-0.0.0+git2013.04.11+e6b503e/backend/src/CMakeLists.txt
++Index: beignet-0.1/backend/src/CMakeLists.txt
+===================================================================
- --- beignet-0.0.0+git2013.04.11+e6b503e.orig/backend/src/CMakeLists.txt 2013-04-15 19:57:53.000000000 +0200
- +++ beignet-0.0.0+git2013.04.11+e6b503e/backend/src/CMakeLists.txt 2013-04-16 12:38:43.590720375 +0200
++--- beignet-0.1.orig/backend/src/CMakeLists.txt 2013-04-12 08:13:48.000000000 +0200
+++++ beignet-0.1/backend/src/CMakeLists.txt 2013-04-16 17:20:10.497967484 +0200
+@@ -114,7 +114,10 @@
+ ${LLVM_MODULE_LIBS}
+ ${CMAKE_THREAD_LIBS_INIT}
+ ${CMAKE_DL_LIBS})
+-
++set_target_properties(gbe
++ PROPERTIES
- + VERSION 2013-04-11
+++ VERSION 0.1
++ SOVERSION 0)
+ install (TARGETS gbe LIBRARY DESTINATION lib)
+ install (FILES backend/program.h DESTINATION include/gen)
+
- Index: beignet-0.0.0+git2013.04.11+e6b503e/src/CMakeLists.txt
++Index: beignet-0.1/src/CMakeLists.txt
+===================================================================
- --- beignet-0.0.0+git2013.04.11+e6b503e.orig/src/CMakeLists.txt 2013-04-16 12:37:38.774723265 +0200
- +++ beignet-0.0.0+git2013.04.11+e6b503e/src/CMakeLists.txt 2013-04-16 12:39:01.422719580 +0200
++--- beignet-0.1.orig/src/CMakeLists.txt 2013-04-16 17:18:36.000000000 +0200
+++++ beignet-0.1/src/CMakeLists.txt 2013-04-16 17:19:57.913968045 +0200
+@@ -50,4 +50,8 @@
+ ${OPENGL_LIBRARIES}
+ ${OPTIONAL_EGL_LIBRARY}
+ ${GBM_LIBRARY})
++set_target_properties(cl
++ PROPERTIES
- + VERSION 2013-04-11
+++ VERSION 0.1
++ SOVERSION 0)
+ install (TARGETS cl LIBRARY DESTINATION lib)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opencl/beignet.git
More information about the Pkg-opencl-devel
mailing list