summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorJohannes 'josch' Schauer <josch@debian.org>2019-01-27 13:52:49 +0100
committerJohannes 'josch' Schauer <josch@debian.org>2019-01-27 13:59:47 +0100
commit2048412c53a98d6faee4710047b324eed3c5bee0 (patch)
tree56b1d38ad15e5643c7a561d22821cdbb35a76042 /debian/patches
parent6ce553563bc795f389f639a3a8cdfe356de71441 (diff)
debian changes for fuzzylite 6.0
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/pkgconfig_installdir11
-rw-r--r--debian/patches/series1
2 files changed, 0 insertions, 12 deletions
diff --git a/debian/patches/pkgconfig_installdir b/debian/patches/pkgconfig_installdir
deleted file mode 100644
index 0a3f28f..0000000
--- a/debian/patches/pkgconfig_installdir
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/fuzzylite/CMakeLists.txt
-+++ b/fuzzylite/CMakeLists.txt
-@@ -183,7 +183,7 @@ install(DIRECTORY fl/ DESTINATION includ
-
- #pkg-config
- configure_file(${CMAKE_SOURCE_DIR}/fuzzylite.pc.in ${CMAKE_BINARY_DIR}/fuzzylite.pc @ONLY)
--install(FILES ${CMAKE_BINARY_DIR}/fuzzylite.pc DESTINATION lib/pkgconfig)
-+install(FILES ${CMAKE_BINARY_DIR}/fuzzylite.pc DESTINATION ${FL_INSTALL_LIBDIR}/pkgconfig)
-
- message("=====================================")
- message("fuzzylite v.${FL_VERSION}b${FL_DATE}\n")
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 4269972..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-pkgconfig_installdir