File: drop_debian_directory.patch

package info (click to toggle)
coq-math-classes 8.15.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,100 kB
  • sloc: python: 22; makefile: 17; sh: 2
file content (11 lines) | stat: -rw-r--r-- 407 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
Description: the debian/ directory doesn't contain upstream sources!
Author: Julien Puydt
Forwarded: Debian-specific

--- coq-math-classes.orig/configure.sh
+++ coq-math-classes/configure.sh
@@ -1,3 +1,3 @@
 #!/bin/sh
 cp -f _CoqProject.in _CoqProject
-find . -name "*.v" |grep -v misc/benchmarks_nobuild.v >> _CoqProject
+find . -name "*.v"|grep -v debian |grep -v misc/benchmarks_nobuild.v >> _CoqProject