diff options
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% |