[graywolf] 02/02: New changelog entry. Added new build-dependency Refreshed patches Removed symbols in violating files from libycadgraywolf0.symbols

Ruben Undheim rubund-guest at moszumanska.debian.org
Mon Mar 6 19:59:41 UTC 2017


This is an automated email from the git hooks/post-receive script.

rubund-guest pushed a commit to branch master
in repository graywolf.

commit 8637bf993615a9e2a33b37a793cc99386e28b935
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Mon Mar 6 19:50:52 2017 +0000

    New changelog entry. Added new build-dependency
    Refreshed patches
    Removed symbols in violating files from libycadgraywolf0.symbols
---
 debian/changelog                                   | 10 ++++++++++
 debian/control                                     |  3 ++-
 debian/libycadgraywolf0.symbols                    | 13 -------------
 debian/patches/01_no_rpath_in_debian_package.patch | 14 +++++++-------
 debian/patches/02_dont_create_link.patch           | 10 +++++-----
 5 files changed, 24 insertions(+), 26 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a375b13..0ec41b1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+graywolf (0.1.4+20170306gitecee764-1) UNRELEASED; urgency=medium
+
+  * New upstream GIT HEAD with fixed license violation issue (Closes: #856705)
+  * debian/control:
+    - New build-dependency: libgsl-dev
+  * Updated debian/libycadgraywolf0.symbols - removed the symbols in license
+    violating code.
+
+ -- Ruben Undheim <ruben.undheim at gmail.com>  Mon, 06 Mar 2017 19:48:51 +0000
+
 graywolf (0.1.4-1) unstable; urgency=low
 
   * New upstream release
diff --git a/debian/control b/debian/control
index e73b0e1..2e23838 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,8 @@ Section: electronics
 Priority: optional
 Build-Depends: debhelper (>= 9),
                cmake,
-               libx11-dev
+               libx11-dev,
+               libgsl-dev
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/graywolf.git
 Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/graywolf.git
diff --git a/debian/libycadgraywolf0.symbols b/debian/libycadgraywolf0.symbols
index 7e6d42a..39f8725 100644
--- a/debian/libycadgraywolf0.symbols
+++ b/debian/libycadgraywolf0.symbols
@@ -267,17 +267,6 @@ libycadgraywolf.so.0 libycadgraywolf0 #MINVER#
  Ylist_sort at Base 0.1.1
  Ylog_msg at Base 0.1.1
  Ylog_start at Base 0.1.1
- Ymatrix_cofactors at Base 0.1.1
- Ymatrix_copy at Base 0.1.1
- Ymatrix_create at Base 0.1.1
- Ymatrix_disp at Base 0.1.1
- Ymatrix_eye at Base 0.1.1
- Ymatrix_free at Base 0.1.1
- Ymatrix_linv at Base 0.1.1
- Ymatrix_mult at Base 0.1.1
- Ymatrix_sub at Base 0.1.1
- Ymatrix_transpose at Base 0.1.1
- Ymatrix_zero at Base 0.1.1
  Ymessage_close at Base 0.1.1
  Ymessage_error_count at Base 0.1.1
  Ymessage_flush at Base 0.1.1
@@ -389,8 +378,6 @@ libycadgraywolf.so.0 libycadgraywolf0 #MINVER#
  Ystat_var at Base 0.1.1
  Ystrclone at Base 0.1.1
  Ystrparser at Base 0.1.1
- Ysvd_decompose at Base 0.1.1
- Ysvd_solve at Base 0.1.1
  Ysystem at Base 0.1.1
  Ytimer_elapsed at Base 0.1.1
  Ytimer_start at Base 0.1.1
diff --git a/debian/patches/01_no_rpath_in_debian_package.patch b/debian/patches/01_no_rpath_in_debian_package.patch
index bb3f58c..4b541f8 100644
--- a/debian/patches/01_no_rpath_in_debian_package.patch
+++ b/debian/patches/01_no_rpath_in_debian_package.patch
@@ -8,13 +8,13 @@ Forwarded: doesn't make sense upstream
  CMakeLists.txt | 10 +++++-----
  1 file changed, 5 insertions(+), 5 deletions(-)
 
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 10e2b22..b8b6444 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -3,11 +3,11 @@ project (graywolf)
- 
- INCLUDE(CheckIncludeFiles)
+Index: graywolf/CMakeLists.txt
+===================================================================
+--- graywolf.orig/CMakeLists.txt
++++ graywolf/CMakeLists.txt
+@@ -11,11 +11,11 @@ if (NOT GSL_FOUND)
+   MESSAGE(FATAL_ERROR "The development files for the GNU Scientific Library (libgsl) are required to build graywolf.")
+ endif()
  
 -# Include RPATH in build so that ldconfig is not necessary after install
 -SET(CMAKE_SKIP_BUILD_RPATH FALSE)
diff --git a/debian/patches/02_dont_create_link.patch b/debian/patches/02_dont_create_link.patch
index fdff778..55f1f4e 100644
--- a/debian/patches/02_dont_create_link.patch
+++ b/debian/patches/02_dont_create_link.patch
@@ -8,11 +8,11 @@ Forwarded: Doesn't make sense upstream
  CMakeLists.txt | 1 -
  1 file changed, 1 deletion(-)
 
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index b8b6444..2411c46 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -14,7 +14,6 @@ CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/config.h.in ${CMAKE_CURRENT_BINARY_DI
+Index: graywolf/CMakeLists.txt
+===================================================================
+--- graywolf.orig/CMakeLists.txt
++++ graywolf/CMakeLists.txt
+@@ -22,7 +22,6 @@ CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DI
  
  
  install(DIRECTORY flow DESTINATION lib/graywolf/bin)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/graywolf.git



More information about the debian-science-commits mailing list