[Pkg-opencl-devel] [beignet] 06/47: Imported Debian patch 0.1-1
Andreas Beckmann
anbe at moszumanska.debian.org
Fri Oct 31 21:45:47 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 70048f2dbe79e9d15037ac4d2c59436eb135943b
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 --git a/debian/changelog b/debian/changelog
index f691dfe..ba92740 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+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
diff --git a/debian/patches/soname b/debian/patches/soname
index d7d84e2..2e270fd 100644
--- a/debian/patches/soname
+++ b/debian/patches/soname
@@ -2,10 +2,10 @@ 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}
@@ -13,21 +13,21 @@ Index: beignet-0.0.0+git2013.04.11+e6b503e/backend/src/CMakeLists.txt
-
+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