[superlu] 06/06: debian/patches/gnuinstalldirs.patch now applied upstream

Drew Parsons dparsons at moszumanska.debian.org
Mon May 23 11:15:54 UTC 2016


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

dparsons pushed a commit to branch master
in repository superlu.

commit eff05318424a234f9f5f4f239573df3911b46793
Author: Drew Parsons <dparsons at debian.org>
Date:   Mon May 23 19:09:20 2016 +0800

    debian/patches/gnuinstalldirs.patch now applied upstream
---
 debian/changelog                    |  3 +++
 debian/patches/gnuinstalldirs.patch | 33 ---------------------------------
 debian/patches/series               |  1 -
 3 files changed, 3 insertions(+), 34 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f35c974..903c251 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,9 @@ superlu (5.2.1+dfsg1-1) UNRELEASED; urgency=medium
   * Update to SuperLU 5.2.1.
   * Use CMake build.
 
+  [ Drew Parsons ]
+  * debian/patches/gnuinstalldirs.patch now applied upstream
+
  -- Nico Schlömer <nico.schloemer at gmail.com>  Fri, 20 May 2016 11:43:24 +0200
 
 superlu (4.3+dfsg-3) unstable; urgency=medium
diff --git a/debian/patches/gnuinstalldirs.patch b/debian/patches/gnuinstalldirs.patch
deleted file mode 100644
index 27ff5f8..0000000
--- a/debian/patches/gnuinstalldirs.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-commit ddd83a054337722d279f1b514e01e5c747abc6c8
-Author: Nico Schlömer <nico.schloemer at gmail.com>
-Date:   Fri May 20 01:36:16 2016 +0200
-
-    use GNUInstallDirs
-
-diff --git a/SRC/CMakeLists.txt b/SRC/CMakeLists.txt
-index 7576295..1bcb58b 100644
---- a/SRC/CMakeLists.txt
-+++ b/SRC/CMakeLists.txt
-@@ -1,5 +1,5 @@
- 
--set(headers 
-+set(headers
-     supermatrix.h
-     slu_Cnames.h
-     slu_dcomplex.h
-@@ -232,10 +232,13 @@ target_link_libraries(superlu ${BLAS_LIB} m)
- set_target_properties(superlu PROPERTIES
-   VERSION ${PROJECT_VERSION} SOVERSION ${VERSION_MAJOR}
-   )
-+
-+include(GNUInstallDirs)
-+
- install(TARGETS superlu
--  DESTINATION ${CMAKE_INSTALL_PREFIX}/lib
-+  DESTINATION ${CMAKE_INSTALL_LIBDIR}
- )
- 
- install(FILES ${headers}
--  DESTINATION ${CMAKE_INSTALL_PREFIX}/include
-+  DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
- )
diff --git a/debian/patches/series b/debian/patches/series
index 90aa1da..77cb630 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-gnuinstalldirs.patch
 mc64ad-stub.patch

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



More information about the debian-science-commits mailing list