File: 0001-Drop-upstream-Debian-package-machinary.patch

package info (click to toggle)
glasscoder 2.0.1-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,436 kB
  • sloc: cpp: 16,492; makefile: 588; xml: 343; perl: 157; sh: 133; python: 37
file content (37 lines) | stat: -rw-r--r-- 960 bytes parent folder | download | duplicates (2)
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 \