Commit bbc1134e authored by Shayan Doust's avatar Shayan Doust
Browse files

Modify patches to comply with (quilt) dep3

parent 3ffc94de
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
Description: Fix upstream pre-existing test scripts
 This will ensure that autopkgtest can invoke these scripts. They need to be modified to remove any mindthegap binary checks that the upstream author has put in place as well as ensuring the script invokes the global MindTheGap command
Author: Shayan Doust <hello@shayandoust.me>
Last-Update: 2019-07-09

Index: mindthegap/test/simple_full_test.sh
===================================================================
--- mindthegap.orig/test/simple_full_test.sh
+9 −2
Original line number Diff line number Diff line
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
Description: Prevent CMake from installing some static files
 These static files can easily be retrieved from the upstream root directory. Having CMake attempt to install repetitive files would cause lintian to complain and an overall bad package
Author: Shayan Doust <hello@shayandoust.me>
Last-Update: 2019-07-09

Index: mindthegap/CMakeLists.txt
===================================================================
--- mindthegap.orig/CMakeLists.txt
+++ mindthegap/CMakeLists.txt
@@ -148,12 +148,12 @@ SET (CPACK_SOURCE_IGNORE_FILES
 
 # We copy the project binary to the 'bin' directory
+5 −0
Original line number Diff line number Diff line
Description: Modify CMakeLists.txt
 ...to allow for CMake to use system-wide libraries instead of a localised binary within the same dir tree.
Author: Shayan Doust <hello@shayandoust.me>
Last-Update: 2019-07-09

Index: mindthegap/CMakeLists.txt
===================================================================
--- mindthegap.orig/CMakeLists.txt