File: 002-rm-external-git-link.patch

package info (click to toggle)
python-memray 1.17.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 24,396 kB
  • sloc: python: 28,451; ansic: 16,507; sh: 10,586; cpp: 8,494; javascript: 1,474; makefile: 822; awk: 12
file content (21 lines) | stat: -rw-r--r-- 697 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Description: Remove external git link to avoid cloning
 Removed external git link to avoid cloning during build.
Forwarded: not-needed
Author: Yogeswaran Umasankar <yogu@debian.org>
Last-Update: 2024-09-11

--- a/src/vendor/regenerate_libbacktrace.sh
+++ b/src/vendor/regenerate_libbacktrace.sh
@@ -9,9 +9,9 @@ fi
 old_snapshot=7e2b7da3d6568d2e4e78658f22e701746a48d7e1
 new_snapshot=${1:-}
 
-echo ">>> Cloning libbacktrace"
-rm -rf libbacktrace
-git clone https://github.com/ianlancetaylor/libbacktrace.git libbacktrace
+#echo ">>> Cloning libbacktrace"
+#rm -rf libbacktrace
+#git clone https://github.com/ianlancetaylor/libbacktrace.git libbacktrace
 
 echo "Applying patches"
 cd libbacktrace