Description: Skip debian directory.
Author: Alessio Treglia <quadrispro@ubuntu.com>
---
 Makefile.am  |    2 +-
 Makefile.in  |    2 +-
 configure    |    2 +-
 configure.in |    1 -
 4 files changed, 3 insertions(+), 4 deletions(-)

--- libgig-3.3.0.orig/Makefile.am
+++ libgig-3.3.0/Makefile.am
@@ -1,7 +1,7 @@
 # require automake >= 1.5 (mandatory for option dist-bzip2)
 AUTOMAKE_OPTIONS = 1.5 dist-bzip2
 
-SUBDIRS = doc man src debian win32 osx
+SUBDIRS = doc man src win32 osx
 
 # to prevent compile errors on some systems
 AM_CXXFLAGS = -pedantic
--- libgig-3.3.0.orig/Makefile.in
+++ libgig-3.3.0/Makefile.in
@@ -198,7 +198,7 @@ target_alias = @target_alias@
 
 # require automake >= 1.5 (mandatory for option dist-bzip2)
 AUTOMAKE_OPTIONS = 1.5 dist-bzip2
-SUBDIRS = doc man src debian win32 osx
+SUBDIRS = doc man src win32 osx
 
 # to prevent compile errors on some systems
 AM_CXXFLAGS = -pedantic
--- libgig-3.3.0.orig/configure
+++ libgig-3.3.0/configure
@@ -20964,7 +20964,7 @@ fi
 
 
 
-ac_config_files="$ac_config_files Doxyfile gig.pc libgig.spec Makefile src/Makefile src/testcases/Makefile doc/Makefile man/Makefile man/dlsdump.1 man/gigdump.1 man/gigextract.1 man/rifftree.1 debian/Makefile osx/Makefile osx/libgig.xcodeproj/Makefile win32/Makefile win32/libgig.dev"
+ac_config_files="$ac_config_files Doxyfile gig.pc libgig.spec Makefile src/Makefile src/testcases/Makefile doc/Makefile man/Makefile man/dlsdump.1 man/gigdump.1 man/gigextract.1 man/rifftree.1 osx/Makefile osx/libgig.xcodeproj/Makefile win32/Makefile win32/libgig.dev"
 
 cat >confcache <<\_ACEOF
 # This file is a shell script that caches the results of configure
--- libgig-3.3.0.orig/configure.in
+++ libgig-3.3.0/configure.in
@@ -107,7 +107,6 @@ AC_OUTPUT( \
     man/gigdump.1 \
     man/gigextract.1 \
     man/rifftree.1 \
-    debian/Makefile \
     osx/Makefile \
     osx/libgig.xcodeproj/Makefile \
     win32/Makefile \
