File: debian-source-not-git

package info (click to toggle)
libad9361-iio 0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,468 kB
  • sloc: ansic: 16,075; python: 414; sh: 359; makefile: 8
file content (16 lines) | stat: -rw-r--r-- 388 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
From: "A. Maitland Bottoms" <bottoms@debian.org>
Subject: debian source not git

Do not look for git while building Debian package.

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -27,7 +27,7 @@
 	set(SKIP_INSTALL_ALL ${OSX_PACKAGE})
 endif()
 
-include(FindGit OPTIONAL)
+#include(FindGit OPTIONAL)
 if (GIT_FOUND)
 	execute_process(
 		COMMAND ${GIT_EXECUTABLE} rev-parse --show-toplevel