From: Kyle Robbertze <paddatrapper@debian.org>
Date: Thu, 26 Aug 2021 13:34:16 +0200
Subject: Drop upstream Debian package machinary

Upstream generates their own Debian packages. This conflicts with
Debian policy and so needs to be dropped from the build system.
---
 Makefile.am  | 2 +-
 configure.ac | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index ca4b2d6..d1b5f44 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -28,7 +28,7 @@ if PYTHON_AM
   PYTHON_AM_OPT = plugins
 endif
 
-SUBDIRS = debian $(DOCBOOK_AM_OPT) conf\
+SUBDIRS = $(DOCBOOK_AM_OPT) conf\
           icons $(PYTHON_AM_OPT) \
           src\
           xdg
diff --git a/configure.ac b/configure.ac
index f4d086b..bb75c3a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -303,8 +303,6 @@ else
 fi 
 
 AC_CONFIG_FILES([ \
-    debian/Makefile \
-    debian/source/Makefile \
     conf/Makefile \
     conf/httpd/Makefile \
     docs/Makefile \
