diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-09 13:40:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-09 13:40:29 +0000 |
commit | b9b66f0ed977be6f30d93514371f9835a1b1069f (patch) | |
tree | ff02a25fe7ac43fc854f95204259af273f2b519a /debian/patches/01-skipdirs.patch | |
parent | Adding upstream version 1:2.1.5. (diff) | |
download | traceroute-b9b66f0ed977be6f30d93514371f9835a1b1069f.tar.xz traceroute-b9b66f0ed977be6f30d93514371f9835a1b1069f.zip |
Adding debian version 1:2.1.5-1.debian/1%2.1.5-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/01-skipdirs.patch')
-rw-r--r-- | debian/patches/01-skipdirs.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/patches/01-skipdirs.patch b/debian/patches/01-skipdirs.patch new file mode 100644 index 0000000..fb0b3ee --- /dev/null +++ b/debian/patches/01-skipdirs.patch @@ -0,0 +1,15 @@ +Author: Daniel Baumann <mail@daniel-baumann.ch> +Description: Exclude debian directory from subdirs. + +diff -Naurp traceroute.orig/Make.rules traceroute/Make.rules +--- traceroute.orig/Make.rules 2008-04-18 13:22:05.000000000 +0200 ++++ traceroute/Make.rules 2008-05-03 09:18:15.000000000 +0200 +@@ -72,7 +72,7 @@ DESTDIR = + + + # layout stuff +-SKIPDIRS = tmp% ++SKIPDIRS = tmp% debian + INCLUDEDIRS = include% + LIBDIRS = lib% + MODDIRS = mod% |