1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
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 \
|